Hello.
I have a lot of debugging info I will be glad to post if asked otherwise just let me run through a simple scenario.
Up until this week I was running 1.4.11,zaptel-1.4.5.1,libpri-1.4.1
3 days ago I upgraded to 1.4.18,zaptel-1.4.9(last night to 1.4.9.1), libpri-1.4.3
We can still receive calls on PRI, however now calls received on PRI cannot be transfered back out PRI.
From Terminator end I recieve a q931 Message type: FACILITY(98) from a debug on span 1.
I am fighting with the telco, they are saying it’s me. Up untill the upgrade all this worked, so I am almost believing them.
There was changes made to the dialplan however I have removed all changes for the purpose of debugging.
Any thoughts, anyone else encountering this after the latest upgrade? anyone…?
mtia
Jeremy
Here is a portion of the debug, I think with the important pieces.
[code]
Protocol Discriminator: Q.931 (8) len=5
< Call Ref: len= 2 (reference 50/0x32) (Terminator)
< Message type: CONNECT (7)
q931.c:3373 q931_receive: call 32818 on channel 4 enters state 10 (Active)
Protocol Discriminator: Q.931 (8) len=5
Call Ref: len= 2 (reference 50/0x32) (Originator)
Message type: CONNECT ACKNOWLEDGE (15)
– Zap/4-1 answered SIP/104-b78b47f0
– Started music on hold, class ‘default’, on Zap/4-1
– Stopped music on hold on Zap/2-1
– Stopped music on hold on Zap/4-1
– Native bridging Zap/2-1 and Zap/4-1
Protocol Discriminator: Q.931 (8) len=27
Call Ref: len= 2 (reference 1667/0x683) (Terminator)
Message type: FACILITY (98)
== Spawn extension (ttg, 1234567890, 1) exited non-zero on ‘SIP/104-b78b47f0’
[1c 14 91 a1 11 02 01 08 06 07 2a 86 48 ce 15 00 08 30 03 02 01 32]
Facility (len=22, codeset=0) [ 0x91, 0xA1, 0x11, 0x02, 0x01, 0x08, 0x06, 0x07, ‘*’, 0x86, ‘H’, 0xCE, 0x15, 0x00, 0x08, ‘0’, 0x03, 0x02, 0x01, ‘2’ ]
PROTOCOL 11
A1 0011 (CONTEXT SPECIFIC [1])
02 0001 08 (INTEGER: 8)
06 0007 2A 86 48 CE 15 00 08 (OBJECTIDENTIFIER: 2a 86 48 ce 15 00 08)
30 0003 (SEQUENCE)
02 0001 32 (INTEGER: 50)
< Protocol Discriminator: Q.931 (8) len=9
< Call Ref: len= 2 (reference 1667/0x683) (Originator)
< Message type: DISCONNECT (69)
< [08 02 80 90]
< Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0 Location: User (0)
< Ext: 1 Cause: Normal Clearing (16), class = Normal Event (1) ]
– Processing IE 8 (cs0, Cause)
q931.c:3563 q931_receive: call 1667 on channel 2 enters state 12 (Disconnect Indication)
– Channel 0/2, span 1 got hangup request, cause 16
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Active, peerstate Connect Request
q931.c:2764 q931_disconnect: call 32818 on channel 4 enters state 11 (Disconnect Request)
Protocol Discriminator: Q.931 (8) len=9
Call Ref: len= 2 (reference 50/0x32) (Originator)
Message type: DISCONNECT (69)
[08 02 81 90]
Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0 Location: Private network serving the local user (1)
Ext: 1 Cause: Normal Clearing (16), class = Normal Event (1) ]
– Hungup ‘Zap/4-1’
== Spawn extension (macro-DialPRI, s, 2) exited non-zero on ‘Zap/2-1’ in macro ‘DialPRI’
== Spawn extension (macro-DialPRI, s, 2) exited non-zero on ‘Zap/2-1’ in macro ‘DialBW_PRI_AsBackup’
== Spawn extension (macro-DialPRI, s, 2) exited non-zero on 'Zap/2-1’
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Disconnect Indication, peerstate Disconnect Request
q931.c:2716 q931_release: call 1667 on channel 2 enters state 19 (Release Request)
Protocol Discriminator: Q.931 (8) len=9
Call Ref: len= 2 (reference 1667/0x683) (Terminator)
Message type: RELEASE (77)
[08 02 81 90]
Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0 Location: Private network serving the local user (1)
Ext: 1 Cause: Normal Clearing (16), class = Normal Event (1) ]
– Hungup ‘Zap/2-1’
< Protocol Discriminator: Q.931 (8) len=5
< Call Ref: len= 2 (reference 1667/0x683) (Originator)
< Message type: RELEASE COMPLETE (90)
q931.c:3503 q931_receive: call 1667 on channel 2 enters state 0 (Null)
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null
< Protocol Discriminator: Q.931 (8) len=5
< Call Ref: len= 2 (reference 50/0x32) (Terminator)
< Message type: RELEASE (77)
q931.c:3538 q931_receive: call 32818 on channel 4 enters state 0 (Null)
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Release Request
Protocol Discriminator: Q.931 (8) len=9
Call Ref: len= 2 (reference 50/0x32) (Originator)
Message type: RELEASE COMPLETE (90)
[08 02 81 90]
Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0 Location: Private network serving the local user (1)
Ext: 1 Cause: Normal Clearing (16), class = Normal Event (1) ]
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null[/code]
I removed a telephone number from the SIP above. Will post more if asked.