[arm-allstar] Android IAXRpt and supermon solution
David McGough
kb4fxc at inttek.net
Fri Aug 31 01:04:41 EDT 2018
Bryan,
Sounds good! I'm going to take a look at the CallerID handling in
app_rpt. I'm not sure that's all working just right.
BTW, Zoiper also can be used in "hands free" VOX mode. The way to turn VOX
on is with the last statement added in the extensions.conf file.
Change this line:
exten => 1998,n,Rpt,1998|P|${CALLERID(name)}
To this modified version, which includes a "v":
exten => 1998,n,Rpt,1998|Pv|${CALLERID(name)}
...And reload. Your Zoiper Mic audio will now activate PTT via VOX.
73, David KB4FXC
On Thu, 30 Aug 2018, "Bryan St Clair via ARM-allstar" wrote:
> Thanks David!
>
> This is working for my Android IAX as well as my Zoiper, I see the
> connections in Supermon now.
>
> If we could change the node description on demand, we would be set! For
> now, I just made my CallerID K6CBR-A for Android and K6CBR-Z for Zoiper.
> (sloppy for now - but it works!)
>
> Thank you for the fast fix on Android!
>
> On Thu, Aug 30, 2018 at 8:18 PM "David McGough via ARM-allstar" <
> arm-allstar at hamvoip.org> wrote:
>
> >
> >
> > Hi Everyone,
> >
> > For those users with Android IAXRpt who can't get their connections to
> > show up in Supermon or work properly, here is a solution. These changes
> > are in Asterisk config files, only.
> >
> > First, take a look at the attached screenshot from IAXRpt on my Android
> > phone. These are the settings for one of the "Accounts." Note the
> > Hostname, Username, Password, CallerID and Node settings.
> >
> > The "Hostname" is the IP address / domain URL of the node you're trying to
> > connect to.
> >
> > Now, in the file /etc/asterisk/iax.conf:
> >
> > [joe-bobs-account] ;;; The stanza is the "Username" from
> > IAXRpt
> > type=friend
> > context=android-iaxrpt
> > host=dynamic
> > auth=md5
> > secret=squirrelpower33 ;;; The "Password" from IAXRpt
> > disallow=all
> > allow=ulaw
> > transfer=no
> > calltokenoptional=0.0.0.0/0.0.0.0
> > requirecalltoken=no
> >
> >
> >
> > And, the file /etc/asterisk/extensions.conf:
> >
> >
> > [android-iaxrpt] ;;; Stanza is the context from iax.conf
> > exten => 1998,1,Answer ;;; The "Node" from IAXRpt is 1998
> > exten => 1998,n,Playback,rpt/node
> > exten => 1998,n,Playback,digits/1
> > exten => 1998,n,Playback,digits/9
> > exten => 1998,n,Playback,digits/9
> > exten => 1998,n,Playback,digits/8
> > exten => 1998,n,Set(CALLERID(num)=0)
> > exten => 1998,n,Rpt,1998|P|${CALLERID(name)} ;;; The "CallerID" from IAXRpt
> >
> >
> >
> >
> > .....So, with these stanzas, and the CallerID in IAXRpt set to "KB4FXC",
> > Supermon will display the "NODE" as "KB4FXC"....
> >
> > That's it...I'll check out Zoiper, etc., next.
> >
> >
> > 73, David KB4FXC
> >
> >
> >
> > _______________________________________________
> >
> > ARM-allstar mailing list
> > ARM-allstar at hamvoip.org
> > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >
> > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> >
> > --
> > Bryan
> > K6CBR
> > bryan at k6cbr.us
> > Allstar Base: 43918, 43991
> > Allstar Hubs: 43919, 47036, 47061(Testing)
> >
> > <http://hamvoip.org>
> _______________________________________________
>
> ARM-allstar mailing list
> ARM-allstar at hamvoip.org
> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
>
> Visit the BBB and RPi2/3 web page - http://hamvoip.org
>
More information about the arm-allstar
mailing list