It have been a long time but try <br><br>[tutorial]<br>
exten=s,1,answer()<br>
exten=s,n,Playback(rpt/node)<br><div id=":1g">
exten=s,n,Playback(digits/2)<br>
exten=s,n,Playback(digits/8)<br>
exten=s,n,Playback(digits/1)<br>
exten=s,n,Playback(digits/7)<br>
exten=s,n,Playback(digits/4)<br>
exten=s,n,rpt(28174|P)</div><br>David<br><br><br><br><br><br><div class="gmail_quote">On Sun, Dec 18, 2011 at 9:27 PM, Ron Morell <span dir="ltr"><<a href="mailto:ron@morell.us">ron@morell.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have it working. Turned out that type=user was not satisfactory... The<br>
iax.conf statements look like this:<br>
<br>
[ip-phone]<br>
username=ip-phone<br>
type=friend<br>
context=tutorial<br>
auth=md5<br>
secret=password<br>
codecpriority=host<br>
disallow=all                        ; I need to look into codecs and see<br>
which one is best to use from the cell phone and select it.<br>
allow=g726aal2                 ; probably need to make sure the codec<br>
matches from phone to host.<br>
allow=gsm<br>
transfer=no<br>
callerid="ka7u"<br>
<br>
The extensions.conf looks like this:<br>
<br>
[tutorial]<br>
exten=28174,1,answer()<br>
exten=28174,n,Playback(rpt/node)<br>
exten=28174,n,Playback(digits/2)<br>
exten=28174,n,Playback(digits/8)<br>
exten=28174,n,Playback(digits/1)<br>
exten=28174,n,Playback(digits/7)<br>
exten=28174,n,Playback(digits/4)<br>
exten=28174,n,rpt(28174|P)<br>
<br>
Now when I call in with IaxAgent on the Android Cell Phone it answers<br>
and puts me into the phone dialer where I have to dial the extension<br>
28174.  This is odd, because I have that extension stated in the<br>
iaxAgent calling setup, but it is Beta software so maybe it doesn't all<br>
work.  Then after the extension 28174 answers the iaxAgent switches to<br>
an "in-session" screen.  By pressing the additional menu button (lower<br>
left on the Android X phone), an in-session dialer is displayed on the<br>
screen.  *70 gives the current connection status, *328210 will connect<br>
to that node, *128210 will disconnect from that node, and so on.<br>
<br>
But there is a problem with PTT.  *99 does not start PTT and # does not<br>
disable it.  Not sure why...  This is the functions info from rpt.conf:<br>
<br>
functions=functions                     ; Repeater Function Table<br>
phone_functions=functions          ; Repeater Function Table<br>
link_functions=functions               ; Link Function Table<br>
<br>
<br>
[functions]<br>
1=ilink,1<br>
2=ilink,2<br>
3=ilink,3<br>
4=ilink,4<br>
5=macro,1<br>
70=ilink,5<br>
71=ilink,6<br>
72=ilink,7<br>
73=ilink,15<br>
74=ilink,16<br>
75=ilink,8<br>
<br>
80=status,1<br>
81=status,2<br>
<br>
6=autopatchup,noct=1,farenddisconnect=1,dialtime=20000  ; Autopatch up<br>
0=autopatchdn                           ; Autopatch down<br>
<br>
989=cop,4<br>
980=status,3<br>
99=cop,6                 ;should be PTT<br>
<br>
So if anyone has an idea about what happened to *99 for PTT and # to<br>
switch to receive, I'd appreciate hearing it.  It did work, when I<br>
connected to node 28187.  I'll have to check and see if it still works<br>
on that node.<br>
Ron<br>
KA7U<br>
<div><div></div><div class="h5">_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
<a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
</div></div></blockquote></div><br>