[arm-allstar] Dial in Problem with AllStar Access 763-230-0000

Doug Crompton wa3dsp at gmail.com
Tue Apr 23 22:29:27 EDT 2019


Earl,

 I am repeating my previous message as i am not sure you got it. Did you
check all the things below? The dial-in service has nothing to do with
hamvoip and I do not use it so I cannot say whether it is working or not. I
doubt many use it but maybe someone else could chime in with a response. I
believe you also need to turn on the capability at allstarlink.org for the
node.

 Make sure this stanza is in your extensions file.  This is in the current
templates in /usr/local/etc/asterk_tpl but if you did not reinstall using
node-config.sh or install brand new from an image your old extensions file
would never be overwritten. It may be in there and commented out with
semicolon or missing altogether. Running node-config.sh will install it but
it will also overwrite any setting changes you have made so if you don't
want that then manually enter it as below.

In extensions.conf -

; Following stanza required for phone and web transceiver access

[allstar-public]

exten => s,1,Ringing
exten => s,n,Set(RESP=${CURL(
https://register.allstarlink.org/cgi-bin/authwebphone.pl?${CALLERID(name)})
})
exten => s,n,Set(NODENUM=${CALLERID(number)})
exten => s,n,GotoIf($["${RESP:0:1}" = "?"]?hangit)
exten => s,n,GotoIf($["${RESP:0:1}" = ""]?hangit)
exten => s,n,GotoIf($["${RESP:0:5}" != "OHYES"]?hangit)
exten => s,n,Set(CALLSIGN=${RESP:5})
exten => s,n,Wait(3)
exten => s,n,Playback(rpt/node|noanswer)
exten => s,n,Saydigits(${NODENUM})
exten => s,n,Set(CALLERID(num)=0)
exten => s,n,Set(CALLERID(name)=${CALLSIGN})
exten => s,n,Rpt(${NODENUM}|X)
exten => s,n,Hangup
exten => s,n(hangit),Answer
exten => s,n(hangit),Wait(1)
exten => s,n(hangit),Hangup

exten => 9999,1,Goto(allstar-public|s|1)

; end phone/web transceiver stanza

and also make sure this corresponding stanza is in iax.conf and not
commented.

[allstar-public]
type=user
context=allstar-public
auth=md5
secret=allstar
disallow=all
allow=ulaw
allow=gsm

If you need to add these stanzas it is best to cut and paste to avoid
errors.


*73 Doug*

*WA3DSP*

*http://www.crompton.com/hamradio <http://www.crompton.com/hamradio>*

On Tue, Apr 23, 2019 at 10:12 PM "Earl Hassemer via ARM-allstar" <
arm-allstar at hamvoip.org> wrote:

> Doug
>
> I have built several nodes and have had all of the iax for computer and
> android iax working just fine with all of the loads that were built last
> year and in the years past and could call in on a phone line to allstar
> 763-230-0000 and put in all of the normal stuff to connect to a node and it
> would connect right away and it still does with the nodes that were built
> in the past, I have also done all upgrades on all the nodes and fix the
> iax.conf and extentions.conf file after the upgrades to make all of the
> caller id stuff work fine.
>
> Going forward I have built to new nodes this year and all work fine but
> the dial in from allstar access with the same phone number 763-230-0000 and
> go with all of the same process as with the older nodes but when it get to
> the end where it should be connecting all I get is a busy signal, do you
> think that something is not right on the allstar side or is there something
> not right on the hamvoip side.
>
> I did check in the allstar side of each node and the phone access is
> allowed.
>
> not sure where else to check to get the dial in to work on the new nodes
> 40487, and 49829 are the ones that will not work from a dial in from
> allstar just get the busy signal and the one that I built last year 47485
> and many other all work fine even when all of the same updates on each node.
>
> Earl
> W9EJH
> _______________________________________________
>
> 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