ISDN and VoIP configuration

Hi Fellows

I need a little help to fix a problem that I have already trying to receive calls in a Cisco GW 2610, basically I want to receive some calls coming from the PSTN and sent these to and IP-PBX using SIP, when a dial I got dial tone and few seconds later the call is discconected, the call is received by the router but is not routed to the other end thru SIP.

If you can take a look to this y will appreciate any help on this:

1d07h: ISDN Se1/0:23: Ux_BadMsg(): Invalid Message for call state 10, call id 0x2B, call ref 0x805A, event 0x62

1d07h: ISDN Se1/0:23: TX -> STATUS pd = 8 callref = 0x805A

1d07h: Cause i = 0x80E562 - Message not compatible with call state

1d07h: Call State i = 0x0A

1d07h: ISDN Se1/0:23: TX -> DISCONNECT pd = 8 callref = 0x805A

1d07h: Cause i = 0x809C - Invalid number format (incomplete number)

============================ a different log ==========================

1d06h: ISDN Se1/0:23: Incoming call id = 0x001D, dsl 0

1d06h: ISDN Se1/0:23: NegotiateBchan: bchan 1 intid 0 serv_st 0 chan_st

0 callid 0x0000 ev 0x90 n/w? 0

1d06h: Negotiated int_id 0 bchan 0 cr=0x804D callid=0x001D lo_chan 1 final int_id/bchan 0/1 cause 0x0

1d06h: ISDN Se1/0:23: LIF_EVENT: ces/callid 1/0x1D CALL_INCOMING

1d06h: ISDN Se1/0:23: CALL_INCOMING dsl 0 bchan 0

1d06h: ISDN Se1/0:23: CALL_INCOMING: call type is VOICE ULAW, bchan = 0

1d06h: ISDN Se1/0:23: Event: Received a VOICE call from 3059842692 on B0 at 64 Kb/s

1d06h: ISDN Se1/0:23: process_pri_simple(): msg 74, call id 0x1D, bchan 0, call type VOICE

1d06h: ISDN Se1/0:23: process_disconnect(): call id 0x1D, call type is VOICE, b_idb 0x82346678, ces 1, cause No route to destination(0x3)

1d06h: ISDN Se1/0:23: CCPRI_ReleaseCall(): bchan 1, call id 0x1D, call type VOICE

1d06h: CCPRI_ReleaseChan released b_dsl 0 B_Chan 1

1d06h: ISDN Se1/0:23: LIF_EVENT: ces/callid 1/0x1D CALL_CLEARED

1d06h: ISDN Se1/0:23: received CALL_CLEARED call_id 0x1D

1d06h: no resend setup, no redial

================================== Part of the configuration ==================================

What I'm missing here?

!

no ip dhcp-client network-discovery

isdn switch-type primary-ni

!

voice service voip

!

controller T1 1/0

framing esf

linecode b8zs

pri-group timeslots 1-24

! interface Ethernet0/0

description To LAN

ip address 192.168.1.34 255.255.255.0

full-duplex

!

interface Serial0/0

no ip address

shutdown

!

interface Serial0/1

no ip address

shutdown

!

interface Serial1/0:23

no ip address

no logging event link-status

isdn switch-type primary-ni

isdn incoming-voice voice

isdn calling-number 3056777888

isdn sent-alerting

no cdp enable

!

ip classless

no ip http server

!

call rsvp-sync !

voice-port 1/0:23 !

mgcp profile default

dial-peer cor custom

!

dial-peer voice 2 pots

incoming called-number 30567778..

direct-inward-dial

!

dial-peer voice 200 voip

destination-pattern 30567778..

session target ipv4:192.168.1.25

codec g711ulaw

! !

!

end

Reply to
clmx_jleudo
Loading thread data ...

Run a "debug isdn q931" and make a test call. Post the results.

I am pretty sure you are not sending these as unknown/unknown and that is why it is failing, but I want to check (or, you could be sending them unknown/unknown and it is looking for national/unknown, etc...)

Jonathan

Reply to
Jonathan

HI Jonathan

The numbers are showing as National instead of Unknown I will made the change, but here is how it is from the begining:

IPGateway(config-if)#

1d07h: ISDN Se1/0:23: RX CALL_PROC pd = 8 callref = 0x8059 1d07h: Channel ID i = 0xA98381 1d07h: ISDN Se1/0:23: TX -> DISCONNECT pd = 8 callref = 0x8059 1d07h: Cause i = 0x8083 - No route to destination 1d07h: ISDN Se1/0:23: RX RELEASE_COMP pd = 8 callref = 0x8059 1d07h: ISDN Se1/0:23: RX CALL_PROC pd = 8 callref = 0x805A 1d07h: Channel ID i = 0xA98381 1d07h: ISDN Se1/0:23: TX -> CONNECT pd = 8 callref = 0x805A 1d07h: ISDN Se1/0:23: RX DISCONNECT pd = 8 callref = 0x805A 1d07h: Cause i = 0x809C - Invalid number format (incomplete number) 1d07h: Facility i = 0x9F8B0100A10F02010106072A8648CE1500040A0100 1d07h: ISDN Se1/0:23: RX RELEASE_COMP pd = 8 callref = 0x805A
Reply to
clmx_jleudo

genius Jonathan

That was my issue I set numbering-type as unknown and it works fine now. Thanx a lot

Reply to
clmx_jleudo

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.