[App_rpt-users] Config for Zoiper
Jamey Wright
Jamey.Wright at morgan911.org
Thu Apr 23 15:15:57 UTC 2015
Finally got it to work… mostly. There was already a stanza for IP-Phone that I wound up using and it worked. The stanza I added looked just like it but wouldn’t work. Here is what I wound up with:
From iax.conf
[ip-phone] Works
username=ip-phone
type=friend
context=myphone
host=dynamic
auth=md5
secret=password
codecpriority=host
disallow=all
allow=g726aa12
allow=gsm
transfer=no
callerid="wr4jw"
[myiphone] Does Not work
username=myiphone
type=friend
context=myphone
host=dynamic
auth=md5
secret=passwd
codecpriority=host
disallow=all
allow=ulaw
allow=g726aal2
allow=gsm
transfer=no
callerid="wr4jw"
From extensions.conf
[myphone]
exten => 41902,1,rpt(41902|P)
The only thing I can’t get it to do is play the node number and say “Connected” when I connect.
If I set it this way, nothing plays:
[myphone]
exten => 41902,1,rpt(41902|P)
exten => 41902,1,answer()
exten => 41902,n,Playback(rpt/node)
exten => 41902,n,Playback(digits/4)
exten => 41902,n,Playback(digits/1)
exten => 41902,n,Playback(digits/9)
exten => 41902,n,Playback(digits/0)
exten => 41902,n,Playback(digits/2)
exten => 41902,n,Playback(rpt/connected)
If I set it this way it connects, plays “Node 4 1 9 0 2 Connected” and then disconnects.
exten => 41902,1,answer()
exten => 41902,n,Playback(rpt/node)
exten => 41902,n,Playback(digits/4)
exten => 41902,n,Playback(digits/1)
exten => 41902,n,Playback(digits/9)
exten => 41902,n,Playback(digits/0)
exten => 41902,n,Playback(digits/2)
exten => 41902,n,Playback(rpt/connected)
exten => 41902,1,rpt(41902|P)
Watching Asterisk I see:
==Auto fallthrough, channel ‘IAX2/ip-phone-475” status is unknown
--Hangup “IAX2/ip-phone-475”
Thanks in advance
Jamey Wright
WR4JW
From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of W0OTM
Sent: Wednesday, April 22, 2015 11:06 PM
To: app_rpt-users at ohnosec.org
Subject: Re: [App_rpt-users] Config for Zoiper
Same results here too
Have a fresh install of ACID
[Apr 22 22:03:47] NOTICE[11258]: chan_iax2.c:6839 register_verify: No registration for peer 'w0otm' (from 172.22.1.2)
#includeifexists custom/iax.conf
[myiphone]
username=w0otm
type=friend
context=myphone
host=dynamic
auth=md5
secret=xxxxxx
disallow=all
allow=ulaw
allow=g726aal2
allow=gsm
codecpriority=host
transfer=no
callerid=w0otm
#includeifexists custom/extensions.conf
[myphone]
;Settings for Zoiper
exten => 27136,1,answer() ;Change the node number on all these lines to your own node
exten => 27136,n,Playback(rpt/node)
exten => 27136,n,Playback(digits/2) ; change the playback digits to your node as well
exten => 27136,n,Playback(digits/7)
exten => 27136,n,Playback(digits/1)
exten => 27136,n,Playback(digits/3)
exten => 27136,n,Playback(digits/6)
exten => 27136,n,Playback(rpt/connected)
exten => 27136,1,rpt(27136|Pv) ;CHANGE THE XXXXX TO YOUR NODE NUMBER
On 4/22/2015 9:41 PM, Jamey Wright wrote:
I did that. That is the tutorial I used.
Jamey
WR4JW
________________________________
From: Bob Prybyzerski [w2ymm1 at gmail.com<mailto:w2ymm1 at gmail.com>]
Sent: Wednesday, April 22, 2015 9:39 PM
To: Jamey Wright; app_rpt ALLSTAR
Subject: Re: [App_rpt-users] Config for Zoiper
You need to also make a modification to extensions.conf
Additional tutorial can be found at :
http://crompton.com/hamradio/BeagleBoneBlackAllstar/ConnectZoipertoAllstarNode.pdf
Sent from my iPhone
Bob Prybyzerski W2YMM
631-960-1051
On Apr 22, 2015, at 10:20 PM, Jamey Wright <Jamey.Wright at morgan911.org<mailto:Jamey.Wright at morgan911.org>> wrote:
I found the tutorial for using Zoiper on an iPhone for connecting to Allstar nodes written by Bernie, W1BFC. I followed it to the letter and my device won't register.
In iax.conf I have:
[myphone]
username=user
type=friend
context=myphone
host=dynamic
auth=md5
secret=mypasswd
codecpriority=host
disallow=all
allow=ulaw
allow=g726aa12
allow=gsm
transfer=no
callerid="wr4jw"
On the server after running asterisk -r i see the following;
NOTICE[2952] : chan_iax2.c:6839 register_verify: No registration for peer 'user' (from x.x.x.x)
What am I doing wrong here?
Thanks
Jamey
WR4JW
_______________________________________________
App_rpt-users mailing list
App_rpt-users at ohnosec.org<mailto:App_rpt-users at 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 at ohnosec.org<mailto:App_rpt-users at 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.
--
Mashall Dias
.-- ----- --- - --
Ottumwa, IA EN31ta
4SQRP #310
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.keekles.org/pipermail/app_rpt-users/attachments/20150423/02314a09/attachment.html>
More information about the App_rpt-users
mailing list