[cisco-voip] Cisco 2821 & Nortel MICS Back-to-Back (PRI) Issues
Wes Sisk
wsisk at cisco.com
Thu Jun 6 13:47:35 EDT 2013
based on this line:
Jun 6 12:08:57.771 EDT: ISDN Se0/1/0:23 **ERROR**: Ux_Status: STATUS call state mismatch with invalid cause: cause 0x63, state 0xA, peer state 0x3
I suspect you might be hitting an issue here callerid is provided in an unsupported IE. that causes a status message. that status message contains a call state. the call has already progressed beyond that call state so you get a mismatch, no mechanism for recovery, and a drop.
If the 2821 were using MGCP back to CUCM then this would be relevant:
http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCeg56289
As is, we need to confirm this is what is happening and then look to our IOS Voice participants for any available options.
You say "outgoing call from perspective of MICS" - is it configured to send name outbound? can you get 'debug isdn q931' in addition to the below? What is the ISDN switch type? sharing as much of the config as you are comfortable with would help.
*if* it is callerid causing the problem you might try disabling callerid under the voice port. I think it's 'no caller-id enable' under the voice port.
-wes
On Jun 6, 2013, at 12:36 PM, Gary T. Giesen <giesen at snickers.org> wrote:
I've got a Cisco 2821 with a PRI card configured with SIP trunking. I'm trying to interface with a PRI card on a Nortel MICS. Incoming calls work fine, but outgoing calls (from the perspective of the MICS) ring and die a half second after the called party picks up.
I've including some debug, but not sure what's relevant (I'm not a TDM guy) so let me know what else you need...
Jun 6 12:08:53.526 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: source id 0x300, call id 0x6A, event 0x341 (pre-ccb recovery)
Jun 6 12:08:53.526 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: L3_event 0090
Jun 6 12:08:53.526 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: call id 0x1 cref 0x6A event 0x8001 Source->L3
Jun 6 12:08:53.526 EDT: ISDN Se0/1/0:23 CC: CCPCC_CallIdle: event 0x90 b channel 0 nfas int_id 0 call_id 0x6A
Jun 6 12:08:53.530 EDT: ISDN Se0/1/0:23 CC: CCPRI_AcceptChanId: Negotiated int_id 0 bchan 0 cref 0x8001 call_id 0x006A lo_chan 23 final int_id/bchan 0/23 cause 0
Jun 6 12:08:53.554 EDT: ISDN Se0/1/0:23 Error: Invalid DSL (0) CC: CCPRI_Go: source id 0x500, call id 0x0, event 0x4A (pre-ccb recovery)
Jun 6 12:08:53.554 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: call_id 0x6A cref 0x8001 event 0x4A Source->HOST
Jun 6 12:08:53.554 EDT: ISDN Se0/1/0:23 CC: CCPCC_CallOffered: event = 0x4A b channel 23 nfas int_id 0 call_id 0x6A
Jun 6 12:08:55.378 EDT: ISDN Se0/1/0:23 Error: Invalid DSL (0) CC: CCPRI_Go: source id 0x500, call id 0x0, event 0x4E (pre-ccb recovery)
Jun 6 12:08:55.378 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: call_id 0x6A cref 0x8001 event 0x4E Source->HOST
Jun 6 12:08:55.378 EDT: ISDN Se0/1/0:23 CC: CCPCC_CallRoutingIn: executing with event = 4E in state = CALL ROUTING_IN
Jun 6 12:08:57.731 EDT: ISDN Se0/1/0:23 Error: Invalid DSL (0) CC: CCPRI_Go: source id 0x500, call id 0x0, event 0x4E (pre-ccb recovery)
Jun 6 12:08:57.731 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: call_id 0x6A cref 0x8001 event 0x4E Source->HOST
Jun 6 12:08:57.731 EDT: ISDN Se0/1/0:23 CC: CCPCC_CallRoutingIn: executing with event = 4E in state = CALL ROUTING_IN
Jun 6 12:08:57.731 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: source id 0x300, call id 0x6A, event 0x341 (pre-ccb recovery)
Jun 6 12:08:57.731 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: L3_event 0092
Jun 6 12:08:57.731 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: dispatching event 0x92 call id 0x6A cref 0x8001 Source->L3
Jun 6 12:08:57.731 EDT: ISDN Se0/1/0:23 CC: CCPCC_CallRoutingIn: executing with event = 92 in state = CALL ROUTING_IN
Jun 6 12:08:57.771 EDT: ISDN Se0/1/0:23 **ERROR**: Ux_Status: STATUS call state mismatch with invalid cause: cause 0x63, state 0xA, peer state 0x3
Jun 6 12:08:57.807 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: source id 0x300, call id 0x6A, event 0x341 (pre-ccb recovery)
Jun 6 12:08:57.807 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: L3_event 0099
Jun 6 12:08:57.807 EDT: ISDN Se0/1/0:23 CC: CCPRI_Go: dispatching event 0x99 call id 0x6A cref 0x8001 Source->L3
Jun 6 12:08:57.807 EDT: ISDN Se0/1/0:23 CC: CCPCC_CallConnected: event 0x99 b channel 23 nfas int_id 0 call_id 0x6A
Jun 6 12:08:57.811 EDT: ISDN Se0/1/0:23 Error: Invalid DSL (0) CC: CCPRI_Go: source id 0x500, call id 0x0, event 0x57 (pre-ccb recovery)
Thanks!
GTG
_______________________________________________
cisco-voip mailing list
cisco-voip at puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20130606/c166110c/attachment.html>
More information about the cisco-voip
mailing list