Displaying 4 results from an estimated 4 matches for "gogii".
Did you mean:
gogi
2020 Jul 17
1
Problem with OPTIONS requests.
...nt,SIP/7124
exten => Anonymous,1,NoOP(Options to $EXTEN)
same => n,Hangup()
I added hints to see if that would make a difference and it hasn't.
I also made a 'Anonymous' peer to see if that would help without any luck.
On Thu, Jul 16, 2020 at 6:11 PM Joel Serrano <joel at gogii.net> wrote:
> 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
>...
2020 Feb 26
1
Hangup-handler on failed calls
Hello,
I have a setup with asterisk 16.8.0, I'm facing a problem where calls that
fail (CONGESTION) don't have filled in some extra fields we add to the CDRs
in the database.
We use cdr_adaptive_odbc with MySQL as backend.
To simplify the scenario:
[sub-hanguphandler]
exten => s,1,Set(CDR(foo)=${bar})
same => n,Return()
[default]
exten => _X.,1,NoOp(New test call)
same =>
2020 Jul 16
3
Problem with OPTIONS requests.
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 work.
Is there a way to have asterisk respond with an 200 OK instead of a 404?
--
2020 Jul 17
0
Problem with OPTIONS requests.
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=public in sip.conf, if you have anything else, you must
update the dialplan above