[arm-allstar] Android IAXRpt and supermon solution

Bryan St Clair bryan at k6cbr.us
Fri Aug 31 16:14:23 EDT 2018


You leave the line alone you quoted in the email.  It will read off the
phone for you.

To change the node announcement when you connect, you need to alter:

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


Mine (for node 47036) is:

exten => 47036,n,Playback,digits/4
exten => 47036,n,Playback,digits/7
exten => 47036,n,Playback,digits/0
exten => 47036,n,Playback,digits/3
exten => 47036,n,Playback,digits/6
exten => 47036,n,Playback,rpt/connected



Bryan



On Fri, Aug 31, 2018 at 1:11 PM "Mike Besemer via ARM-allstar" <
arm-allstar at hamvoip.org> wrote:

> Gents,
>
> I'm still having issues getting this to work right.
>
> If my CallerID in IAXRPT is set to WM4B, what is the following line
> supposed
> to looked like?  Does WM4B replace the CALLERID or the name?
>
>  exten => 48656,n,Rpt,48656|P|${CALLERID(name)} ;;; The "CallerID" from
> IAXRpt"
>
> Also, when I connect via IAXRPT, I hear an announcement saying it's
> connected to node 1998.  There is no '1998' anywhere in my extensions.conf
> or iax.conf.
>
> Mike
> WM4B
>
> -----Original Message-----
> From: ARM-allstar [mailto:arm-allstar-bounces at hamvoip.org] On Behalf Of
> "David McGough via ARM-allstar"
> Sent: Thursday, August 30, 2018 11:18 PM
> To: arm-allstar at hamvoip.org
> Cc: David McGough
> Subject: [arm-allstar] Android IAXRpt and supermon solution
>
>
>
> 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>


More information about the arm-allstar mailing list