Advertisement
lorentedford

iax.conf

Apr 23rd, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. [general]
  2. bindport=5469
  3. bindaddr=0.0.0.0
  4. disallow=all
  5. allow=gsm
  6. allow=g726aal2
  7. allow=ulaw
  8. jitterbuffer=yes
  9. forcejitterbuffer=yes
  10. dropcount=2
  11. maxjitterbuffer=4000
  12. maxjitterinterps=10
  13. resyncthreshold=1000
  14. maxexcessbuffer=80
  15. minexcessbuffer=10
  16. jittershrinkrate=1
  17. autokill=yes
  18. delayreject=yes
  19. ;iaxthreadcount=30
  20. ;iaxmaxthreadcount=150
  21.  
  22. register=29925:Nodepassword@register.allstarlink.org
  23. register=40875:NodePassword@register.allstarlink.org
  24.  
  25. [allstar-autopatch]
  26. type=peer
  27. host=register.allstarlink.org
  28. username=29925
  29. secret=Nodepassword
  30. auth=md5
  31. disallow=all
  32. allow=gsm
  33. allow=ulaw
  34. transfer=no
  35.  
  36.  
  37. [radio-proxy]
  38. type=user
  39. deny=0.0.0.0/0.0.0.0
  40. permit=/255.255.255.255
  41. context=radio-secure-proxy
  42. disallow=all
  43. allow=g726aal2
  44. transfer=no
  45.  
  46.  
  47.  
  48.  
  49. ; Incoming radio connections
  50.  
  51. [radio]
  52. type=user
  53. disallow=all
  54. allow=g726aal2
  55. allow=gsm
  56. codecpriority=host
  57. context=radio-secure
  58. transfer=no
  59.  
  60. ; Incoming phone connections to app_rpt
  61.  
  62. ;[radio-control]
  63. ;type=user
  64. ;secret=nunya
  65. ;disallow=all
  66. ;allow=gsm
  67. ;codecpriority=host
  68. ;context=radio-control
  69. ;transfer=no
  70.  
  71. ; Setup for outgoing calls
  72.  
  73. ;[yourprovider] ; This needs to change
  74. ;type=peer
  75. ;host=127.0.0.1
  76. ;secret=nunya
  77. ;auth=md5
  78. ;disallow=all
  79. ;allow=gsm
  80. ;transfer=no
  81.  
  82. [allstar-sys]
  83. type=user
  84. context=allstar-sys
  85. auth=rsa
  86. inkeys=allstar
  87. disallow=all
  88. allow=ulaw
  89.  
  90. [allstar-public]
  91. type=user
  92. context=allstar-public
  93. auth=md5
  94. secret=allstar
  95. disallow=all
  96. allow=ulaw
  97. allow=gsm
  98.  
  99. #includeifexists custom/iax.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement