Re: [App_rpt-users] Web transceiver node display
IAX and SIP are very different protocols. SIP only handles session management, and relies on RTP for audio(/media). IAX handles everything. SIP sends messages as text, where IAX encodes them as "binary" data. You can't make one into the other by sending a couple of extra messages. 73, ~iain / N6ML On Sun, Aug 17, 2014 at 11:41 AM, <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...
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
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...
Some desire to get away from Java was expressed, and HTML5 suggested. I don't know much about HTML5 yet, to be honest. Does anyone see an easy path to a web client based on HTML5 + IAX2 ? It appears that the current WebTransceiver is based on Mexuar Corraleta http://www.voip-info.org/wiki/view/Mexuar 73, ~iain / N6ML On Sun, Aug 17, 2014 at 12:12 PM, David McGough <kb4fxc@inttek.net> wrote:
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...
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Well if you don't have source for the current web transceiver apparently there is source for iaxrpt which works well. It could be used as a base for something new on the web page. It is really a shame to start all over again when this is probably a very simple fix to the current code. Who had the source? Can we contact that person? 73 Doug WA3DSP http://www.crompton.com/hamradio
Date: Sun, 17 Aug 2014 12:26:04 -0700 From: ar@dseven.org To: kb4fxc@inttek.net CC: app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] Web transceiver node display
Some desire to get away from Java was expressed, and HTML5 suggested. I don't know much about HTML5 yet, to be honest. Does anyone see an easy path to a web client based on HTML5 + IAX2 ?
It appears that the current WebTransceiver is based on Mexuar Corraleta
http://www.voip-info.org/wiki/view/Mexuar
73,
~iain / N6ML
On Sun, Aug 17, 2014 at 12:12 PM, David McGough <kb4fxc@inttek.net> wrote:
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...
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
well guys here is the list for the web site.... emails are included for most take your pick..... AllStar Link Network -- Developers Allstar Link Web Site Development Team w0otm@w0otm.com -- Marshall Dias, W0OTM jim@lambdatel.com -- Jim Dixon, WB6NIL dsuper7@gmail.com -- Daniel Issac, No call (at least not yet) App_rpt Development Team jim@lambdatel.com -- Jim Dixon, WB6NIL hwstar@rodgers.sdcoxmail.com -- Steve RoDgers, WA6ZFT sph@xelatec.com -- Steve Henke, W9SH And many other who have generously contributed to this technology Allstar Link OS And Sotware Distrubutions (ACID and Limey Linux) hwstar@rodgers.sdcoxmail.com -- Steve RoDgers, WA6ZFT Other Developers Other Developers <https://allstarlink.org/d76.jpg> -- Thanks in Advance Bob Brown, WØNQX Kansas City Metro Area http://drsm0ke.net http://byrg.net http://sm0kenet.net http://kcdstar.byrg.net Quis custodiet ipsos custodes? -- On Sun, Aug 17, 2014 at 3:46 PM, Doug Crompton <doug@crompton.com> wrote:
Well if you don't have source for the current web transceiver apparently there is source for iaxrpt which works well. It could be used as a base for something new on the web page.
It is really a shame to start all over again when this is probably a very simple fix to the current code. Who had the source? Can we contact that person?
*73 Doug WA3DSPhttp://www.crompton.com/hamradio <http://www.crompton.com/hamradio>*
Date: Sun, 17 Aug 2014 12:26:04 -0700 From: ar@dseven.org To: kb4fxc@inttek.net CC: app_rpt-users@ohnosec.org
Subject: Re: [App_rpt-users] Web transceiver node display
Some desire to get away from Java was expressed, and HTML5 suggested. I don't know much about HTML5 yet, to be honest. Does anyone see an easy path to a web client based on HTML5 + IAX2 ?
It appears that the current WebTransceiver is based on Mexuar Corraleta
http://www.voip-info.org/wiki/view/Mexuar
73,
~iain / N6ML
On Sun, Aug 17, 2014 at 12:12 PM, David McGough <kb4fxc@inttek.net> wrote:
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...
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
I talked to Jim Dixon about this yesterday. He said he is willing to supply the source under certain conditions. Please contact him directly if interested. -- Tim :wq On Aug 17, 2014, at 1:48 PM, Bob Brown - WØNQX <bbrown@byrg.net> wrote:
well guys here is the list for the web site.... emails are included for most take your pick.....
AllStar Link Network -- Developers
Allstar Link Web Site Development Team
w0otm@w0otm.com -- Marshall Dias, W0OTM
jim@lambdatel.com -- Jim Dixon, WB6NIL
dsuper7@gmail.com -- Daniel Issac, No call (at least not yet)
App_rpt Development Team
jim@lambdatel.com -- Jim Dixon, WB6NIL
hwstar@rodgers.sdcoxmail.com -- Steve RoDgers, WA6ZFT
sph@xelatec.com -- Steve Henke, W9SH
And many other who have generously contributed to this technology
Allstar Link OS And Sotware Distrubutions (ACID and Limey Linux)
hwstar@rodgers.sdcoxmail.com -- Steve RoDgers, WA6ZFT
Other Developers
Other Developers
-- Thanks in Advance
Bob Brown, WØNQX
Kansas City Metro Area
Quis custodiet ipsos custodes?
--
On Sun, Aug 17, 2014 at 3:46 PM, Doug Crompton <doug@crompton.com> wrote: Well if you don't have source for the current web transceiver apparently there is source for iaxrpt which works well. It could be used as a base for something new on the web page.
It is really a shame to start all over again when this is probably a very simple fix to the current code. Who had the source? Can we contact that person?
73 Doug WA3DSP http://www.crompton.com/hamradio
Date: Sun, 17 Aug 2014 12:26:04 -0700 From: ar@dseven.org To: kb4fxc@inttek.net CC: app_rpt-users@ohnosec.org
Subject: Re: [App_rpt-users] Web transceiver node display
Some desire to get away from Java was expressed, and HTML5 suggested. I don't know much about HTML5 yet, to be honest. Does anyone see an easy path to a web client based on HTML5 + IAX2 ?
It appears that the current WebTransceiver is based on Mexuar Corraleta
http://www.voip-info.org/wiki/view/Mexuar
73,
~iain / N6ML
On Sun, Aug 17, 2014 at 12:12 PM, David McGough <kb4fxc@inttek.net> wrote:
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...
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Would he be willing to just fix the problem? It seems like a rather simple fix if we are just talking about the node display. 73 Doug WA3DSP http://www.crompton.com/hamradio From: tim.sawyer@mac.com Date: Tue, 19 Aug 2014 15:43:26 -0700 To: app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] Web transceiver node display I talked to Jim Dixon about this yesterday. He said he is willing to supply the source under certain conditions. Please contact him directly if interested. -- Tim :wq On Aug 17, 2014, at 1:48 PM, Bob Brown - WØNQX <bbrown@byrg.net> wrote:well guys here is the list for the web site.... emails are included for most take your pick..... AllStar Link Network -- Developers Allstar Link Web Site Development Teamw0otm@w0otm.com -- Marshall Dias, W0OTMjim@lambdatel.com -- Jim Dixon, WB6NILdsuper7@gmail.com -- Daniel Issac, No call (at least not yet)App_rpt Development Teamjim@lambdatel.com -- Jim Dixon, WB6NILhwstar@rodgers.sdcoxmail.com -- Steve RoDgers, WA6ZFTsph@xelatec.com -- Steve Henke, W9SHAnd many other who have generously contributed to this technology Allstar Link OS And Sotware Distrubutions (ACID and Limey Linux)hwstar@rodgers.sdcoxmail.com -- Steve RoDgers, WA6ZFT Other DevelopersOther Developers -- Thanks in Advance Bob Brown, WØNQX Kansas City Metro Area http://drsm0ke.net http://byrg.net http://sm0kenet.net http://kcdstar.byrg.net Quis custodiet ipsos custodes? -- On Sun, Aug 17, 2014 at 3:46 PM, Doug Crompton <doug@crompton.com> wrote: Well if you don't have source for the current web transceiver apparently there is source for iaxrpt which works well. It could be used as a base for something new on the web page. It is really a shame to start all over again when this is probably a very simple fix to the current code. Who had the source? Can we contact that person? 73 Doug WA3DSP http://www.crompton.com/hamradio
Date: Sun, 17 Aug 2014 12:26:04 -0700 From: ar@dseven.org To: kb4fxc@inttek.net
CC: app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] Web transceiver node display
Some desire to get away from Java was expressed, and HTML5 suggested.
I don't know much about HTML5 yet, to be honest. Does anyone see an easy path to a web client based on HTML5 + IAX2 ?
It appears that the current WebTransceiver is based on Mexuar Corraleta
http://www.voip-info.org/wiki/view/Mexuar
73,
~iain / N6ML
On Sun, Aug 17, 2014 at 12:12 PM, David McGough <kb4fxc@inttek.net> wrote:
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...
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
I'm willing to take a look at fixing that one problem. I'll contact Jim and see what the conditions are ;) 73, ~iain / N6ML On Tue, Aug 19, 2014 at 4:22 PM, Doug Crompton <doug@crompton.com> wrote:
Would he be willing to just fix the problem? It seems like a rather simple fix if we are just talking about the node display.
73 Doug WA3DSP http://www.crompton.com/hamradio
________________________________ From: tim.sawyer@mac.com Date: Tue, 19 Aug 2014 15:43:26 -0700 To: app_rpt-users@ohnosec.org
Subject: Re: [App_rpt-users] Web transceiver node display
I talked to Jim Dixon about this yesterday. He said he is willing to supply the source under certain conditions. Please contact him directly if interested. -- Tim :wq
On Aug 17, 2014, at 1:48 PM, Bob Brown - WØNQX <bbrown@byrg.net> wrote:
well guys here is the list for the web site.... emails are included for most take your pick.....
AllStar Link Network -- Developers
Allstar Link Web Site Development Team
w0otm@w0otm.com -- Marshall Dias, W0OTM
jim@lambdatel.com -- Jim Dixon, WB6NIL
dsuper7@gmail.com -- Daniel Issac, No call (at least not yet)
App_rpt Development Team
jim@lambdatel.com -- Jim Dixon, WB6NIL
hwstar@rodgers.sdcoxmail.com -- Steve RoDgers, WA6ZFT
sph@xelatec.com -- Steve Henke, W9SH
And many other who have generously contributed to this technology
Allstar Link OS And Sotware Distrubutions (ACID and Limey Linux)
hwstar@rodgers.sdcoxmail.com -- Steve RoDgers, WA6ZFT
Other Developers
Other Developers
-- Thanks in Advance
Bob Brown, WØNQX
Kansas City Metro Area
Quis custodiet ipsos custodes?
--
On Sun, Aug 17, 2014 at 3:46 PM, Doug Crompton <doug@crompton.com> wrote:
Well if you don't have source for the current web transceiver apparently there is source for iaxrpt which works well. It could be used as a base for something new on the web page.
It is really a shame to start all over again when this is probably a very simple fix to the current code. Who had the source? Can we contact that person?
73 Doug WA3DSP http://www.crompton.com/hamradio
Date: Sun, 17 Aug 2014 12:26:04 -0700 From: ar@dseven.org To: kb4fxc@inttek.net CC: app_rpt-users@ohnosec.org
Subject: Re: [App_rpt-users] Web transceiver node display
Some desire to get away from Java was expressed, and HTML5 suggested. I don't know much about HTML5 yet, to be honest. Does anyone see an easy path to a web client based on HTML5 + IAX2 ?
It appears that the current WebTransceiver is based on Mexuar Corraleta
http://www.voip-info.org/wiki/view/Mexuar
73,
~iain / N6ML
On Sun, Aug 17, 2014 at 12:12 PM, David McGough <kb4fxc@inttek.net> wrote:
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...
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Also, and this is just my personal opinion, I think the web transceiver should be used sparingly and not on a regular basis less we become just another crappy audio echolink network. It has its purpose but I cringe when people come in with audio quality and levels all over the place. We are now at a point now where any ham with internet has the ability to put a Allstar node on the air very inexpensively that uses a real radio. Even if that radio is on a dummy load and is just used around the house with a handheld it is far more flexible and has much better audio then the web transceiver. I recognize that is not the web transceivers fault but rather the hardware it is often used with. 73 Doug WA3DSP http://www.crompton.com/hamradio
participants (6)
-
Bob Brown - WØNQX -
David McGough -
Doug Crompton -
iain macdonnell - N6ML -
mike@midnighteng.com -
Tim Sawyer