Changes

Jump to navigation Jump to search
m
no edit summary
Line 1: Line 1:  
[[Category:How to]]
 
[[Category:How to]]
 +
[[Category:Node Configuration]]
 
Note: For information on using Zoiper with a Radioless Node see [[Zoiper]]
 
Note: For information on using Zoiper with a Radioless Node see [[Zoiper]]
   Line 14: Line 15:  
=== Setup ===
 
=== Setup ===
 
First, a user stanza needs to added to iax.conf to allow incoming IAXRPT calls to be routed to a context in extensions.conf. A modified on the following stanza should be placed in iax.conf:
 
First, a user stanza needs to added to iax.conf to allow incoming IAXRPT calls to be routed to a context in extensions.conf. A modified on the following stanza should be placed in iax.conf:
[gui]
+
<syntaxhighlight lang="ini">[gui]
type=user           
+
type=user           
context=radio-gui   
+
context=radio-gui   
auth=md5               
+
auth=md5               
secret=nunya  ; *** Important! Change this!!!
+
secret=nunya  ; *** Important! Change this!!!
host=dynamic       
+
host=dynamic       
disallow=all
+
disallow=all
allow=ulaw   
+
allow=ulaw   
allow=gsm         
+
allow=gsm         
transfer=no
+
transfer=no</syntaxhighlight>
 
Second, a context stanza is added to extensions.conf to transfer control to the Rpt application:
 
Second, a context stanza is added to extensions.conf to transfer control to the Rpt application:
[radio-gui]                   
+
<syntaxhighlight lang="ini">[radio-gui]                   
exten = 1234,1,Rpt,1234|X    ; Change 1234 to your node number
+
exten = 1234,1,Rpt,1234|X    ; Change 1234 to your node number</syntaxhighlight>
 
The X option passed to the Rpt application disables the normal security checks. Because incoming connections are validated in iax.conf, and we don't know where the user will be coming from in advance, the X option is required.
 
The X option passed to the Rpt application disables the normal security checks. Because incoming connections are validated in iax.conf, and we don't know where the user will be coming from in advance, the X option is required.

Navigation menu