I am almost there but not quite. I have simpleusb working, levels set. Commands like *80 *81, etc work. But I can't seem to connect to anything. If I go into asterisk shouldn't I be able to trace the call progress? I see nothing but digits entered and then a hangup. Help me to understand the path of incoming radio DTMF. SimpleUSB picks it up as defined in rpt.conf. In rtp.conf the node is defined - [27225] ; Change this to your assigned node number ;rxchannel=Radio/usb27225 rxchannel = SimpleUSB/usb duplex=1 context = radio etc....... Then in iax.conf there is the radio stanza ; Incoming radio connections [radio] type=user disallow=all allow=g726aal2 allow=gsm codecpriority=host context=radio-secure transfer=no Then in extensions.conf [radio-secure] exten => 27225,1,rpt,27225 Where does it get passed to any number processing? I have made only my node data and minor changes to these files. I did install an iaxrpt stanza in iax and extensions.conf and I can connected iaxrpt from my windows computer to the radio with audio both ways. 73 Doug WA3DSP http://www.crompton.com/hamradio
You should see call progress if you enter the *CLI with ‘asterisk -rvvv’ or do ‘core set verbose 3’ from the *CLI. But it almost sounds like you’re not issuing the correct touch tones or the [functions] stanza is munged up. What happens if you do a ‘rpt cmd <yournode> ilink 3 <remotenode>’ at the *CLI? -- Tim :wq On Nov 4, 2013, at 3:06 PM, Doug Crompton <doug@crompton.com> wrote:
I am almost there but not quite. I have simpleusb working, levels set. Commands like *80 *81, etc work. But I can't seem to connect to anything. If I go into asterisk shouldn't I be able to trace the call progress? I see nothing but digits entered and then a hangup.
Help me to understand the path of incoming radio DTMF. SimpleUSB picks it up as defined in rpt.conf. In rtp.conf the node is defined -
[27225] ; Change this to your assigned node number
;rxchannel=Radio/usb27225 rxchannel = SimpleUSB/usb duplex=1 context = radio etc.......
Then in iax.conf there is the radio stanza
; Incoming radio connections
[radio] type=user disallow=all allow=g726aal2 allow=gsm codecpriority=host context=radio-secure transfer=no
Then in extensions.conf
[radio-secure] exten => 27225,1,rpt,27225
Where does it get passed to any number processing?
I have made only my node data and minor changes to these files.
I did install an iaxrpt stanza in iax and extensions.conf and I can connected iaxrpt from my windows computer to the radio with audio both ways.
73 Doug WA3DSP http://www.crompton.com/hamradio _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
participants (2)
-
Doug Crompton -
Tim Sawyer