[arm-allstar] Android IAXRpt and supermon solution

Bryan St Clair bryan at k6cbr.us
Mon Sep 3 22:13:36 EDT 2018


Do you have the corrected instructions?  with the line 0.0.0.0/0.0.0.0
being complete?

If you have TeamViewer I don't mind looking if you want another set of eyes
on it.

Bryan

On Mon, Sep 3, 2018 at 4:06 PM "Gregory Wellington via ARM-allstar" <
arm-allstar at hamvoip.org> wrote:

> I've tried following the instructions via pasting and am getting no-cid
> despite entering my callsign M6ORT into the android app and setting the
> caller number correctly.  I've tried the M6ORT-A style variation workaround
> suggested above.
>
> Any suggestions as to why this wouldn't be showing up correctly in
> supermon and in announcements if I've pasted in the instructions directly?
>
> I'm running the latest updates.
>
> Android iaxrpt does show up as the description so its clearly partially
> working.
>
> Cheers
> Greg
> M6ORT
>
> ________________________________
> From: ARM-allstar <arm-allstar-bounces at hamvoip.org> on behalf of "David
> McGough via ARM-allstar" <arm-allstar at hamvoip.org>
> Sent: 31 August 2018 06:04
> To: "Bryan St Clair via ARM-allstar"
> Cc: David McGough
> Subject: Re: [arm-allstar] Android IAXRpt and supermon solution
>
>
> 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
> > >
> https://eur04.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.hamvoip.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Farm-allstar&data=02%7C01%7C%7C4f1951c1ce8c4c0378f308d60eff55b9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636712887162323881&sdata=0PAeQTqCwtza%2FhdX9qr0UYmC%2FiC4v1%2BWmnltZG%2FiM2g%3D&reserved=0
> > >
> > > Visit the BBB and RPi2/3 web page -
> https://eur04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fhamvoip.org&data=02%7C01%7C%7C4f1951c1ce8c4c0378f308d60eff55b9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636712887162323881&sdata=CmQ52%2FX0fTbM1Olu6soCcjHbV%2B9Y5l6dLfIhYf0NNLU%3D&reserved=0
> > >
> > > --
> > > Bryan
> > > K6CBR
> > > bryan at k6cbr.us
> > > Allstar Base: 43918, 43991
> > > Allstar Hubs: 43919, 47036, 47061(Testing)
> > >
> > > <
> https://eur04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fhamvoip.org&data=02%7C01%7C%7C4f1951c1ce8c4c0378f308d60eff55b9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636712887162323881&sdata=CmQ52%2FX0fTbM1Olu6soCcjHbV%2B9Y5l6dLfIhYf0NNLU%3D&reserved=0
> >
> > _______________________________________________
> >
> > ARM-allstar mailing list
> > ARM-allstar at hamvoip.org
> >
> https://eur04.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.hamvoip.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Farm-allstar&data=02%7C01%7C%7C4f1951c1ce8c4c0378f308d60eff55b9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636712887162323881&sdata=0PAeQTqCwtza%2FhdX9qr0UYmC%2FiC4v1%2BWmnltZG%2FiM2g%3D&reserved=0
> >
> > Visit the BBB and RPi2/3 web page -
> https://eur04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fhamvoip.org&data=02%7C01%7C%7C4f1951c1ce8c4c0378f308d60eff55b9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636712887162323881&sdata=CmQ52%2FX0fTbM1Olu6soCcjHbV%2B9Y5l6dLfIhYf0NNLU%3D&reserved=0
> >
>
> _______________________________________________
>
> ARM-allstar mailing list
> ARM-allstar at hamvoip.org
>
> https://eur04.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.hamvoip.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Farm-allstar&data=02%7C01%7C%7C4f1951c1ce8c4c0378f308d60eff55b9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636712887162323881&sdata=0PAeQTqCwtza%2FhdX9qr0UYmC%2FiC4v1%2BWmnltZG%2FiM2g%3D&reserved=0
>
> Visit the BBB and RPi2/3 web page -
> https://eur04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fhamvoip.org&data=02%7C01%7C%7C4f1951c1ce8c4c0378f308d60eff55b9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636712887162323881&sdata=CmQ52%2FX0fTbM1Olu6soCcjHbV%2B9Y5l6dLfIhYf0NNLU%3D&reserved=0
> _______________________________________________
>
> 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>


More information about the arm-allstar mailing list