Hi Guys, SIP and IAX2 are completely different protocols. It's rather like comparing a Chevy to a Ford or English to Chinese---Both VoIP protocols accomplish a lot of the same things, but, they aren't interchangeable nor are they directly compatible. However, there are many IAX2 toolkits out there, including some written in Java, etc. So, I recommend abandoning the notion of SIP for the Web Transceiver entirely--go with IAX2 from the start. SIP won't do what's needed for interfacing with the app_rpt code since SIP doesn't natively pass the telemetry used by app_rpt, etc. 73, David KB4FXC On Sun, 17 Aug 2014 mike@midnighteng.com wrote:
My understanding of
Differences to sip and iax is that underlying command/control/comment data.
If you have and send that data, asterisk is ready for it.
Any sip device can be a iax device, but to have iax control, you must send that extra iax data formatted. Any iax device can be used as a sip device without control.
any clues where the original java source may be found ?
...mike/kb8jnm -------- Original Message -------- Subject: Re: [App_rpt-users] Web transceiver node display From: Tim Sawyer <tim.sawyer@mac.com> Date: Sun, August 17, 2014 1:35 pm To: mike@midnighteng.com Cc: app_rpt-users@ohnosec.org
Why is (a nicely commented) iax.conf shown there? -- Tim :wq
On Aug 17, 2014, at 10:14 AM, mike@midnighteng.com wrote:
It's already sourced as iax.
https://code.google.com/p/sipml5/source/browse/trunk/asterisk/etc/iax.conf?r...