I see the following line into debug (pri debug span 1):
1. Progress Description: Calling equipment is non-ISDN. (3) ]
2. Calling Number (len=14) [ Ext: 0 TON: Unknown Number Type (0) NPI:
Unknown Number Plan (0)
Into a ISDN that is working I got this :
-- Making new call for cr 23274
-- Processing Q.931 Call Setup
-- Processing IE 33 (Sending Complete)
-- Processing IE 4 (Bearer Capability)
-- Processing IE 24 (Channel Identification)
-- Processing IE 30 (Progress Indicator)
-- Processing IE 108 (Calling Party Number)
-- Processing IE 112 (Called Party Number)
-- Extension '9999' in context 'outbound'
Into this one I got only :
-- Processing Q.931 Call Setup
-- Processing IE 33 (Sending Complete)
-- Processing IE 4 (Bearer Capability)
-- Processing IE 24 (Channel Identification)
-- Processing IE 30 (Progress Indicator)
-- Processing IE 108 (Calling Party Number)
What parameters they not send!
The complet debugging is this:
< Protocol Discriminator: Q.931 (8) len=34
< Call Ref: len= 2 (reference 162/0xA2) (Originator)
< Message type: SETUP (5)
< Sending Complete (len= 4)
< Bearer Capability (len= 3) [ Ext: 1 Q.931 Std: 0 Info transfer
capability: 3.1kHz audio (16)
< Ext: 1 Trans mode/rate: 64kbps,
circuit-mode (16)
< Ext: 1 User information layer 1: A-Law (35)
< Channel ID (len= 5) [ Ext: 1 IntID: Implicit, PRI Spare: 0, Exclusive
Dchan: 0
< ChanSel: Reserved
< Ext: 1 Coding: 0 Number Specified Channel
Type: 3
< Ext: 1 Channel: 1 ]
< Progress Indicator (len= 2) [ Ext: 1 Coding: CCITT (ITU) standard (0)
0: 0 Location: Public network serving the remote user (4)
< Ext: 1 Progress Description: Calling
equipment is non-ISDN. (3) ]
< Calling Number (len=14) [ Ext: 0 TON: Unknown Number Type (0) NPI:
Unknown Number Plan (0)
< Presentation: Unknown (1) '0788401422' ]
-- Making new call for cr 162
-- Processing Q.931 Call Setup
-- Processing IE 33 (Sending Complete)
-- Processing IE 4 (Bearer Capability)
-- Processing IE 24 (Channel Identification)
-- Processing IE 30 (Progress Indicator)
-- Processing IE 108 (Calling Party Number)
> Protocol Discriminator: Q.931 (8) len=14
> Call Ref: len= 2 (reference 32930/0x80A2) (Terminator)
> Message type: SETUP ACKNOWLEDGE (13)
> Channel ID (len= 5) [ Ext: 1 IntID: Implicit, PRI Spare: 0,
Exclusive Dchan: 0
> ChanSel: Reserved
> Ext: 1 Coding: 0 Number Specified Channel
Type: 3
> Ext: 1 Channel: 1 ]
> Progress Indicator (len= 2) [ Ext: 1 Coding: CCITT (ITU) standard
(0) 0: 0 Location: Private network serving the local user (1)
> Ext: 1 Progress Description: Called
equipment is non-ISDN. (2) ]
< Protocol Discriminator: Q.931 (8) len=12
< Call Ref: len= 2 (reference 162/0xA2) (Originator)
< Message type: STATUS (125)
< Cause (len= 2) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0
Location: Public network serving the local user (2)
< Ext: 1 Cause: Protocol error, unspecified (111),
class = Protocol Error (6) ]
< Call State (len= 1) [ Ext: 0 Coding: CCITT (ITU) standard (0) Call
state: Call Present (6)
-- Processing IE 8 (Cause)
-- Processing IE 20 (Call State)
< Protocol Discriminator: Q.931 (8) len=13
< Call Ref: len= 2 (reference 162/0xA2) (Originator)
< Message type: DISCONNECT (69)
< Cause (len= 2) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0
Location: Public network serving the local user (2)
< Ext: 1 Cause: Recover on timer expiry (102), class =
Protocol Error (6) ]
< Progress Indicator (len= 2) [ Ext: 1 Coding: CCITT (ITU) standard (0)
0: 0 Location: Public network serving the remote user (4)
< Ext: 1 Progress Description: Calling
equipment is non-ISDN. (3) ]
-- Processing IE 8 (Cause)
-- Processing IE 30 (Progress Indicator)
WARNING[9226]: File chan_zap.c, Line 5275 (pri_fixup): Call specified,
but not found?
WARNING[9226]: File chan_zap.c, Line 5830 (pri_dchannel): Hangup on bad
channel 1
< Protocol Discriminator: Q.931 (8) len=9
< Call Ref: len= 2 (reference 162/0xA2) (Originator)
< Message type: RELEASE (77)
< Cause (len= 2) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0
Location: Pub
lic network serving the local user (2)
< Ext: 1 Cause: Recover on timer expiry (102), class =
Protoco
l Error (6) ]
-- Processing IE 8 (Cause)
> Protocol Discriminator: Q.931 (8) len=5
> Call Ref: len= 2 (reference 32930/0x80A2) (Terminator)
> Message type: RELEASE COMPLETE (90)
WARNING[9226]: File chan_zap.c, Line 5275 (pri_fixup): Call specified,
but not f
ound?
WARNING[9226]: File chan_zap.c, Line 5830 (pri_dchannel): Hangup on bad
channel
1
Any ideas why this happening?