Advertisement
Guest User

USER CONF

a guest
Sep 7th, 2017
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. ;
  2. ; User configuration
  3. ;
  4. ; Creating entries in users.conf is a "shorthand" for creating individual
  5. ; entries in each configuration file. Using users.conf is not intended to
  6. ; provide you with as much flexibility as using the separate configuration
  7. ; files (e.g. sip.conf, iax.conf, etc) but is intended to accelerate the
  8. ; simple task of adding users. Note that creating individual items (e.g.
  9. ; custom SIP peers, IAX friends, etc.) will allow you to override specific
  10. ; parameters within this file. Parameter names here are the same as they
  11. ; appear in the other configuration files. There is no way to change the
  12. ; value of a parameter here for just one subsystem.
  13. ;
  14.  
  15. [general]
  16. ;
  17. ; Full name of a user
  18. ;
  19. fullname = New User
  20. ;
  21. ; Starting point of allocation of extensions
  22. ;
  23. userbase = 6000
  24. ;
  25. ; Create voicemail mailbox and use use macro-stdexten
  26. ;
  27. hasvoicemail = yes
  28. ;
  29. ; Set voicemail mailbox 6000 password to 1234
  30. ;
  31. vmsecret = 1234
  32. ;
  33. ; Create SIP Peer
  34. ;
  35. hassip = yes
  36. ;
  37. ; Create IAX friend
  38. ;
  39. hasiax = yes
  40. ;
  41. ; Create H.323 friend
  42. ;
  43. ;hash323 = yes
  44. ;
  45. ; Create manager entry
  46. ;
  47. hasmanager = no
  48. ;
  49. ; Set permissions for manager entry (see manager.conf.sample for documentation)
  50. ; (defaults to *all* permissions)
  51. ;managerread = system,call,log,verbose,command,agent,user,config
  52. ;managerwrite = system,call,log,verbose,command,agent,user,config
  53. ;
  54. ;
  55. ; MAC Address for res_phoneprov
  56. ;
  57. ;macaddress = 112233445566
  58. ;
  59. ; Auto provision the phone with res_phoneprov
  60. ;
  61. ;autoprov = yes
  62. ;
  63. ; Line Keys for hardphone
  64. ;
  65. ;LINEKEYS = 1
  66. ;
  67. ; Line number for hardphone
  68. ;
  69. ;linenumber = 1
  70. ;
  71. ; Local Caller ID number used with res_phoneprov and Asterisk GUI
  72. ;
  73. ;cid_number = 6000
  74. ;
  75. ; Remaining options are not specific to users.conf entries but are general.
  76. ;
  77. callwaiting = yes
  78. threewaycalling = yes
  79. callwaitingcallerid = yes
  80. transfer = yes
  81. canpark = yes
  82. cancallforward = yes
  83. callreturn = yes
  84. callgroup = 1
  85. pickupgroup = 1
  86. ;nat = no
  87.  
  88. [6000]
  89. fullname = BAPTISTE GEDALGE
  90. username = bgedalge
  91. secret = 1234
  92. dahdichan = 1
  93. mailbox = 1
  94. context=dept_1
  95. hasvoicemail = yes
  96. vmsecret = 1234
  97. ;hassip = yes
  98. ;hasiax = no
  99. ;hash323 = no
  100. ;hasmanager = no
  101. callwaiting = no
  102. ;context = international
  103. ;
  104. [6001]
  105. fullname = NATHANAEL LEVOUIN
  106. username = nlevouin
  107. secret = 1234
  108. dahdichan = 1
  109. mailbox = 1
  110. context=dept_1
  111. hasvoicemail = yes
  112. vmsecret = 1234
  113. ;hassip = yes
  114. ;hasiax = no
  115. ;hash323 = no
  116. ;hasmanager = no
  117. callwaiting = no
  118.  
  119. [6002]
  120. fullname = BENJAMIN RIQUIER
  121. username = briquier
  122. secret = 1234
  123. dahdichan = 1
  124. mailbox = 1
  125. context=dept_2
  126. hasvoicemail = yes
  127. vmsecret = 1234
  128. ;hassip = yes
  129. ;hasiax = no
  130. ;hash323 = no
  131. ;hasmanager = no
  132. callwaiting = no
  133.  
  134.  
  135. [6003]
  136. fullname = NICOLAS COUTARD
  137. username = ncoutard
  138. secret = 1234
  139. dahdichan = 1
  140. mailbox = 1
  141. context=dept_2
  142. hasvoicemail = yes
  143. vmsecret = 1234
  144. ;hassip = yes
  145. ;hasiax = no
  146. ;hash323 = no
  147. ;hasmanager = no
  148. callwaiting = no
  149.  
  150.  
  151. [6004]
  152. fullname = CHAGUY NGUIZANI
  153. username = cnguizani
  154. secret = 1234
  155. dahdichan = 1
  156. mailbox = 1
  157. context=dept_3
  158. hasvoicemail = yes
  159. vmsecret = 1234
  160. ;hassip = yes
  161. ;hasiax = no
  162. ;hash323 = no
  163. ;hasmanager = no
  164. callwaiting = no
  165.  
  166.  
  167. [6005]
  168. fullname = MATTHIEU DOREY
  169. username = mdorey
  170. secret = 1234
  171. dahdichan = 1
  172. mailbox = 1
  173. context=dept_3
  174. hasvoicemail = yes
  175. vmsecret = 1234
  176. ;hassip = yes
  177. ;hasiax = no
  178. ;hash323 = no
  179. ;hasmanager = no
  180. callwaiting = no
  181. ;
  182. ; Some administrators choose alphanumeric extensions, but still want their
  183. ; users to be reachable by traditional numeric extensions, specified by the
  184. ; alternateexts entry.
  185. ;
  186. ;alternateexts = 7057,3249
  187. ;macaddress = 112233445566
  188. ;autoprov = yes
  189. ;LINEKEYS = 1
  190. ;linenumber = 1
  191. ;cid_number = 6000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement