Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. ; Global Config
  2. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. ; Editing these will affect all of the spans below
  4. [trunkgroups]
  5. [channels]
  6. context=default
  7. callerid=asreceived
  8. callgroup=1
  9. callreturn=yes
  10. callreturn=yes
  11. callwaitingcallerid=yes
  12. cancallforward=yes
  13. canpark=yes
  14. cidsignalling=v23
  15. cidstart=polarity
  16. echocancel=yes
  17. echocancelwhenbridged=yes
  18. echotraining=200
  19. faxdetect=no
  20. group=1
  21. hidecallerid=no
  22. immediate=no
  23. internationalprefix=00
  24. language=en
  25. mohinterpret=passthrough
  26. nationalprefix=0
  27. overlapdial=yes
  28. pickupgroup=1
  29. pridialplan=unknown
  30. prilocaldialplan=unknown
  31. relaxdtmf=yes
  32. ;resetinterval=never
  33. rxgain=0.0
  34. rxwink=300
  35. switchtype=euroisdn
  36. threewaycalling=yes
  37. transfer=yes
  38. txgain=0.0
  39. usecallerid=yes
  40. usecallingpres=yes
  41.  
  42.  
  43. ; 4 Port Pri Config
  44. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45. ; 4 Port Pri config, uncomment the following 4 blocks
  46. ; if the system has a 4 port pri card installed. Also comment out
  47. ; the 2 port pri blocks below
  48. ;
  49. ; Span 1 (To BT)
  50. ;context=from-outside
  51. ;signalling=pri_cpe
  52. ;group=1
  53. ;channel=>1-15
  54. ;channel=>17-31
  55.  
  56. ; Span 2 (To BT)
  57. ;context=from-outside
  58. ;signalling=pri_cpe
  59. ;group=3
  60. ;channel=>32-46
  61. ;channel=>48-62
  62.  
  63. ; Span 3 (To PBX)
  64. ;context=from-inside
  65. ;signalling=pri_net
  66. ;group=2
  67. ;channel=>63-77
  68. ;channel=>79-93
  69.  
  70. ; Span 4 (To PBX)
  71. ;context=from-inside
  72. ;signalling=pri_net
  73. ;group=4
  74. ;channel=>94-108
  75. ;channel=>110-124
  76.  
  77.  
  78. ; 2 Port Pri Config
  79. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  80. ; 2 Port Pri config, uncomment the following 2 blocks
  81. ; if the system has a 2 port pri card installed. Also comment out
  82. ; the 4 port pri blocks above
  83.  
  84. ; Span 1 (To BT)
  85. context=from-outside
  86. signalling=pri_cpe
  87. group=1
  88. channel=>1-15
  89. channel=>17-31
  90.  
  91. ; Span 2 (To PBX)
  92. context=from-inside
  93. signalling=pri_net
  94. group=2
  95. channel=>32-46
  96. channel=>48-62
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement