woomera.conf 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. ;===========================================
  2. ; Global Configuration Section
  3. ;===========================================
  4. [settings]
  5. ;Debug flags is used to enable/disable
  6. ;woomera channel debugging level.
  7. ;Production: set to 2
  8. ;Debugging: set to 3
  9. ;------------------------------
  10. debug=0
  11. ;===========================================
  12. ;Default Profile Configuration Section
  13. ;===========================================
  14. [default]
  15. ;Woomera Server IP Address
  16. ;This is the remote ip address of the
  17. ;Woomera Server (sangoma_mgd: SMG)
  18. ;By default both Asterisk and SMG
  19. ;will reside on same machine.
  20. ;------------------------------
  21. host=localhost
  22. ;Woomera Server TCP/IP Port
  23. ;This is the remote port number of the
  24. ;Woomera Server (sangoma_mgd: SMG)
  25. ;------------------------------
  26. port=42420
  27. ;IP address of remote SMG Audio Server
  28. ;(sangoma_mgd:SMG)
  29. ;By default both Asterisk and SMG
  30. ;will reside on same machine.
  31. ;------------------------------
  32. audio_ip=127.0.0.1
  33. ;UDP Media ports used to carry audio.
  34. ;This ports must not conflict with Woomera Server.
  35. ;(eg: sangoma_mgd:SMG)
  36. ;Only change if you have a port conflict with
  37. ;another application.
  38. ;------------------------------
  39. base_media_port = 20000
  40. max_media_ports = 5000
  41. ;Incoming Context for Woomera Channels
  42. ;All incoming calls will be forwared to defined
  43. ;context in extensions.conf
  44. ;------------------------------
  45. context=sangoma
  46. ;Debug flags is used to enable/disable woomera channel
  47. ;debugging level.
  48. ;Production: set to 2 (Default)
  49. ;Debugging: set to 3
  50. ;------------------------------
  51. debug=0
  52. ;Hard limit for woomera channels
  53. ;Woomera channel driver will only allow defined
  54. ;number of channels. Set this value based on
  55. ;number of T1/E1 channels supported.
  56. ;If unsure set this value to 0.
  57. ;Options: 1 to 600 - limited calls
  58. ; 0 - unlimited Calls (Default)
  59. ;------------------------------
  60. ;max_calls=0
  61. ;Enable Incoming DTMF detection
  62. ;This option will enable Rx DTMF detection on each
  63. ;channel. The Tx DTMF is automatically enabled on SMG.
  64. ;If you dont need DTMF do not enable it. Note if SMG
  65. ;supports HWDTMF, this option will automatically be
  66. ;turned off in Asterisk.
  67. ;Options: 1 - Enable DTMF (Default)
  68. ; 0 - Disable DTMF
  69. ;------------------------------
  70. dtmf_enable=1
  71. ;Enable Jitter buffer for this profile
  72. ;This option is tied to the above global
  73. ;jitter buffer options.
  74. ;NOTE: a jb patch must be applied to Asterisk.
  75. ;Options: 1 - Enable JitterBuffer
  76. ; 0 - Disable JitterBuffer (Default)
  77. ;------------------------------
  78. jb_enable=0
  79. ;Enable Asterisk Progress Messaging
  80. ;Used for Asterisk Early Audio with
  81. ;Zap and SIP.
  82. ;Options: 1 - Enable ProgresMsg
  83. ; 0 - Disable ProgresMsg (Default)
  84. ;------------------------------
  85. progress_enable=0
  86. ;Enable progress messages transmissions
  87. ;to TDM on each incoming call after
  88. ;the call has been ACCEPTED. Note
  89. ;this is for INCOMING calls only
  90. ;and should be used when telco
  91. ;requires gateway to send progress messages
  92. ;on EVERY call setup.
  93. ;Options: 1 - Enable progress
  94. ; 0 - Diasble progress (Default)
  95. ;------------------------------
  96. progress_on_accept=0
  97. ;Coding is necessary to identify
  98. ;ulaw/alaw rx/tx gain.
  99. ;Opionts: ulaw
  100. ; alaw
  101. ;Adjust rx and tx gain
  102. ;Options: 0 - Disable
  103. ; 1.0-X.0 - Gain
  104. ;------------------------------
  105. ;coding=ulaw
  106. ;rxgain=0.0
  107. ;txgain=0.0
  108. ;Woomera UDP Sequencing
  109. ;This option MUST be also supported
  110. ;by SMG server. Should be used for debugging.
  111. ;Options: 0 - Disable (default)
  112. ; 1 - Enable
  113. ;------------------------------
  114. ;woomera_udp_seq=0
  115. ;Woomera exten blacklist
  116. ;Repeat for up to 32 numbers
  117. ;-------------------------
  118. ;exten_blacklist=9054441111
  119. ;exten_blacklist=9054442222
  120. ;Enable/Disable RBS Relay
  121. ;This option only works between
  122. ;two woomera channels that
  123. ;are bridge by woomera channel
  124. ;------------------------------
  125. rbs_relay=0
  126. ;Woomera disable bridge
  127. ;Use asterisk default bridge
  128. ;for two woomera channels
  129. --------------------------
  130. bridge_disable=0
  131. ;These options are used to disable rx or tx paths.
  132. ;Should not be used.
  133. ;-------------------------------
  134. ;inbound=no
  135. ;outbound=no