<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>701 is meant to un-park call parked in parking lot 1 in Asterisk.</p>
<p>If your autopatch access code is *6, then *6 plus what it tells</p>
<p>you to dial (0701) should work, if you have the call parking configured</p>
<p>correctly (see features.conf), and accessed in the autopatch's</p>
<p>Asterisk dialplan, as is in the default extensions.conf:</p>
<p><br>
</p>
<p>exten=_07XX,1,Goto(parkedcalls|${EXTEN:1}|1)<br>
</p>
<p><br>
</p>
<p>In the default config that is shipped with ACID, this is how it is set up</p>
<p>already.</p>
<p><br>
</p>
<p>Jim<br>
</p>
<p><br>
</p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> JJC <cummingsj@gmail.com><br>
<b>Sent:</b> Wednesday, March 30, 2016 8:25 PM<br>
<b>To:</b> Jim Duuuude<br>
<b>Cc:</b> app_rpt-users@ohnosec.org<br>
<b>Subject:</b> Re: [App_rpt-users] Reverse AutoPatch</font>
<div> </div>
</div>
<div>
<div dir="ltr">It is now at the point where it announces there is an incoming call but none of the commands that I have found seem to be working.. trying:
<div><br>
</div>
<div>*60701</div>
<div>*6701</div>
<div><br>
</div>
<div>I also changed the extension from 701 to s with the same results (while removing the /701 from the register line), removed the Answer() directive</div>
<div><br>
</div>
<div><sip.conf></div>
<div>register=USER:<obfuscated>@THING/701<br>
</div>
<div><br>
</div>
<div>
<div>[THING]</div>
<div>type=peer</div>
<div>allowguest=yes</div>
<div>autocreatepeer=yes</div>
<div>insecure=port,invite</div>
<div>username=THING</div>
<div>secret=<obfuscated></div>
<div>host=<a id="LPlnk357753" href="http://gvgw.simonics.com">gvgw.simonics.com</a></div>
<div>qualify=no</div>
<div>allowexternaldomains=yes</div>
<div>context=custom-gv-answer<br>
</div>
</div>
<div><br>
</div>
<div><extensions.conf></div>
<div>
<div>[custom-gv-answer]</div>
<div>exten => 701,1,Answer()</div>
<div>exten => 701,n,Rpt(43265|Rrpt/node:NODE:rpt/in-call:digits/0:PARKED|120) 75</div>
<div>exten => 701,n,Hangup</div>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Mar 30, 2016 at 6:34 PM, JJC <span dir="ltr"><<a title="Ctrl+Click or tap to follow the link" href="mailto:cummingsj@gmail.com" target="_blank">cummingsj@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="auto">
<div>It's all one big mess, yes I did need that also.. It seems that when I make changes even to my reverse auto patch it affects the error that I noted.  Thanks for the info for sure!<br>
<br>
Sent from the iRoad</div>
<div>
<div class="h5">
<div><br>
On Mar 30, 2016, at 18:26, Jim Duuuude <<a href="mailto:telesistant@hotmail.com" target="_blank">telesistant@hotmail.com</a>> wrote:<br>
<br>
</div>
<blockquote type="cite">
<div>
<div style="font-size:12pt; color:#000000; background-color:#ffffff; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>No, that's a SIP problem, I thought you were needing info on the reverse autopatch.<br>
</p>
<br>
<br>
<div style="color:rgb(0,0,0)">
<hr style="display:inline-block; width:98%">
<div dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> JJC <<a href="mailto:cummingsj@gmail.com" target="_blank">cummingsj@gmail.com</a>><br>
<b>Sent:</b> Wednesday, March 30, 2016 5:24 PM<br>
<b>To:</b> Jim Duuuude<br>
<b>Cc:</b> <a href="mailto:app_rpt-users@ohnosec.org" target="_blank">app_rpt-users@ohnosec.org</a><br>
<b>Subject:</b> Re: [App_rpt-users] Reverse AutoPatch</font>
<div> </div>
</div>
<div>
<div>This will address the "found no matching peer or user" error?<br>
<br>
Sent from the iRoad</div>
<div><br>
On Mar 30, 2016, at 17:10, Jim Duuuude <<a href="mailto:telesistant@hotmail.com" target="_blank">telesistant@hotmail.com</a>> wrote:<br>
<br>
</div>
<blockquote type="cite">
<div>
<div style="font-size:12pt; color:#000000; background-color:#ffffff; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>A real, live example is in extensions.conf, just after the beginning of the [allstar-sys] stanza:</p>
<p><br>
</p>
<p>exten => _1.,1,Rpt(${EXTEN:1}|Rrpt/node:NODE:rpt/in-call:digits/0:PARKED|120) 75</p>
<p>exten => _1.,n,Hangup</p>
<p><br>
</p>
<p>In this case, it is passed 1 plus the node number as an extension. If you replace "${EXTEN:1}" with your node</p>
<p>number it should work.</p>
<p><br>
</p>
<p>Jim</p>
<p><br>
</p>
<div style="color:rgb(0,0,0)">
<hr style="display:inline-block; width:98%">
<div dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b>
<a href="mailto:app_rpt-users-bounces@ohnosec.org" target="_blank">app_rpt-users-bounces@ohnosec.org</a> <<a href="mailto:app_rpt-users-bounces@ohnosec.org" target="_blank">app_rpt-users-bounces@ohnosec.org</a>> on behalf of JJC <<a href="mailto:cummingsj@gmail.com" target="_blank">cummingsj@gmail.com</a>><br>
<b>Sent:</b> Wednesday, March 30, 2016 3:21 PM<br>
<b>To:</b> <a href="mailto:app_rpt-users@ohnosec.org" target="_blank">app_rpt-users@ohnosec.org</a><br>
<b>Subject:</b> [App_rpt-users] Reverse AutoPatch</font>
<div> </div>
</div>
<div>
<div dir="ltr">I have scoured the internet to find documentation about reverse autopatch but have had no luck.  I have been able to get autopatch working without a problem and have had _limited_ success in getting allstar(dial) to answer.
<div><br>
</div>
<div>I was able to get allstar to answer and allow me to run DTMF with the following, but really all that I want is reverse autopatch or both....</div>
<div><br>
</div>
<div>If I make any real changes to the stanza in extensions.conf I get an error like:</div>
<div>
<div>Using INVITE request as basis request - <a href="mailto:1939985154@198.199.84.66" target="_blank">
1939985154@198.199.84.66</a></div>
<div>Found no matching peer or user for '<a href="http://198.199.84.66:5060" target="_blank">198.199.84.66:5060</a>'</div>
<div>[Mar 30 16:15:32] NOTICE[575]: chan_sip.c:14351 handle_request_invite: Failed to authenticate user "Caller ID Strings..."</div>
</div>
<div><br>
</div>
<div><sip.conf></div>
<div>
<div>[general]</div>
<div>allowguest = no</div>
<div>match_auth_username=yes</div>
<div>register=<a href="http://REDACTED:XXXXXX@gvgw.simonics.com/2230" target="_blank">REDACTED:XXXXXX@gvgw.simonics.com/2230</a></div>
<div><br>
</div>
<div>context = default</div>
<div>allowoverlap = no               ; Disable overlap dialing support. (Default is yes)<br>
</div>
<div>bindport = 5060                 ; UDP Port to bind to (SIP standard port is 5060)</div>
<div>bindaddr = 0.0.0.0              ; IP address to bind to (0.0.0.0 binds to all)</div>
<div>srvlookup = yes                 ; Enable DNS SRV lookups on outbound calls</div>
<div><br>
</div>
<div><br>
</div>
<div>[GV17193576518]</div>
<div>type=friend</div>
<div>autocreatepeer=yes</div>
<div>insecure=port,invite</div>
<div>username=REDACTED</div>
<div>secret=XXXXXXX</div>
<div>host=<a href="http://gvgw.simonics.com" target="_blank">gvgw.simonics.com</a></div>
<div>qualify=no</div>
<div>;permit=<a href="http://0.0.0.0/0.0.0.0" target="_blank">0.0.0.0/0.0.0.0</a></div>
<div>context=custom-gv-answer</div>
</div>
<div><br>
</div>
<div><extensions.conf></div>
<div>
<div>[custom-gv-answer]</div>
<div>exten => 2230,1,Answer()</div>
<div>exten => 2230,n,Playback(rpt/node)<br>
</div>
<div>exten => 2230,n,Saydigits(${EXTEN:1})</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</body>
</html>