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: *60701 *6701 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 <sip.conf> register=USER:<obfuscated>@THING/701 [THING] type=peer allowguest=yes autocreatepeer=yes insecure=port,invite username=THING secret=<obfuscated> host=gvgw.simonics.com qualify=no allowexternaldomains=yes context=custom-gv-answer <extensions.conf> [custom-gv-answer] exten => 701,1,Answer() exten => 701,n,Rpt(43265|Rrpt/node:NODE:rpt/in-call:digits/0:PARKED|120) 75 exten => 701,n,Hangup On Wed, Mar 30, 2016 at 6:34 PM, JJC <cummingsj@gmail.com> wrote:
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!
Sent from the iRoad
On Mar 30, 2016, at 18:26, Jim Duuuude <telesistant@hotmail.com> wrote:
No, that's a SIP problem, I thought you were needing info on the reverse autopatch.
------------------------------ *From:* JJC <cummingsj@gmail.com> *Sent:* Wednesday, March 30, 2016 5:24 PM *To:* Jim Duuuude *Cc:* app_rpt-users@ohnosec.org *Subject:* Re: [App_rpt-users] Reverse AutoPatch
This will address the "found no matching peer or user" error?
Sent from the iRoad
On Mar 30, 2016, at 17:10, Jim Duuuude <telesistant@hotmail.com> wrote:
A real, live example is in extensions.conf, just after the beginning of the [allstar-sys] stanza:
exten => _1.,1,Rpt(${EXTEN:1}|Rrpt/node:NODE:rpt/in-call:digits/0:PARKED|120) 75
exten => _1.,n,Hangup
In this case, it is passed 1 plus the node number as an extension. If you replace "${EXTEN:1}" with your node
number it should work.
Jim
------------------------------ *From:* app_rpt-users-bounces@ohnosec.org < app_rpt-users-bounces@ohnosec.org> on behalf of JJC <cummingsj@gmail.com> *Sent:* Wednesday, March 30, 2016 3:21 PM *To:* app_rpt-users@ohnosec.org *Subject:* [App_rpt-users] Reverse AutoPatch
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.
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....
If I make any real changes to the stanza in extensions.conf I get an error like: Using INVITE request as basis request - 1939985154@198.199.84.66 Found no matching peer or user for '198.199.84.66:5060' [Mar 30 16:15:32] NOTICE[575]: chan_sip.c:14351 handle_request_invite: Failed to authenticate user "Caller ID Strings..."
<sip.conf> [general] allowguest = no match_auth_username=yes register=REDACTED:XXXXXX@gvgw.simonics.com/2230
context = default allowoverlap = no ; Disable overlap dialing support. (Default is yes) bindport = 5060 ; UDP Port to bind to (SIP standard port is 5060) bindaddr = 0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all) srvlookup = yes ; Enable DNS SRV lookups on outbound calls
[GV17193576518] type=friend autocreatepeer=yes insecure=port,invite username=REDACTED secret=XXXXXXX host=gvgw.simonics.com qualify=no ;permit=0.0.0.0/0.0.0.0 context=custom-gv-answer
<extensions.conf> [custom-gv-answer] exten => 2230,1,Answer() exten => 2230,n,Playback(rpt/node) exten => 2230,n,Saydigits(${EXTEN:1})