Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. users.conf:
  2.  
  3. [common_user_template](!)
  4. allow=ulaw
  5. disallow=all
  6. qualify=yes
  7. host=dynamic
  8. dtmfmode=rfc2833
  9. nat=never
  10. hassip=yes
  11. type=friend
  12.  
  13.  
  14. [call_center_template](!,common_user_template)
  15. context=call_center_internal
  16.  
  17. [tech_support_template](!,common_user_template)
  18. context=tech_support_internal
  19.  
  20. [accounting_template](!,common_user_template)
  21. context=accounting_internal
  22.  
  23. [ceo_template](!,common_user_template)
  24. context=ceo_internal
  25.  
  26. [100](call_center_template)
  27. secret=ZTEwNzQ0
  28.  
  29. [101](call_center_template)
  30. secret=123456
  31.  
  32. [102](call_center_template)
  33. secret=123456
  34.  
  35. [200](tech_support_template)
  36. secret=123456
  37.  
  38. [201](tech_support_template)
  39. secret=123456
  40.  
  41. [202](tech_support_template)
  42. secret=123456
  43.  
  44. [300](accounting_template)
  45. secret=123456
  46.  
  47. [301](accounting_template)
  48. secret=123456
  49.  
  50. [400](ceo_template)
  51. secret=123456
  52.  
  53.  
  54. voicemail.conf
  55.  
  56. [call_center_vm]
  57. 100 => 123456,Jean Berghof,jberghof@deciplex.com
  58. 101 => 123456,Jerome Delannoy, jdelannoy@deciplex.com
  59. 102 => 123456, dluther,102@deciplex.com
  60.  
  61. [tech_support_vm]
  62. 200 => 1234,lkelly,200@deciplex.com
  63. 201 => 1234,dcoleman,201@deciplex.com
  64. 202 => 1234,abaldridge,202@deciplex.com
  65.  
  66. [accounting_vm]
  67. 300 => 1234,kstaton,300@deciplex.com
  68. 301 => 1234,kjohnson,301@deciplex.com
  69.  
  70. [ceo_vm]
  71. 400 => 1234,wmccracken,400@deciplex.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement