Hi all,
I am using Asterisk 1.6.2.13 on Elastix 2.0.2. I am in the UK using Sipgate as my VoIP provider. All calls that proceed for 15 minutes are disconnected at the 15 minute milestone, incoming and outgoing. Looking at the Asterisk logs I see this:-
[Aug 4 09:45:37] VERBOSE[4347] pbx.c: – Executing [s@macro-dial:7] Dial(“SIP/sipgate_jonny-000000e5”, “SIP/202,15,tr”) in new stack
[Aug 4 09:45:37] VERBOSE[4347] netsock.c: == Using SIP RTP TOS bits 184
[Aug 4 09:45:37] VERBOSE[4347] netsock.c: == Using SIP RTP CoS mark 5
[Aug 4 09:45:37] VERBOSE[4347] app_dial.c: – Called 202
[Aug 4 09:45:37] VERBOSE[4347] app_dial.c: – SIP/202-000000e6 is ringing
[Aug 4 09:45:46] VERBOSE[4347] app_dial.c: – SIP/202-000000e6 answered SIP/sipgate_jonny-000000e5
[Aug 4 09:50:01] VERBOSE[2649] asterisk.c: – Remote UNIX connection
[Aug 4 09:50:01] VERBOSE[4365] asterisk.c: – Remote UNIX connection disconnected
[Aug 4 09:55:01] VERBOSE[2649] asterisk.c: – Remote UNIX connection
[Aug 4 09:55:01] VERBOSE[4374] asterisk.c: – Remote UNIX connection disconnected
[Aug 4 10:00:01] VERBOSE[2649] asterisk.c: – Remote UNIX connection
[Aug 4 10:00:01] VERBOSE[4384] asterisk.c: – Remote UNIX connection disconnected
[Aug 4 10:00:37] VERBOSE[2841] chan_sip.c: – Got SIP response 420 “Option Disabled” back from 217.10.79.23
[Aug 4 10:00:37] VERBOSE[4347] pbx.c: – Executing [h@macro-dial:1] Macro(“SIP/sipgate_jonny-000000e5”, “hangupcall”) in new stack
[Aug 4 10:00:37] VERBOSE[4347] pbx.c: – Executing [s@macro-hangupcall:1] GotoIf(“SIP/sipgate_jonny-000000e5”, “1?noautomon”) in new stack
The line that interests me most is "Got SIP response 420 “Option Disabled”. So, I found this bug report
issues.asterisk.org/view.php?id=17005
And this is where I get lost. From what I can tell Asterisk 1.6.2.13 includes this fix. Is this bug the same problem I am encountering? Also I have no session-timer settings in any of the configuration files as far as I can tell.
Any guidance would be appreciated. Thanks. Kevin