User Tools

Site Tools


voice:pbx:asterisk:iax2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
voice:pbx:asterisk:iax2 [2011/12/04 14:17]
127.0.0.1 external edit
voice:pbx:asterisk:iax2 [2020/03/28 16:53] (current)
gcooper
Line 48: Line 48:
 It is 'yes' by default enabling the new DoS protection feature. It is 'yes' by default enabling the new DoS protection feature.
  
-This worked for [[Citel C-4110]] IAX phone.+This worked for [[voice:pbx:citel_c-4110|Citel C-4110]] IAX phone.
  
 You can globally limit/disable the new feature like this: You can globally limit/disable the new feature like this:
Line 64: Line 64:
 as: as:
  
 +<file>
 192.168.1.0/255.255.255.0 192.168.1.0/255.255.255.0
 +</file>
  
 ==== Thirdlane ==== ==== Thirdlane ====
Line 70: Line 72:
 IAX2 extensions just work. IAX2 extensions just work.
  
-=== /etc/asterisk/extensions.include ===+**/etc/asterisk/extensions.include**
  
 <file> <file>
Line 79: Line 81:
 </file> </file>
  
-=== /etc/asterisk/iax.conf ===+**/etc/asterisk/iax.conf**
  
 <file> <file>
Line 86: Line 88:
 vmexten=110 vmexten=110
 pickupgroup=1 pickupgroup=1
-secret=64cMVN+secret=xxxxxxxxx
 host=dynamic host=dynamic
 username=110 username=110
-callerid=[[Test]] User <110>+callerid=Test User <110>
 subscribecontext=local-extensions subscribecontext=local-extensions
 callgroup=1 callgroup=1
Line 103: Line 105:
 ==== FreePBX ==== ==== FreePBX ====
  
-=== /etc/asterisk/iax_additional.conf ===+**/etc/asterisk/iax_additional.conf**
  
 <file> <file>
 [13] [13]
 deny=0.0.0.0/0.0.0.0 deny=0.0.0.0/0.0.0.0
-secret=DrFT62+secret=xxxxxxxxxx
 transfer=no transfer=no
 context=from-internal context=from-internal
Line 124: Line 126:
 </file> </file>
  
-=== /etc/asterisk/extensions_additional.conf ===+**/etc/asterisk/extensions_additional.conf**
  
 <file> <file>
Line 133: Line 135:
 exten => 13,hint,IAX2/13 exten => 13,hint,IAX2/13
 </file> </file>
- 
-==== Positron PBX ==== 
  
voice/pbx/asterisk/iax2.1323033458.txt.gz · Last modified: 2016/08/18 12:20 (external edit)