User Tools

Site Tools


kb:rf.linking

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kb:rf.linking [2023/12/01 16:44] – Minor Edit kg6bajkb:rf.linking [2024/03/30 16:18] (current) – Minor Edit kg6baj
Line 31: Line 31:
 [hh-your_callsign] ;Data here must match data on the next line [hh-your_callsign] ;Data here must match data on the next line
 username=hh-your_callsign ;Data here must match data on the previous line username=hh-your_callsign ;Data here must match data on the previous line
-type=friend +type=friend ; 
-context=hhphone +context=hhphone ; 
-host=dynamic +host=dynamic ; 
-auth=md5 +auth=md5 ; 
-secret=my_secret_password +secret=my_secret_password  ; 
-disallow=all +disallow=all ; 
-allow=ulaw +allow=ulaw ; 
-transfer=no+transfer=no ;
  
 </code> </code>
Line 52: Line 52:
 <code> <code>
 [hhphone]  ;This MUST MATCH the "context=" parameter you used from iax.conf file [hhphone]  ;This MUST MATCH the "context=" parameter you used from iax.conf file
-exten => 12345,1,answer() +exten => 12345,1,answer() ; 
-exten => 12345,n,Playback(rpt/node) +exten => 12345,n,Playback(rpt/node) ; 
-exten => 12345,n,Playback(digits/1) +exten => 12345,n,SayAlpha(12345) ; 
-exten => 12345,n,Playback(digits/2) +exten => 12345,n,Playback(rpt/connected) ; 
-exten => 12345,n,Playback(digits/3) +exten => 12345,n,rpt(12345|P) ;
-exten => 12345,n,Playback(digits/4) +
-exten => 12345,n,Playback(digits/5+
-exten => 12345,n,Playback(rpt/connected) +
-exten => 12345,n,rpt(12345|P)+
 </code> </code>
- 
-Don't overlook the node number on the lines ending with ".... Playback(digits/x)". Those lines announce your node number, one digit at a time. So your node number is literally announced, one digit at a time upon a connection. 
- 
-{{ :kb:node-numbers.jpg?nolink&400 |}} 
  
 ----  ---- 
kb/rf.linking.txt · Last modified: 2024/03/30 16:18 by kg6baj