<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
in your [internal] context add (for example):<br><br>exten => 1003,1,Rpt(1234|Pv)   ; (Replace '1234' with the correct node number)<br><br>JIM<br><br><br>> From: rpt2@chuck.midlandsnetworking.com<br>> Date: Thu, 28 Oct 2010 17:38:38 -0500<br>> To: app_rpt-users@qrvc.com<br>> Subject: [App_rpt-users] Please help me. How do I set up PAP2Ts to connect     to my repeater?<br>> <br>> I am just getting started and still have not got a good understanding<br>> of how this works.  I currently have a basic install from the<br>> ACID_CENTOS CD that I downloaded 9/29/2010.  I have the radios<br>> connected using a CM-108.  In addition to this basic setup I want to<br>> use a PAP2T to be able to connect to the repeater.  I have configured<br>> a couple of PAP2Ts to register with the server and I can dial from<br>> either one to the other.  What I also want to be able to do is dial a<br>> number from either one of the PAP2Ts that will connect them to the<br>> repeater such that they can hear what the repeater receiver is hearing<br>> and that audio from the handset will come out over the air on the<br>> repeater.  The PAP2T's are on the same LAN with the server.  It seems<br>> like it should be easy, probably just the right line in the<br>> extensions.conf file, but all of my attempts at it have failed.  The<br>> dial plan that I put in the PAP2Ts is just "(x.)" without the quotes.<br>> <br>> Would someone please tell me how to make this work?<br>> <br>> Remember I am a newbie here so don't assume that I know anything about<br>> the configuration of asterisk or app_rpt, I really don't know why what<br>> I have so far is even working at all.<br>> I made the Linksys adapters work by adding the following to sip.conf.<br>> I am not sure if this is even correct, but it allows them to call each<br>> other.  Amazing!!<br>>  - - - - - - - - - - - - - - - - cut here - - - - - - - - - - - - - -<br>> - - - - - - - - - - - - - - - - - - - -<br>> ; 1000 is Linksys PAP2T number 1 registered<br>> [1000]  ; CAH added 10/28/2010 2:01am<br>> type=friend ; CAH added 10/28/2010 2:01am<br>> context=phones ; CAH added 10/28/2010 2:01am<br>> host=dynamic ; CAH added 10/28/2010 2:01am<br>> <br>> ; 1001 is Linksys PAP2T number 2 registered<br>> [1001]  ; CAH added 10/28/2010 2:01am<br>> type=friend ; CAH added 10/28/2010 2:01am<br>> context=phones ; CAH added 10/28/2010 2:01am<br>> host=dynamic ; CAH added 10/28/2010 2:01am<br>> <br>> ; 1002 is Linksys SPA-3102 not registered<br>> [1002]  ; CAH added 10/28/2010 3:21am<br>> type=friend ; CAH added 10/28/2010 3:21am<br>> context=phones ; CAH added 10/28/2010 3:21am<br>> host=10.10.10.234 ; CAH added 10/28/2010 3:21am<br>> port=5061 ;  CAH added 10/28/2010 5:24am<br>>  - - - - - - - - - - - - - - - - cut here - - - - - - - - - - - - - -<br>> - - - - - - - - - - - - - - - - - - - -<br>> And also adding to extensions.conf the following which I gleaned from<br>> an example in a book on Amazon.com, I didn't figure out what the i and<br>> the s are for but they were in the example and after adding these the<br>> phones can call each other, just not the repeater.<br>>  - - - - - - - - - - - - - - - - cut here - - - - - - - - - - - - - -<br>> - - - - - - - - - - - - - - - - - - - -<br>> [default]<br>> exten => i,1,Hangup ; CAH added 10/28/2010 1:27am<br>> exten => s,1,Verbose(1|Unrouted call handler) ; CAH added 10/28/2010 1:27am<br>> exten => s,n,Answer() ; CAH added 10/28/2010 1:27am<br>> exten => s,n,Wait(1) ; CAH added 10/28/2010 1:27am<br>> exten => s,n,Playback(tt-weasels) ; CAH added 10/28/2010 1:27am<br>> exten => s,n,Hangup() ; CAH added 10/28/2010 1:27am<br>> <br>> [incoming_calls]  ; CAH added 10/28/2010 1:27am<br>> <br>> [internal] ; CAH added 10/28/2010 1:27am<br>> exten => 1000,1,Verbose(1|Extension 1000) ; CAH added 10/28/2010 2:10am<br>> exten => 1000,n,Dial(SIP/1000,30) ; CAH added 10/28/2010 2:10am<br>> exten => 1000,n,Hangup() ; CAH added 10/28/2010 2:10am<br>> exten => 1001,1,Verbose(1|Extension 1001) ; CAH added 10/28/2010 2:10am<br>> exten => 1001,n,Dial(SIP/1001,30) ; CAH added 10/28/2010 2:10am<br>> exten => 1001,n,Hangup() ; CAH added 10/28/2010 2:10am<br>> exten => 1002,1,Verbose(1|Extension 1002) ; CAH added 10/28/2010 2:10am<br>> exten => 1002,n,Dial(SIP/1002,30) ; CAH added 10/28/2010 2:10am<br>> exten => 1002,n,Hangup() ; CAH added 10/28/2010 2:10am<br>> <br>> [phones] ; CAH added 10/28/2010 1:27am<br>> include => internal ; CAH added 10/28/2010 1:27am<br>> <br>>  - - - - - - - - - - - - - - - - cut here - - - - - - - - - - - - - -<br>> - - - - - - - - - - - - - - - - - - - -<br>> I think that is all I added to the configuration of the server so far.<br>>  What more do I need?  What of this is not needed or wrong?<br>> Chuck<br>> _______________________________________________<br>> App_rpt-users mailing list<br>> App_rpt-users@qrvc.com<br>> http://qrvc.com/mailman/listinfo/app_rpt-users<br>                                       </body>
</html>