Re: [asterisk-users] Problem with OPTIONS requests.

2020-07-17 Thread Joel Serrano
Is `test` your default context (line context= in sip.conf)? If it is not, then try setting context=test in sip.conf and reload it. On Fri, Jul 17, 2020 at 8:34 AM John Kiniston wrote: > I've got this setup in a test context. > > [test] > exten => s,hint,SIP/7124 > exten => s,1,NoOP(Options to

Re: [asterisk-users] Problem with OPTIONS requests.

2020-07-17 Thread John Kiniston
I've got this setup in a test context. [test] exten => s,hint,SIP/7124 exten => s,1,NoOP(Options to $EXTEN) same => n,Hangup() exten => _x.,hint,SIP/7124 exten => _X.,1,NoOP(Options to $EXTEN) same => n,Hangup() exten => Anonymous,hint,SIP/7124 exten => Anonymous,1,NoOP(Options to $EXTEN) sa

Re: [asterisk-users] Problem with OPTIONS requests.

2020-07-17 Thread Tony Mountifield
In article , John Kiniston wrote: > > I'm implementing a SBC with my Asterisk PBX but the keeps disabling the > trunk group I've configured and I think it may be because Asterisk is > returning a 4r04 to the OPTIONS. > > I've created a test context and have put in a wildcard pattern match to try

Re: [asterisk-users] Problem with OPTIONS requests.

2020-07-16 Thread Joel Serrano
Hey John, In one installation I have, we use several monitoring tools (nagios based and custom scripts based) and we have the following: ; Reply OK to SIP:OPTIONS [public] exten => s,1,Wait(1) same => n,Hangup : For Nagios exten => nagios,1,Wait(1) same => n,Hangup NOTES: 1- We have context=pub

[asterisk-users] Problem with OPTIONS requests.

2020-07-16 Thread John Kiniston
I'm implementing a SBC with my Asterisk PBX but the keeps disabling the trunk group I've configured and I think it may be because Asterisk is returning a 4r04 to the OPTIONS. I've created a test context and have put in a wildcard pattern match to try and catch those options but it doesn't seem to