%SIP-3-BADPAIR: Unexpected timer 12

Hi everyone!
I have a Cisco 2800 router running version 12.4(16b) of the IPVOICEK9-M IOS (sh ver below):
Cisco IOS Software, 2800 Software (C2800NM-IPVOICEK9-M), Version 12.4(16b), RELEASE SOFTWARE (fc3)
and am continually experiencing the following SIP error:
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:"Times New Roman";
mso-fareast-theme-font:minor-fareast;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;}
378: Jan 11 10:17:31.208 GMT: %SIP-3-BADPAIR: Unexpected timer 12
(SIP_TIMER_DIGIT) in state 10 (STATE_DEAD) substate 0 (SUBSTATE_NONE)
Has anyone else experienced the same issue / can advise how to resolve the problem? It does not appear to affect call connectivity, but I am worried that slowly the device is going to become unresponsive since the Cisco site appears to point to a memory leak issue?
Regards
Scott

Just to add some lines...
Errors on E1 controllers were due to bad cabling. We did change cable and we are not experiencing errors on it anymore.
I still wonder what those two sip messegges mean?

Similar Messages

  • CSCtj69246 - percentSIP-3-BADPAIR Unexpected timer 10 andgt;

    Hi
    I have a cisco 3900 router (flash0:c3900-universalk9-mz.SPA.150-1.M1.bin) and It has the same issue. The Logs show the following:
    Aug 27 17:02:45.344: %SIP-3-BADPAIR: Unexpected timer 10 (SIP_TIMER_DIGIT) in state 18 (STATE_SENT_MIDCALL_INVITE) substate 0 (SUBSTATE_NONE)
    Aug 27 17:04:58.460: %SIP-3-BADPAIR: Unexpected timer 10 (SIP_TIMER_DIGIT) in state 18 (STATE_SENT_MIDCALL_INVITE) substate 0 (SUBSTATE_NONE)
    Aug 27 17:05:56.083: %SIP-3-BADPAIR: Unexpected timer 10 (SIP_TIMER_DIGIT) in state 18 (STATE_SENT_MIDCALL_INVITE) substate 0 (SUBSTATE_NONE)
    Aug 27 17:02:45.344: %SIP-3-BADPAIR: Unexpected timer 10 (SIP_TIMER_DIGIT) in state 18 (STATE_SENT_MIDCALL_INVITE) substate 0 (SUBSTATE_NONE)
    Aug 27 17:04:58.460: %SIP-3-BADPAIR: Unexpected timer 10 (SIP_TIMER_DIGIT) in state 18 (STATE_SENT_MIDCALL_INVITE) substate 0 (SUBSTATE_NONE)
    Aug 27 17:05:56.083: %SIP-3-BADPAIR: Unexpected timer 10 (SIP_TIMER_DIGIT) in state 18 (STATE_SENT_MIDCALL_INVITE) substate 0 (SUBSTATE_NONE)
    I was investigating and i found that it is a bug. Bug CSCtj69246. https://tools.cisco.com/bugsearch/bug/CSCtj69246
    I wonder if any of you know how to fix this bug?
    Thank you for your help.
    Elix.

    Hi Aaron,
    I have the exact issue. I'm using a CISCO2951/K9 with IOS c2951-universalk9-mz.SPA.151-4.M4.bin.
    My Environment is also:
    PSTN---SIP---CUBE---SIP----CUCM---CTI_RoutePoint(IVR, UCCX Express)
    Any suggestion?
    Thank you very much in advance,
    Ulderico

  • %SIP-3-BADPAIR:

    Please can anyone explain this error message and what caused it. I see whenever I made an inbound call:
    pr 15 11:31:09.565: %SIP-3-BADPAIR: Unexpected event 16 (SIPSPI_EV_CC_CALL_MED
    IA_CHANGED) in state 11 (STATE_RECD_INVITE) substate 0 (SUBSTATE_NONE)
    Also how I can fix it.
    Knmezi.

    hi
    This is what i could get from cisco..
    1. %SIP-3-BADPAIR: Unexpected [chars] [dec] ([chars]) in state [dec] ([chars]) substate [dec] ([chars])
    The SIP state machine has encountered an error while processing an event or timer.
    Recommended Action: Copy the error message exactly as it appears on the console or in the system log.
    Issue the show tech-support command to gather data that might help identify the nature of the error.
    If you cannot determine the nature of the error from the error message text or from the show tech-support command output, contact your Cisco technical support representative and provide the representative with the gathered information.
    regds

  • Is it possible to use SCCP and SIP at the same time?

    Our CCM is using v9.1 and all of our phones are SCCP. We are looking at a conference room phone that runs SIP. Would it be possible to use this in our current setup?

    Hi @bobdchambers,
    That's totally fine. They both co-exist in the same environment but make sure to not configure the same extension in different models because if you dial an extension that is configured in a SCCP phone and a SIP phone, just the SCCP phone rings.
    HTH.
    Rgrds,
    Martin, IT Specialist

  • From few weeks,itis taking unexpected time to load even home page or also to get started in beginning.why???

    Firefox latest version shows troubleshooting while creating a new tab and when a new address is addressed," Firefox is not responding" appears for few seconds and after some moments all are same as again.So what's the problem??

    Follow up.
    This dragged on to Tuesday and the problem just went away. If you're reading this because you have a similar problem - sorry but I don't have an answer for you.
    One thing that we changed but later reverted was to change the apex_collection.add_member to apex_collection.create_collection_from_query_b (along with some other relevant changes, such as adding a delete collection statement, to make this work). This improves collection loading time nicely, even when the "add_member" is running fast. However, I personally don't like this solution because I frequently work with very large queries and this solution requires that the query be wrapped in apostrophes (single quotes). As such, any apostrophes anywhere within the query must then be escaped with another apostrophe. Consequently, I cannot simply copy the query and run it in my IDE for testing, debugging, or modification without going through and removing the extra apostrophes.
    Regarding the SQL Tracing recommended by Varad. My first attempts to trace the SQL were quite frustrating. I assumed that the most recent trace file was the one I should run tkprof on. This turned out to be quite fruitless. After several failed attempts and countless interruptions, I realized that there was a new, rather large trace file created shortly before the most recent one every time I tried to run a trace on the page. I finally got worthwhile results when I ran tkprof on the large trace file. You may find this helpful if this is your first time running tkprof.
    Good luck and happy developing,
    Gregory

  • SIP BAD messages

    I keep getting these messages with CME 12.4.9.T with CUE 2.3.1, I read one link on Net Pro that said this should be resolved by now and the other said to collect the logs and send it to TAC. Any one know if these are harmless?
    %SIP-3-BADPAIR: Unexpected timer 23 (SIP_TIMER_REMOVE_TRANSACTION) in state 27 (SIP_STATE_OPTIONS_WAIT) substate 0 (SUBSTATE_NONE)
    Aug 3 19:54:21.465: %SIP-3-BADPAIR: Unexpected timer 23 (SIP_TIMER_REMOVE_TRANSACTION) in state 27 (SIP_STATE_OPTIONS_WAIT) substate 0 (SUBSTATE_NONE)

    SIP Processes causing slow memory leak when there no active calls . Specifically sip register timer expiry messages are causing this behavior. Try to upgrade the software to 12.4(09.15)T or to an higher version

  • Cisco 2811 SIP-to-SIP GW T.38 does not work!

    Hello!
    Diagram is something like this:  Softswitch(MERA) -->>-- Cisco2811 -->>-- Softswitch(MERA)   It's needed to limit traffic if one of SSWs is hacked. But it is not a subject. We just need such "construction".
    Previously there was Cisco 1760 instead of 2811, result was the same. So I exclude platform and IOS.
    1. Voice calls are sent and received fine in diagram above.
    2. Fax are passed good between two Softswitches if I exclude Cisco2811.
    3. Faxes are stopped immediately when I re-route voice traffic through Cisco2811 (in the same conditions on both Softswitches as in above paragraph 2. That is, Faxes are passed between Softswitches directly, I don't change anything on Softswitches, and I just re-route Voice from both Softswitches on C2811 - Faxes stop immediately).
    4. Relevant configuraion:
    voice service voip allow-connections sip to sip!!voice class uri  Centrex sip host ^10\.0\.99\.111$!voice class uri  RTU1 sip host ^10\.0\.99\.121$!voice class uri  RTU2 sip host ^10\.0\.99\.221$!!voice class codec 1 codec preference 1 g711alaw bytes 80 codec preference 2 clear-channel!!voice translation-rule 112 rule 1 /^000112\(.*\)$/ /\1/!voice translation-rule 999 rule 1 /^999\(.*\)$/ /000\1/!voice translation-rule 999112 rule 1 /^\(.*\)$/ /999112\1/!voice translation-profile 112 translate called 112!voice translation-profile 999 translate called 999!voice translation-profile 999112 translate called 999112!!interface FastEthernet0/0.18 encapsulation dot1Q 18 ip address 10.0.99.29 255.255.255.0 no snmp trap link-status!!dial-peer voice 999112 voip translation-profile incoming 999112 voice-class codec 1 session protocol sipv2 incoming uri from Centrex dtmf-relay rtp-nte fax-relay ecm disable fax rate 9600 fax nsf 000000 fax protocol t38 ls-redundancy 3 hs-redundancy 0 fallback pass-through g711alaw no vad!dial-peer voice 999 voip translation-profile outgoing 999 destination-pattern 999.+ voice-class codec 1 session protocol sipv2 session target ipv4:10.0.99.99 session transport udp dtmf-relay rtp-nte fax-relay ecm disable fax rate 9600 fax nsf 000000 fax protocol t38 ls-redundancy 3 hs-redundancy 0 fallback pass-through g711alaw no vad!dial-peer voice 112 voip translation-profile outgoing 112 destination-pattern 000112.+ voice-class codec 1 session protocol sipv2 session target ipv4:10.0.99.100 session transport udp dtmf-relay rtp-nte fax-relay ecm disable fax rate 9600 fax nsf 000000 fax protocol t38 ls-redundancy 3 hs-redundancy 0 fallback pass-through g711alaw no vad!dial-peer voice 901 voip voice-class codec 1 session protocol sipv2 incoming uri from RTU1 dtmf-relay rtp-nte fax-relay ecm disable fax rate 9600 fax nsf 000000 fax protocol t38 ls-redundancy 3 hs-redundancy 0 fallback pass-through g711alaw no vad!dial-peer voice 902 voip voice-class codec 1 session protocol sipv2 incoming uri from RTU2 dtmf-relay rtp-nte fax-relay ecm disable fax rate 9600 fax nsf 000000 fax protocol t38 ls-redundancy 3 hs-redundancy 0 fallback pass-through g711alaw no vad!
    5. TSHARK from left-side Softswitch:
    16:10:51.680764  10.0.99.221 -> 10.0.99.29   SIP/SDP Request: INVITE sip:[email protected];user=phone, with session description16:10:51.721616   10.0.99.29 -> 10.0.99.221  SIP Status: 100 Trying16:10:55.413288   10.0.99.29 -> 10.0.99.221  SIP/SDP Status: 183 Session Progress, with session description16:10:55.418718   10.0.99.29 -> 10.0.99.221  SIP Status: 180 Ringing16:10:59.090481   10.0.99.29 -> 10.0.99.221  SIP/SDP Status: 200 OK, with session description16:10:59.091451  10.0.99.221 -> 10.0.99.29   SIP Request: ACK sip:[email protected]:506016:11:04.296532   10.0.99.29 -> 10.0.99.221  SIP Status: 488 Not Acceptable Media16:11:04.296708  10.0.99.221 -> 10.0.99.29   SIP Request: ACK sip:[email protected]:506016:11:04.793058   10.0.99.29 -> 10.0.99.221  SIP/SDP Status: 200 OK, with session description16:11:04.793262  10.0.99.221 -> 10.0.99.29   SIP Request: ACK sip:[email protected]:506016:11:05.793043   10.0.99.29 -> 10.0.99.221  SIP/SDP Status: 200 OK, with session description16:11:05.793261  10.0.99.221 -> 10.0.99.29   SIP Request: ACK sip:[email protected]:506016:11:07.793042   10.0.99.29 -> 10.0.99.221  SIP/SDP Status: 200 OK, with session description16:11:07.793300  10.0.99.221 -> 10.0.99.29   SIP Request: ACK sip:[email protected]:506016:11:11.793077   10.0.99.29 -> 10.0.99.221  SIP/SDP Status: 200 OK, with session description16:11:11.793264  10.0.99.221 -> 10.0.99.29   SIP Request: ACK sip:[email protected]:506016:11:15.793316   10.0.99.29 -> 10.0.99.221  SIP/SDP Status: 200 OK, with session description16:11:15.793541  10.0.99.221 -> 10.0.99.29   SIP Request: ACK sip:[email protected]:506016:11:19.793289   10.0.99.29 -> 10.0.99.221  SIP/SDP Status: 200 OK, with session description16:11:19.793538  10.0.99.221 -> 10.0.99.29   SIP Request: ACK sip:[email protected]:506016:11:23.794963   10.0.99.29 -> 10.0.99.221  SIP Request: BYE sip:[email protected]:5061;user=phone16:11:23.795650  10.0.99.221 -> 10.0.99.29   SIP Status: 200 OK
    6. TSHARK from right-side Softswitch:
    16:10:12.071247  10.0.99.111 -> 10.0.99.29   SIP/SDP Request: INVITE sip:[email protected];user=phone, with session description16:10:12.113708   10.0.99.29 -> 10.0.99.111  SIP Status: 100 Trying16:10:12.843352   10.0.99.29 -> 10.0.99.111  SIP/SDP Status: 183 Session Progress, with session description16:10:16.328955   10.0.99.29 -> 10.0.99.111  SIP/SDP Status: 200 OK, with session description16:10:16.329808  10.0.99.111 -> 10.0.99.29   SIP Request: ACK sip:[email protected]:506016:10:51.721600   10.0.99.29 -> 10.0.99.100  SIP/SDP Request: INVITE sip:[email protected]:5060, with session description16:10:51.723145  10.0.99.100 -> 10.0.99.29   SIP Status: 100 Trying16:10:55.384493  10.0.99.100 -> 10.0.99.29   SIP/SDP Status: 183 Progress, with session description16:10:55.392178  10.0.99.100 -> 10.0.99.29   SIP Status: 180 Ringing16:10:59.069771  10.0.99.100 -> 10.0.99.29   SIP/SDP Status: 200 OK, with session description16:10:59.088587   10.0.99.29 -> 10.0.99.100  SIP Request: ACK sip:[email protected]:5060
    7. Debug output for "debug ccsip all" and "debug voice dialpeer all"
    Router#*Sep 19 12:27:55.107: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportSetAgeingTimer: Aging timer initiated for holder=0x4654DA30,addr=10.0.99.111*Sep 19 12:27:55.267: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpSocketReads: Msg enqueued for SPI with IP addr: 10.0.99.221:5061*Sep 19 12:27:55.267: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWNewConnMsg: context=0x00000000*Sep 19 12:27:55.267: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 10.0.99.221,Port 5061, Transport 1, SentBy Port 5061*Sep 19 12:27:55.267: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received:INVITE sip:[email protected];user=phone SIP/2.0Via: SIP/2.0/UDP 10.0.99.221:5061;rport;branch=z9hG4bK-3628481038-3792786178-436258467-408012644From: <sip:[email protected]:5061;user=phone>;tag=4095425038-3792786178-436258467-408012644To: <sip:[email protected];user=phone>Call-ID: [email protected]: 1 INVITEContact: <sip:[email protected]:5061;user=phone>Content-Type: application/sdpAllow: ACK, BYE, CANCEL, INFO, INVITE, OPTIONS, REFER, REGISTER, UPDATEMax-Forwards: 70User-Agent: MERA MVTS3G v.4.4.0-15Cisco-Guid: 237931618-38998498-2747662362-1690784024Category: 10Content-Length:   313v=0o=- 1348056651 1348056651 IN IP4 10.0.99.221s=-c=IN IP4 10.0.99.221t=0 0m=audio 17294 RTP/AVP 8 0 18 4 96a=rtpmap:8 PCMA/8000a=rtpmap:0 PCMU/8000a=rtpmap:18 G729/8000a=fmtp:18 annexb=noa=rtpmap:4 G723/8000a=fmtp:4 annexa=yesa=rtpmap:96 telephone-event/8000a=fmtp:96 0-15a=sendrecv*Sep 19 12:27:55.267: //-1/0E2E8C62A3C6/SIP/State/sipSPIChangeState: 0x4627A3B8 : State change from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)*Sep 19 12:27:55.267: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 10.0.99.221,Port 5061, Transport 1, SentBy Port 5060*Sep 19 12:27:55.267: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Clock Time Zone is UTC, same as GMT: Using GMT*Sep 19 12:27:55.267: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 10.0.99.221,Port 5061, Transport 1, SentBy Port 5061*Sep 19 12:27:55.271: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetGtdBody: No valid GTD body found.*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/SIP/Info/sipSPIUaddCcbToUASReqTable: ****Adding to UAS Request table.*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/SIP/Info/sipSPIUaddCcbToTable: Added to table. ccb=0x4627A3B8 [email protected]*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/SIP/Info/sipSPIMatchSrcIpGroup: Match not found on carrier id*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/SIP/Info/sipSPIMatchSrcIpGroup: Match not found on Incoming called number: 0001124957887603*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/SIP/Info/sipSPIMatchSrcIpGroup: Match not found on destination pattern: 4991589848*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/SIP/Info/ccsipUpdateIncomingCallParams: ccCallInfo: Calling name , number 4991589848, Calling oct3 0x00, oct_3a 0x80, Called number 0001124957887603*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpAssociateIncomingPeerCore:   Calling Number=4991589848, Called Number=0001124957887603, Voice-Interface=0x0,   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,   Peer Info Type=DIALPEER_INFO_SPEECH*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpAssociateIncomingPeerCore:   Match Rule=DP_MATCH_REQUEST_URI; URI=sip:[email protected];user=phone*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpMatchPeertype:   Is Incoming=TRUE, Number Expansion=FALSE*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpMatchCore:   Dial String=, Expanded String=, Calling Number=   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpMatchCore:   Result=-1*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpMatchPeertype:exit@5392*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpAssociateIncomingPeerCore:   Match Rule=DP_MATCH_TO_URI; URI=sip:[email protected];user=phone*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpMatchPeertype:   Is Incoming=TRUE, Number Expansion=FALSE*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpMatchCore:   Dial String=, Expanded String=, Calling Number=   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpMatchCore:   Result=-1*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpMatchPeertype:exit@5392*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpAssociateIncomingPeerCore:   Match Rule=DP_MATCH_FROM_URI; URI=sip:[email protected]:5061;user=phone*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpMatchPeertype:   Is Incoming=TRUE, Number Expansion=FALSE*Sep 19 12:27:55.271: //-1/0E2E8C62A3C6/DPM/dpMatchCore:   Dial String=, Expanded String=, Calling Number=   Timeout=TRUE, Is Incoming=TRUE, Peer Info Type=DIALPEER_INFO_SPEECH*Sep 19 12:27:55.275: //-1/0E2E8C62A3C6/DPM/MatchNextPeer:   Result=Success(0); Incoming Dial-peer=902 Is Matched*Sep 19 12:27:55.275: //-1/0E2E8C62A3C6/DPM/dpMatchPeertype:exit@5392*Sep 19 12:27:55.275: //-1/0E2E8C62A3C6/DPM/dpAssociateIncomingPeerCore:   Result=Success(0) after DP_MATCH_FROM_URI; Incoming Dial-peer=902*Sep 19 12:27:55.275: //-1/0E2E8C62A3C6/DPM/dpAssociateIncomingPeerSPI:exit@5926*Sep 19 12:27:55.275: //-1/0E2E8C62A3C6/SIP/Info/sipSPIGetCallConfig: Peer tag 902 matched for incoming call*Sep 19 12:27:55.275: //-1/0E2E8C62A3C6/SIP/Info/sipSPIGetCallConfig: Using Voice Class Codec, tag = 1*Sep 19 12:27:55.275: //-1/0E2E8C62A3C6/SIP/Info/sipSPICopyPeerDataToCCB:From CLI: Modem NSE payload = 100, Passthrough = 0, Modem relay = 0, Gw-Xid = 1SPRT latency 200, SPRT Retries = 12, Dict Size = 1024 String Len = 32, Compress dir = 3*Sep 19 12:27:55.275: //-1/0E2E8C62A3C6/SIP/Info/sipSPIContinueNewMsgInvite: Calling name , number 4991589848, Calling oct3 0x00, oct_3a 0x80, ext_priv 0x00, Called number 0001124957887603, oct3 0x00*Sep 19 12:27:55.275: //-1/0E2E8C62A3C6/SIP/Info/sipSPIContinueNewMsgInvite: Carrier id code , prev_cid NONE, next_cid NONE, prev_tgrp NONE, next_tgrp NONE*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Info/sipSPIDoMediaNegotiation: Number of m-lines = 1*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Info/sipSPIDoAudioNegotiation: Codec (g711alaw) Negotiation Successful on Static Payload for m-line 1*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Info/sipSPIDoPtimeNegotiation: No ptime present or multiple ptime attributes that can't be handled*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Info/sipSPIDoDTMFRelayNegotiation: m-line index 1*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(96) could not be reserved.*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Info/sipSPIDoDTMFRelayNegotiation: Requested DTMF-RELAY payload (96) is reserved by another application.*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Info/sipSPIDoDTMFRelayNegotiation: Requested DTMF-RELAY option(s) not found in Preferred DTMF-RELAY option list!*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Info/sipSPIStreamTypeAndDtmfRelay: DTMF Relay mode: Inband Voice*Sep 19 12:27:55.275: //-1/xxxxxxxxxxxx/SIP/Info/sip_sdp_get_modem_relay_cap_params: NSE payload from X-cap = 0*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Info/sip_select_modem_relay_params: X-tmr not present in SDP. Disable modem relay*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Info/sipSPIGetSDPDirectionAttribute: No direction attribute present or multiple direction attributes that can't be handled for m-line:1 and num-a-lines:0*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Info/sipSPIDoAudioNegotiation: Codec negotiation successful for media line 1        payload_type=8, codec_bytes=80, codec=g711alaw, dtmf_relay=inband-voice        stream_type=voice-only (0), dest_ip_address=10.0.99.221, dest_port=17294*Sep 19 12:27:55.275: //19/0E2E8C62A3C6/SIP/Media/sipSPIUpdCallWithSdpInfo:        Preferred Codec        : g711alaw, bytes :80        Preferred  DTMF relay  : rtp-nte        Preferred NTE payload  : 101        Early Media            : No        Delayed Media          : No        Bridge Done            : No        New Media              : No        DSP DNLD Reqd          : No*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 10.0.99.29*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_report_media_to_peer: callId 19 peer 0 flags 0x201*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:CallID 19, sdp 0x45A61FCC channels 0x4627BC80SIP: (19) Attribute ptime, level 1 instance 1 not found.*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Hndl ptype 8 mline 1*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g711alaw*Sep 19 12:27:55.279: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711alaw codecbytes :80, ptime: 10*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Media negotiation done: stream->negotiated_ptime=0,stream->negotiated_codec_bytes=80, coverted ptime=10 stream->mline_index=1, media_ndx=1*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Adding codec 6 ptype 8 time 10, bytes 80  as channel 0 mline 1 ss 0 10.0.99.221:17294*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Hndl ptype 0 mline 1*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g711ulawSIP: (19) Attribute ptime, level 1 instance 1 not found.*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Media negotiation NOT done, get ptime from sdp: ptime=0, media_ndx=1*Sep 19 12:27:55.279: //-1/xxxxxxxxxxxx/SIP/Info/convert_ptime_to_codec_bytes: Values :Codec: g711ulaw ptime :0, codecbytes: 0*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Codec bytes 0, use default packet rate 160*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Adding codec 5 ptype 0 time 0, bytes 160  as channel 1 mline 1 ss 0 10.0.99.221:17294*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Hndl ptype 18 mline 1*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPISelectCodecVersion: Codec (g729r8) is not in preferred list*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIRouter#P/Info/sipSPI_ipip_copy_sdp_to_channelInfo: An exact codec match not configured, using interoperable codec g729r8 pre-ietf*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g729r8 pre-ietfSIP: (19) Attribute ptime, level 1 instance 1 not found.*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Media negotiation NOT done, get ptime from sdp: ptime=0, media_ndx=1*Sep 19 12:27:55.279: //-1/xxxxxxxxxxxx/SIP/Info/convert_ptime_to_codec_bytes: Values :Codec: g729r8 pre-ietf ptime :0, codecbytes: 0*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Codec bytes 0, use default packet rate 20*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Adding codec 0 ptype 18 time 0, bytes 20  as channel 2 mline 1 ss 0 10.0.99.221:17294*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Hndl ptype 4 mline 1*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPISelectCodecVersion: Codec (g723ar63) is not in preferred list*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: An exact codec match not configured, using interoperable codec g729r8 pre-ietf*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g729r8 pre-ietfSIP: (19) Attribute ptime, level 1 instance 1 not found.*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Media negotiation NOT done, get ptime from sdp: ptime=0, media_ndx=1*Sep 19 12:27:55.279: //-1/xxxxxxxxxxxx/SIP/Info/convert_ptime_to_codec_bytes: Values :Codec: g729r8 pre-ietf ptime :0, codecbytes: 0*Sep 19 12:27:55.279: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Codec bytes 0, use default packet rate 20*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Adding codec 0 ptype 4 time 0, bytes 20  as channel 3 mline 1 ss 0 10.0.99.221:17294*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Hndl ptype 96 mline 1*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_report_media_to_peer:Report initial call media*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/copy_channels: callId 19 size 296 ptr 0x46646D94)*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_report_media_to_peer:CCSIP: Unable to report channel ind*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Media/sipSPIUpdCallWithSdpInfo:          Stream type            : voice-only          Media line             : 1          State                  : STREAM_ADDING (2)          Callid                 : -1          Negotiated Codec       : g711alaw, bytes :80          Negotiated DTMF relay  : inband-voice          Negotiated NTE payload : 0          Negotiated CN payload  : 0          Media Srce Addr/Port   : 10.0.99.29:0          Media Dest Addr/Port   : 10.0.99.221:17294*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPIHandleInviteMedia:Negotiated Codec        : g711alaw, bytes :80Preferred Codec         : g711alaw, bytes :80Preferred  DTMF relay 1 : 6Preferred  DTMF relay 2 : 0Negotiated DTMF relay   : 0Preferred and Negotiated NTE payloads: 101 0Preferred and Negotiated NSE payloads: 100 0Preferred and Negotiated Modem Relay: 0 0Preferred and Negotiated Modem Relay GwXid: 1 0*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPIDoQoSNegotiation: SDP body with media description*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPICanSetFallbackFlag: Local Fallback is not active*Sep 19 12:27:55.283: //-1/xxxxxxxxxxxx/SIP/Media/sipSPIReserveRtpPort: reserved port 19570 for stream 1*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPIUpdateSrcSdpFixedPart: Reserving rtp port for stream 1, src_port=19570*Sep 19 12:27:55.283: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetMediaDirectionForStream: Setting Media direction SENDRECV for stream 1*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPIUpdateSrcSdpVariablePart: Setting stream 1 portnum to 19570*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPIAddBillingInfoToCcb: sipCallId for billing records = [email protected]*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_store_channel_info: Store channelInfo in CallInfo*Sep 19 12:27:55.283: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICreateRawMsg: No GTD passed.*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPIContinueNewMsgInvite: ccsip_api_call_setup_ind returned: SIP_SUCCESS*Sep 19 12:27:55.283: //19/0E2E8C62A3C6/SIP/Info/sipSPIUaddCcbToUASRespTable: ****Adding to UAS Response table.*Sep 19 12:27:55.287: //19/0E2E8C62A3C6/SIP/Info/sipSPIUaddCcbToTable: Added to table. ccb=0x4627A3B8 [email protected]*Sep 19 12:27:55.287: //19/0E2E8C62A3C6/SIP/Info/sipSPIUaddccCallIdToTable: Adding call id 13 to table*Sep 19 12:27:55.287: //19/0E2E8C62A3C6/SIP/Transport/sipSPITransportSendMessage: msg=0x4654E450, addr=10.0.99.221, port=5061, sentBy_port=5061, is_req=0, transport=1, switch=0, callBack=0x00000000*Sep 19 12:27:55.287: //19/0E2E8C62A3C6/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately*Sep 19 12:27:55.287: //19/0E2E8C62A3C6/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0*Sep 19 12:27:55.287: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4654E450, addr=10.0.99.221, port=5061, connId=0 for UDP*Sep 19 12:27:55.287: //19/0E2E8C62A3C6/SIP/State/sipSPIChangeState: 0x4627A3B8 : State change from (STATE_IDLE, SUBSTATE_NONE)  to (STATE_RECD_INVITE, SUBSTATE_NONE)*Sep 19 12:27:55.287: //19/0E2E8C62A3C6/SIP/Info/sipSPIProcessContactInfo: Previous Hop 10.0.99.221:5061*Sep 19 12:27:55.287: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_CALL_PROCEEDING*Sep 19 12:27:55.291: //-1/0E2E8C62A3C6/DPM/dpMatchPeersCore:   Calling Number=, Called Number=0001124957887603, Peer Info Type=DIALPEER_INFO_SPEECH*Sep 19 12:27:55.291: //-1/0E2E8C62A3C6/DPM/dpMatchPeersCore:   Match Rule=DP_MATCH_DEST; Called Number=0001124957887603*Sep 19 12:27:55.291: //-1/0E2E8C62A3C6/DPM/dpMatchCore:   Dial String=0001124957887603, Expanded String=0001124957887603, Calling Number=   Timeout=TRUE, Is Incoming=FALSE, Peer Info Type=DIALPEER_INFO_SPEECH*Sep 19 12:27:55.291: //-1/0E2E8C62A3C6/DPM/MatchNextPeer:   Result=Success(0); Outgoing Dial-peer=112 Is Matched*Sep 19 12:27:55.291: //-1/0E2E8C62A3C6/DPM/dpMatchPeersCore:   Result=Success(0) after DP_MATCH_DEST*Sep 19 12:27:55.291: //-1/0E2E8C62A3C6/DPM/dpMatchPeersMoreArg:   Result=SUCCESS(0)   List of Matched Outgoing Dial-peer(s):     1: Dial-peer Tag=112*Sep 19 12:27:55.291: //20/000000000000/SIP/State/sipSPIChangeState: 0x4627C64C : State change from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)*Sep 19 12:27:55.291: //20/000000000000/SIP/Info/ccsip_call_setup_request: This a IPIP call: Chan 0, codec 6 channel 17294, ip A0063DD:17294  params 0x465F9EF4 caps 0x44ED30C8*Sep 19 12:27:55.291: //20/000000000000/SIP/Info/ccsip_call_setup_request: This a IPIP call: Chan 1, codec 5 channel 17294, ip A0063DD:17294  params 0x465F9EF4 caps 0x44ED30C8*Sep 19 12:27:55.291: //20/000000000000/SIP/Info/ccsip_call_setup_request: This a IPIP call: Chan 2, codec 0 channel 17294, ip A0063DD:17294  params 0x465F9EF4 caps 0x44ED30C8*Sep 19 12:27:55.291: //20/000000000000/SIP/Info/ccsip_call_setup_request: This a IPIP call: Chan 3, codec 0 channel 17294, ip A0063DD:17294  params 0x465F9EF4 caps 0x44ED30C8*Sep 19 12:27:55.291: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_CALL_SETUP*Sep 19 12:27:55.291: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler:*Sep 19 12:27:55.291: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler: switch(ev.ev_id: 137)*Sep 19 12:27:55.291: //19/0E2E8C62A3C6/SIP/Info/ccsip_event_handler: ccsip_event_handler: peer ID 20 chans 0x44EE3BB0 event 137 flags 0x10020038 0x601 data 0x44EE3BB0*Sep 19 12:27:55.291: //19/0E2E8C62A3C6/SIP/Info/ccsip_event_handler: ccsip_event_handler: CC_EV_H245_SET_MODE: peer ID 20 chans 0x44EE3BB0 event 137 flags  0x10020038 0x601 data 0x44EE3BB0*Sep 19 12:27:55.295: //19/0E2E8C62A3C6/SIP/Info/ccsip_event_handler: ccsip_event_handler: CC_EV_H245_SET_MODE: peer ID 20 chans 0x44EE3BB0 event 137 flags 0x10020038 0x601 data 0x44EE3BB0, type = 3*Sep 19 12:27:55.295: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler: CC_R_SUCCESS_WITH_CONFIRMED*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/sipSPIUaddccCallIdToTable: Adding call id 14 to table*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/act_idle_continue_call_setup:*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/sipSPIGetCallConfig: preferred_codec set[0] type :No Codec    bytes: 0*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/sipSPICanSetFallbackFlag: Local Fallback is not active*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/sipSPIGetCallConfig: Using Voice Class Codec, tag = 1*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/sipSPICopyPeerDataToCCB:From CLI: Modem NSE payload = 100, Passthrough = 0, Modem relay = 0, Gw-Xid = 1SPRT latency 200, SPRT Retries = 12, Dict Size = 1024 String Len = 32, Compress dir = 3*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/sipSPI_ipip_copy_channelInfo_to_sdp:callid 20, channels 0x44E96BE0 caps 0x44ED30C8*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/sipSPI_ipip_copy_channelInfo_to_sdp:pref dtmf 96*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/sipSPIValidateGtd: No rawMsg from CCAPI*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/sipSPIUaddCcbToUACTable: ****Adding to UAC table.*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/sipSPIUaddCcbToTable: Added to table. ccb=0x4627C64C [email protected]*Sep 19 12:27:55.295: //20/000000000000/SIP/Info/sipSPIUsetBillingProfile: sipCallId for billing records = [email protected]*Sep 19 12:27:55.295: //20/000000000000/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 10.0.99.29*Sep 19 12:27:55.295: //-1/xxxxxxxxxxxx/SIP/Media/sipSPIReserveRtpPort: reserved port 16926 for stream 1*Sep 19 12:27:55.299: //20/000000000000/SIP/Media/sipSPIAddSDPMediaPayload: Preferred method of dtmf relay is: 6, with payload: 101*Sep 19 12:27:55.299: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711alaw codecbytes :80, ptime: 10*Sep 19 12:27:55.299: //20/000000000000/SIP/Info/sip_generate_sdp_xcapsRouter#_list: Modem Relay and T38 disabled. X-cap not needed*Sep 19 12:27:55.299: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 10.0.99.100,Port 5060, Transport 1, SentBy Port 5060*Sep 19 12:27:55.299: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Clock Time Zone is UTC, same as GMT: Using GMT*Sep 19 12:27:55.299: //20/000000000000/SIP/Event/sipSPICreateRpid: Received Octet3A=0x80 -> Setting ;screen=no ;privacy=off*Sep 19 12:27:55.299: //20/000000000000/SIP/Transport/sipSPISendInvite: Sending Invite to the transport layer*Sep 19 12:27:55.299: //20/000000000000/SIP/Transport/sipSPIGetSwitchTransportFlag: Return the Global configuration, Switch Transport is FALSE*Sep 19 12:27:55.299: //20/000000000000/SIP/Transport/sipSPITransportSendMessage: msg=0x4654D520, addr=10.0.99.100, port=5060, sentBy_port=0, is_req=1, transport=1, switch=0, callBack=0x41086470*Sep 19 12:27:55.299: //20/000000000000/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately*Sep 19 12:27:55.299: //20/000000000000/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0*Sep 19 12:27:55.299: //20/000000000000/SIP/Transport/sipTransportLogicSendMsg: Set to send the msg=0x4654D520*Sep 19 12:27:55.299: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4654D520, addr=10.0.99.100, port=5060, connId=3 for UDP*Sep 19 12:27:55.299: //20/000000000000/SIP/Info/sentInviteRequest: Sent Invite in state STATE_IDLE*Sep 19 12:27:55.303: //-1/xxxxxxxxxxxx/SIP/Info/sentInviteRequest: Transaction active. Facilities will be queued.*Sep 19 12:27:55.303: //20/000000000000/SIP/State/sipSPIChangeState: 0x4627C64C : State change from (STATE_IDLE, SUBSTATE_NONE)  to (STATE_SENT_INVITE, SUBSTATE_NONE)*Sep 19 12:27:55.303: //20/000000000000/SIP/Media/sipSPIProcessRtpSessions: sipSPIProcessRtpSessions*Sep 19 12:27:55.303: //20/000000000000/SIP/Media/sipSPIAddStream: Adding stream 1 of type voice+dtmf (callid 20) to the VOIP RTP library*Sep 19 12:27:55.303: //20/000000000000/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 10.0.99.29*Sep 19 12:27:55.303: //20/000000000000/SIP/Media/sipSPIUpdateRtcpSession: sipSPIUpdateRtcpSession for m-line 1*Sep 19 12:27:55.303: //20/000000000000/SIP/Media/sipSPIUpdateRtcpSession: rtcp_session info        laddr = 10.0.99.29, lport = 16926, raddr = 0.0.0.0, rport=0, do_rtcp=FALSE        src_callid = 20, dest_callid = -1, stream type = voice+dtmf, stream direction = RECVONLY        media_ip_addr = 0.0.0.0*Sep 19 12:27:55.303: //20/000000000000/SIP/Media/sipSPIUpdateRtcpSession: No rtp session, creating a new one*Sep 19 12:27:55.303: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Sent:SIP/2.0 100 TryingVia: SIP/2.0/UDP 10.0.99.221:5061;rport;branch=z9hG4bK-3628481038-3792786178-436258467-408012644From: <sip:[email protected]:5061;user=phone>;tag=4095425038-3792786178-436258467-408012644To: <sip:[email protected];user=phone>;tag=114FC0-1F24Date: Wed, 19 Sep 2012 12:27:55 GMTCall-ID: [email protected]: Cisco-SIPGateway/IOS-12.xCSeq: 1 INVITEAllow-Events: telephone-eventContent-Length: 0*Sep 19 12:27:55.307: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Sent:INVITE sip:[email protected]:5060 SIP/2.0Via: SIP/2.0/UDP  10.0.99.29:5060;branch=z9hG4bK1C14C0From: <sip:[email protected]>;tag=114FE0-26C0To: <sip:[email protected]>Date: Wed, 19 Sep 2012 12:27:55 GMTCall-ID: [email protected]: 100rel,timer,replacesMin-SE:  1800Cisco-Guid: 237931618-38998498-2747662362-1690784024User-Agent: Cisco-SIPGateway/IOS-12.xAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, COMET, REFER, SUBSCRIBE, NOTIFY, INFO, UPDATE, REGISTERCSeq: 101 INVITEMax-Forwards: 70Remote-Party-ID: <sip:[email protected]>;party=calling;screen=no;privacy=offTimestamp: 1348057675Contact: <sip:[email protected]:5060>Expires: 180Allow-Events: telephone-eventContent-Type: application/sdpContent-Length: 241v=0o=CiscoSystemsSIP-GW-UserAgent 3284 8564 IN IP4 10.0.99.29s=SIP Callc=IN IP4 10.0.99.29t=0 0m=audio 16926 RTP/AVP 8 101c=IN IP4 10.0.99.29a=rtpmap:8 PCMA/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:10*Sep 19 12:27:55.307: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpSocketReads: Msg enqueued for SPI with IP addr: 10.0.99.100:5060*Sep 19 12:27:55.307: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWNewConnMsg: context=0x00000000*Sep 19 12:27:55.311: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received:SIP/2.0 100 TryingVia: SIP/2.0/UDP 10.0.99.29:5060;branch=z9hG4bK1C14C0From: <sip:[email protected]>;tag=114FE0-26C0To: <sip:[email protected]>Call-ID: [email protected]: 101 INVITEContact: <sip:[email protected]:5060>Server: MERA MVTS3G v.4.4.0-15Timestamp: 1348057675Content-Length: 0*Sep 19 12:27:55.311: //20/000000000000/SIP/State/sipSPIChangeState: 0x4627C64C : State change from (STATE_SENT_INVITE, SUBSTATE_NONE)  to (STATE_RECD_PROCEEDING, SUBSTATE_PROCEEDING_PROCEEDING)Router#*Sep 19 12:27:58.971: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpSocketReads: Msg enqueued for SPI with IP addr: 10.0.99.100:5060*Sep 19 12:27:58.971: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWNewConnMsg: context=0x00000000*Sep 19 12:27:58.971: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received:SIP/2.0 183 ProgressVia: SIP/2.0/UDP 10.0.99.29:5060;branch=z9hG4bK1C14C0From: <sip:[email protected]>;tag=114FE0-26C0To: <sip:[email protected]>;tag=2318849048-3792786178-436251047-2287060836Call-ID: [email protected]: 101 INVITEContact: <sip:[email protected]:5060>Content-Type: application/sdpServer: MERA MVTS3G v.4.4.0-15Content-Length:   239v=0o=- 1348056655 1348056655 IN IP4 10.0.99.111s=-c=IN IP4 10.0.99.111t=0 0m=audio 21550 RTP/AVP 8 101a=rtpmap:8 PCMA/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-15a=ptime:10a=sendrecva=silenceSupp:off - - - -*Sep 19 12:27:58.971: //20/000000000000/SIP/Info/HandleSIP1xxSessionProgress: Content-Disposition NOT received in 18x response - using default Content-Disposition values*Sep 19 12:27:58.971: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetGtdBody: No valid GTD body found.*Sep 19 12:27:58.971: //20/000000000000/SIP/Info/sipSPIDoMediaNegotiation: Number of m-lines = 1*Sep 19 12:27:58.971: //20/000000000000/SIP/Info/sipSPIDoAudioNegotiation: Codec (g711alaw) Negotiation Successful on Static Payload for m-line 1*Sep 19 12:27:58.971: //20/000000000000/SIP/Info/sipSPIDoPtimeNegotiation: One ptime attribute found - value:10*Sep 19 12:27:58.975: //-1/xxxxxxxxxxxx/SIP/Info/convert_ptime_to_codec_bytes: Values :Codec: g711alaw ptime :10, codecbytes: 80*Sep 19 12:27:58.975: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711alaw codecbytes :80, ptime: 10*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPIDoDTMFRelayNegotiation: m-line index 1*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(101) could not be reserved.*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPIDoDTMFRelayNegotiation: Payload type (101) is reserved for requested dtmf relay mode.*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPIDoDTMFRelayNegotiation: Case of partial named event(NE) match in fmtp list of events.*Sep 19 12:27:58.975: //-1/xxxxxxxxxxxx/SIP/Info/sip_sdp_get_modem_relay_cap_params: NSE payload from X-cap = 0*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sip_select_modem_relay_params: X-tmr not present in SDP. Disable modem relay*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPIGetSDPDirectionAttribute: No direction attribute present or multiple direction attributes that can't be handled for m-line:1 and num-a-lines:0*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPIDoAudioNegotiation: Codec negotiation successful for media line 1        payload_type=8, codec_bytes=80, codec=g711alaw, dtmf_relay=rtp-nte        stream_type=voice+dtmf (1), dest_ip_address=10.0.99.111, dest_port=21550*Sep 19 12:27:58.975: //20/000000000000/SIP/Media/sipSPIUpdCallWithSdpInfo:        Preferred Codec        : g711alaw, bytes :80        Preferred  DTMF relay  : rtp-nte        Preferred NTE payload  : 101        Early Media            : No        Delayed Media          : No        Bridge Done            : No        New Media              : No        DSP DNLD Reqd          : No*Sep 19 12:27:58.975: //20/000000000000/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 10.0.99.29*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPI_ipip_report_media_to_peer: callId 20 peer 19 flags 0x7*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:CallID 20, sdp 0x45C92F44 channels 0x4627DF14*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Hndl ptype 8 mline 1*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g711alaw*Sep 19 12:27:58.975: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711alaw codecbytes :80, ptime: 10*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Media negotiation done: stream->negotiated_ptime=10,stream->negotiated_codec_bytes=80, coverted ptime=10 stream->mline_index=1, media_ndx=1*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Adding codec 6 ptype 8 time 10, bytes 80  as channel 0 mline 1 ss 1 10.0.99.111:21550*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Hndl ptype 101 mline 1*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/sipSPI_ipip_report_media_to_peer:Report initial call media*Sep 19 12:27:58.975: //20/000000000000/SIP/Info/copy_channels: callId 20 size 80 ptr 0x46655B7C)*Sep 19 12:27:58.975: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler:*Sep 19 12:27:58.975: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler: switch(ev.ev_id: 131)*Sep 19 12:27:58.975: //19/0E2E8C62A3C6/SIP/Info/ccsip_event_handler: ccsip_event_handler: peer ID 20 chans 0x46655B7C event 131 flags 0x10020038 0x403 data 0x46655B7C*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/ccsip_event_handler: ccsip_event_handler: CC_EV_H245_OPEN_CHANNEL_IND: peer ID 20  chans 0x46655B7C event 131 flags 0x10020038 0x403 data 0x46655B7C*Sep 19 12:27:58.979: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_NEW_MEDIA*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/ccsip_event_handler: ccsip_event_handler: set event->type = SIPSPI_EV_CC_NEW_MEDIA!: peer ID 20 chans 0x46655B7C event 131 flags 0x10020038 0x403 data 0x46655B7C*Sep 19 12:27:58.979: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler: CC_R_SUCCESS_WITH_CONFIRMED*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/ccsip_get_rtcp_session_parameters: CURRENT VALUES: stream_callid=-1, current_seq_num=0x1A8*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/ccsip_get_rtcp_session_parameters: NEW VALUES: stream_callid=-1, current_seq_num=0x0*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/ccsip_caps_ind: Load DSP with negotiated codec: g711alaw, Bytes=80*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/ccsip_caps_ind: Set forking flag to 0x0*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/sipSPISetDTMFRelayMode: Set DSP for dtmf-relay = CC_CAP_DTMF_RELAY_INBAND_VOICE_AND_OOB*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/sip_set_modem_caps: Preferred (or the one that came from DSM) modem relay=1161273728, from CLI config=0*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/sip_set_modem_caps: Disabling Modem Relay...*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/sip_generate_sdp_xcaps_list: Modem Relay and T38 disabled. X-cap not needed*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/sip_set_modem_caps: Negotiation already Done. Set negotiated Modem caps and generate SDP Xcap list*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/sip_set_modem_caps: Modem Relay & Passthru both disabled*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/sip_set_modem_caps: nse payload = 0, ptru mode = 0, ptru-codec=0, redundancy=0, xid=0, relay=0, sprt-retry=12, latecncy=200, compres-dir=3, dict=1024, strnlen=32*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Media/sipSPISetStreamInfo: 0 Active Streams*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Error/sipSPISetStreamInfo: Number of active streams is zero (0)!*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Media/sipSPISetStreamInfo:caps.stream_count=0,caps.stream[0].stream_type=0xFFFF, caps.stream_list.xmitFunc=*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Media/sipSPISetStreamInfo: ??unknown??, caps.stream_list.context=*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Media/sipSPISetStreamInfo: 0x0 (gccb)*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/ccsip_caps_ind: Load DSP with codec : g711alaw, Bytes=80*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/ccsip_caps_ind: ccsip_caps_ind: ccb->flags_ipip = 0x403*Sep 19 12:27:58.979: //20/000000000000/SIP/Info/ccsip_caps_ack: Set forking flag to 0x0*Sep 19 12:27:58.979: //20/000000000000/SIP/Media/sipSPIUpdCallWithSdpInfo:          Stream type            : voice+dtmf          Media line             : 1          State                  : STREAM_ADDING (2)          Callid                 : 20          Negotiated Codec       : g711alaw, bytes :80          Negotiated DTMF relay  : rtp-nte          Negotiated NTE payload : 101          Negotiated CN payload  : 0          Media Srce Addr/Port   : 10.0.99.29:16926          Media Dest Addr/Port   : 10.0.99.111:21550*Sep 19 12:27:58.979: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICreateRawMsg: No GTD passed.*Sep 19 12:27:58.979: //20/000000000000/SIP/Info/HandleSIP1xxSessionProgress: ccsip_api_call_cut_progress returned: SIP_SUCCESS*Sep 19 12:27:58.979: //20/000000000000/SIP/State/sipSPIChangeState: 0x4627C64C : State change from (STATE_RECD_PROCEEDING, SUBSTATE_PROCEEDING_PROCEEDING)  to (STATE_RECD_PROCEEDING, SUBSTATE_NONE)*Sep 19 12:27:58.979: //20/000000000000/SIP/Info/HandleSIP1xxSessionProgress: Transaction Complete. Lock on Facilities released.*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_handle_channel_info:CCSIP:callID 19 ft: 1, inc 8, 10.0.99.111:21550, codec 6*Sep 19 12:27:58.979: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_channelInfo_to_sdp:callid 19, channels 0x46655B7C caps 0x44E8F284*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_channelInfo_to_sdp:pref dtmf 101*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_channelInfo_to_sdp: nego mline 1 dtmf 101 ss 1 ret 0*Sep 19 12:27:58.983: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711alaw codecbytes :80, ptime: 10*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Info/sipSPI_ipip_copy_channelInfo_to_sdp: retreive codec 6 ptype 8 time 10 bytes 80*Sep 19 12:27:58.983: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetMediaDirectionForStream: Setting Media direction SENDRECV for stream 1*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Info/sipSPIUpdateSrcSdpVariablePart: Setting stream 1 portnum to 19570*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Info/sipSPIUpdateSrcSdpVariablePart: Negotiated method of dtmf relayand pyld: 6 101*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Info/sipSPIProcessMediaChanges: sipSPIProcessMediaChanges*Sep 19 12:27:58.983: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_CALL_PROGRESS*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Info/ccsip_bridge: confID = 10, srcCallID = 19, dstCallID = 20*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/InfRouter#o/sipSPIUupdateCcCallIds: Old src/dest ccCallids: -1/-1, new src/dest ccCallids: 19/20*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Info/sipSPIUupdateCcCallIds: Old streamcallid=-1, new streamcallid=19*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Media/sipSPIProcessRtpSessions: sipSPIProcessRtpSessions*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Media/sipSPIAddStream: Adding stream 1 of type voice+dtmf (callid 19) to the VOIP RTP library*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 10.0.99.29*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Media/sipSPIUpdateRtcpSession: sipSPIUpdateRtcpSession for m-line 1*Sep 19 12:27:58.983: //19/0E2E8C62A3C6/SIP/Media/sipSPIUpdateRtcpSession: rtcp_session info        laddr = 10.0.99.29, lport = 19570, raddr = 10.0.99.221, rport=17294, do_rtcp=TRUE        src_callid = 19, dest_callid = 20, stream type = voice+dtmf, stream direction = SENDRECV        media_ip_addr = 10.0.99.221*Sep 19 12:27:58.987: //19/0E2E8C62A3C6/SIP/Media/sipSPIUpdateRtcpSession: No rtp session, creating a new one*Sep 19 12:27:58.987: //19/0E2E8C62A3C6/SIP/Info/sipSPIUpdateRtcpSession: Process Media changes is still pending.*Sep 19 12:27:58.987: //19/0E2E8C62A3C6/SIP/Media/sipSPIGetNewLocalMediaDirection:        New Remote Media Direction = SENDRECV        Present Local Media Direction = SENDRECV        New Local Media Direction = SENDRECV        retVal = 0*Sep 19 12:27:58.987: //20/000000000000/SIP/Info/ccsip_bridge: confID = 10, srcCallID = 20, dstCallID = 19*Sep 19 12:27:58.987: //20/000000000000/SIP/Info/sipSPIUupdateCcCallIds: Old src/dest ccCallids: -1/-1, new src/dest ccCallids: 20/19*Sep 19 12:27:58.987: //20/000000000000/SIP/Info/sipSPIUupdateCcCallIds: Old streamcallid=20, new streamcallid=20*Sep 19 12:27:58.987: //20/000000000000/SIP/Media/sipSPIProcessRtpSessions: sipSPIProcessRtpSessions*Sep 19 12:27:58.987: //20/000000000000/SIP/Media/sipSPIAddStream: Adding stream 1 of type voice+dtmf (callid 20) to the VOIP RTP library*Sep 19 12:27:58.987: //20/000000000000/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 10.0.99.29*Sep 19 12:27:58.987: //20/000000000000/SIP/Media/sipSPIUpdateRtcpSession: sipSPIUpdateRtcpSession for m-line 1*Sep 19 12:27:58.987: //20/000000000000/SIP/Media/sipSPIUpdateRtcpSession: rtcp_session info        laddr = 10.0.99.29, lport = 16926, raddr = 10.0.99.111, rport=21550, do_rtcp=TRUE        src_callid = 20, dest_callid = 19, stream type = voice+dtmf, stream direction = SENDRECV        media_ip_addr = 10.0.99.111*Sep 19 12:27:58.987: //20/000000000000/SIP/Media/sipSPIUpdateRtcpSession: RTP session already created - update*Sep 19 12:27:58.987: //20/000000000000/SIP/Media/sipSPIGetNewLocalMediaDirection:        New Remote Media Direction = SENDRECV        Present Local Media Direction = SENDRECV        New Local Media Direction = SENDRECV        retVal = 0*Sep 19 12:27:58.991: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpSocketReads: Msg enqueued for SPI with IP addr: 10.0.99.100:5060*Sep 19 12:27:58.991: //19/0E2E8C62A3C6/SIP/Info/sipSPIValidateGtd: No rawMsg from CCAPI*Sep 19 12:27:58.991: //19/0E2E8C62A3C6/SIP/Info/sipSPISendInviteResponse183: Session Type is Media/Qos/Security/RTR SDP body is attached*Sep 19 12:27:58.991: //19/0E2E8C62A3C6/SIP/Transport/sipSPISendInviteResponse: Sending 183 Response to the Transport Layer*Sep 19 12:27:58.991: //19/0E2E8C62A3C6/SIP/Transport/sipSPITransportSendMessage: msg=0x4654DFD0, addr=10.0.99.221, port=5061, sentBy_port=5061, is_req=0, transport=1, switch=0, callBack=0x41086D90*Sep 19 12:27:58.991: //19/0E2E8C62A3C6/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately*Sep 19 12:27:58.991: //19/0E2E8C62A3C6/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0*Sep 19 12:27:58.991: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4654DFD0, addr=10.0.99.221, port=5061, connId=0 for UDP*Sep 19 12:27:58.991: //19/0E2E8C62A3C6/SIP/Info/sentInviteResponse18x: Sent a 18x Response*Sep 19 12:27:58.991: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWNewConnMsg: context=0x00000000*Sep 19 12:27:58.991: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received:SIP/2.0 180 RingingVia: SIP/2.0/UDP 10.0.99.29:5060;branch=z9hG4bK1C14C0From: <sip:[email protected]>;tag=114FE0-26C0To: <sip:[email protected]>;tag=2318849048-3792786178-436251047-2287060836Call-ID: [email protected]: 101 INVITEContact: <sip:[email protected]:5060>Server: MERA MVTS3G v.4.4.0-15Content-Length: 0*Sep 19 12:27:58.995: //20/000000000000/SIP/Info/ccsip_api_call_alert: SDP Body either absent or ignored in 180 RINGING:- will wait for 200 OK to do negotiation.*Sep 19 12:27:58.995: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICreateRawMsg: No GTD passed.*Sep 19 12:27:58.995: //20/000000000000/SIP/Info/HandleSIP1xxRinging: ccsip_api_call_alert returned: SIP_SUCCESS*Sep 19 12:27:58.995: //20/000000000000/SIP/State/sipSPIChangeState: 0x4627C64C : State change from (STATE_RECD_PROCEEDING, SUBSTATE_NONE)  to (STATE_RECD_PROCEEDING, SUBSTATE_NONE)*Sep 19 12:27:58.995: //20/000000000000/SIP/Info/HandleSIP1xxRinging: Transaction Complete. Lock on Facilities released.*Sep 19 12:27:58.995: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Sent:SIP/2.0 183 Session ProgressVia: SIP/2.0/UDP 10.0.99.221:5061;rport;branch=z9hG4bK-3628481038-3792786178-436258467-408012644From: <sip:[email protected]:5061;user=phone>;tag=4095425038-3792786178-436258467-408012644To: <sip:[email protected];user=phone>;tag=114FC0-1F24Date: Wed, 19 Sep 2012 12:27:55 GMTCall-ID: [email protected]: Cisco-SIPGateway/IOS-12.xCSeq: 1 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, COMET, REFER, SUBSCRIBE, NOTIFY, INFO, UPDATE, REGISTERAllow-Events: telephone-eventContact: <sip:[email protected]:5060>Content-Disposition: session;handling=requiredContent-Type: application/sdpContent-Length: 268v=0o=CiscoSystemsSIP-GW-UserAgent 4191 6681 IN IP4 10.0.99.29s=SIP Callc=IN IP4 10.0.99.29t=0 0m=audio 19570 RTP/AVP 8 101c=IN IP4 10.0.99.29a=rtpmap:8 PCMA/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-15a=ptime:10a=silenceSupp:off - - - -*Sep 19 12:27:58.999: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_CALL_ALERTING*Sep 19 12:27:58.999: //19/0E2E8C62A3C6/SIP/Info/sipSPIValidateGtd: No rawMsg from CCAPI*Sep 19 12:27:58.999: //19/0E2E8C62A3C6/SIP/Transport/sipSPISendInviteResponse: Sending 180 Response to the Transport Layer*Sep 19 12:27:58.999: //19/0E2E8C62A3C6/SIP/Transport/sipSPITransportSendMessage: msg=0x4654DFD0, addr=10.0.99.221, port=5061, sentBy_port=5061, is_req=0, transport=1, switch=0, callBack=0x41086D90*Sep 19 12:27:58.999: //19/0E2E8C62A3C6/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately*Sep 19 12:27:58.999: //19/0E2E8C62A3C6/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0*Sep 19 12:27:58.999: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4654DFD0, addr=10.0.99.221, port=5061, connId=0 for UDP*Sep 19 12:27:58.999: //19/0E2E8C62A3C6/SIP/Info/sentInviteResponse18x: Sent a 18x Response*Sep 19 12:27:58.999: //19/0E2E8C62A3C6/SIP/State/sipSPIChangeState: 0x4627A3B8 : State change from (STATE_RECD_INVITE, SUBSTATE_NONE)  to (STATE_SENT_ALERTING, SUBSTATE_NONE)*Sep 19 12:27:59.003: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Sent:SIP/2.0 180 RingingVia: SIP/2.0/UDP 10.0.99.221:5061;rport;branch=z9hG4bK-3628481038-3792786178-436258467-408012644From: <sip:[email protected]:5061;user=phone>;tag=4095425038-3792786178-436258467-408012644To: <sip:[email protected];user=phone>;tag=114FC0-1F24Date: Wed, 19 Sep 2012 12:27:55 GMTCall-ID: [email protected]: Cisco-SIPGateway/IOS-12.xCSeq: 1 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, COMET, REFER, SUBSCRIBE, NOTIFY, INFO, UPDATE, REGISTERAllow-Events: telephone-eventContact: <sip:[email protected]:5060>Content-Length: 0Router#*Sep 19 12:28:02.655: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpSocketReads: Msg enqueued for SPI with IP addr: 10.0.99.100:5060*Sep 19 12:28:02.655: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWNewConnMsg: context=0x00000000*Sep 19 12:28:02.655: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received:SIP/2.0 200 OKVia: SIP/2.0/UDP 10.0.99.29:5060;branch=z9hG4bK1C14C0From: <sip:[email protected]>;tag=114FE0-26C0To: <sip:[email protected]>;tag=2318849048-3792786178-436251047-2287060836Call-ID: [email protected]: 101 INVITEContact: <sip:[email protected]:5060>Content-Type: application/sdpAllow: ACK, BYE, CANCEL, INFO, INVITE, OPTIONS, REFER, REGISTER, SUBSCRIBE, UPDATEServer: MERA MVTS3G v.4.4.0-15X-mera-expires: 86460Content-Length:   239v=0o=- 1348056655 1348056655 IN IP4 10.0.99.111s=-c=IN IP4 10.0.99.111t=0 0m=audio 21550 RTP/AVP 8 101a=rtpmap:8 PCMA/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-15a=ptime:10a=sendrecva=silenceSupp:off - - - -*Sep 19 12:28:02.659: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetGtdBody: No valid GTD body found.*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sipSPIhandle200OKInvite: Transaction active. Facilities will be queued.*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sipSPIhandle200OKInvite: *** This ccb is the parent*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sipSPIDoMediaNegotiation: Number of m-lines = 1*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sipSPIDoAudioNegotiation: Codec (g711alaw) Negotiation Successful on Static Payload for m-line 1*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sipSPIDoPtimeNegotiation: One ptime attribute found - value:10*Sep 19 12:28:02.659: //-1/xxxxxxxxxxxx/SIP/Info/convert_ptime_to_codec_bytes: Values :Codec: g711alaw ptime :10, codecbytes: 80*Sep 19 12:28:02.659: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711alaw codecbytes :80, ptime: 10*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sipSPIDoDTMFRelayNegotiation: m-line index 1*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sipSPIDoDTMFRelayNegotiation: Case of partial named event(NE) match in fmtp list of events.*Sep 19 12:28:02.659: //-1/xxxxxxxxxxxx/SIP/Info/sip_sdp_get_modem_relay_cap_params: NSE payload from X-cap = 0*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sip_do_nse_negotiation: Remote NSE payload = local one = 0, Use it*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sip_select_modem_relay_params: X-tmr not present in SDP. Disable modem relay*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sipSPIGetSDPDirectionAttribute: No direction attribute present or multiple direction attributes that can't be handled for m-line:1 and num-a-lines:0*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sipSPIDoAudioNegotiation: Codec negotiation successful for media line 1        payload_type=8, codec_bytes=80, codec=g711alaw, dtmf_relay=rtp-nte        stream_type=voice+dtmf (1), dest_ip_address=10.0.99.111, dest_port=21550*Sep 19 12:28:02.659: //20/000000000000/SIP/Media/sipSPICompareStreams: stream 1 dest_port: old=21550 new=21550*Sep 19 12:28:02.659: //20/000000000000/SIP/Media/sipSPIGetNewLocalMediaDirection:        New Remote Media Direction = SENDRECV        Present Local Media Direction = SENDRECV        New Local Media Direction = SENDRECV        retVal = 0*Sep 19 12:28:02.659: //20/000000000000/SIP/Media/sipSPICompareStreams: Flags set for stream 1: RTP_CHANGE=No CAPS_CHANGE=No*Sep 19 12:28:02.659: //20/000000000000/SIP/Media/sipSPICompareSDP: Flags set for call: NEW_MEDIA=No DSPDNLD_REQD=No IPIP_MEDIA=No*Sep 19 12:28:02.659: //20/000000000000/SIP/Media/sipSPIUpdCallWithSdpInfo:        Preferred Codec        : g711alaw, bytes :80        Preferred  DTMF relay  : rtp-nte        Preferred NTE payload  : 101        Early Media            : No        Delayed Media          : No        Bridge Done            : Yes        New Media              : No        DSP DNLD Reqd          : No*Sep 19 12:28:02.659: //20/000000000000/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 10.0.99.29*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sipSPI_ipip_report_media_to_peer: callId 20 peer 19 flags 0x407*Sep 19 12:28:02.659: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:CallID 20, sdp 0x45CB1F40 channels 0x4627DF14*Sep 19 12:28:02.663: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Hndl ptype 8 mline 1*Sep 19 12:28:02.663: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g711alaw*Sep 19 12:28:02.663: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711alaw codecbytes :80, ptime: 10*Sep 19 12:28:02.663: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Media negotiation done: stream->negotiated_ptime=10,stream->negotiated_codec_bytes=80, coverted ptime=10 stream->mline_index=1, media_ndx=1*Sep 19 12:28:02.663: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Adding codec 6 ptype 8 time 10, bytes 80  as channel 0 mline 1 ss 1 10.0.99.111:21550*Sep 19 12:28:02.663: //20/000000000000/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:Hndl ptype 101 mline 1*Sep 19 12:28:02.663: //20/000000000000/SIP/Media/sipSPIUpdCallWithSdpInfo:          Stream type            : voice+dtmf          Media line             : 1          State                  : STREAM_ACTIVE (5)          Callid                 : 20          Negotiated Codec       : g711alaw, bytes :80          Negotiated DTMF relay  : rtp-nte          Negotiated NTE payload : 101          Negotiated CN payload  : 0          Media Srce Addr/Port   : 10.0.99.29:16926          Media Dest Addr/Port   : 10.0.99.111:21550*Sep 19 12:28:02.663: //20/000000000000/SIP/Info/sipSPIProcessMediaChanges: sipSPIProcessMediaChanges*Sep 19 12:28:02.663: //20/000000000000/SIP/Info/sipSPIhandle200OKInvite: ccsip_api_call_connect_media returned: SIP_SUCCESS*Sep 19 12:28:02.663: //20/000000000000/SIP/State/sipSPIChangeState: 0x4627C64C : S

    Hi Ellad.
    Why don't try to use the 2811 as a SIP signalling proxy only?
    In this way the media (RTP or T.38) will be handled only from the two MERA SoftSwitch.
    To do this you must enable CUBE on your 2811 and use these special commands:
    voice service voip
         media flow-around
         allow-connections sip to sip
         signaling forward unconditional
         sip
           rel1xx disable
           header-passing
           midcall-signaling passthru
           pass-thru headers unsupp
           pass-thru content unsupp
           pass-thru content sdp
    I don't remember if we have already try this solution.
    Regards.

  • Cisco 2811 - Multiple SIP with CME 8.6

    PLAN:
    Configure two SIP providers with my Cisco ISR 2811 using CME 8.6
    sip.fongo.com
    sip.voicediscount.com
    All incoming and local outgoing calls using fongo, while long distance & international via voipdiscount.
    I have successfully got fongo.com service to work for both incoming and outgoing, however when I try a long distance & international calls I get a busy tone.
    Any help will be appreciated since I've had no luck
    CONFIG:
    BNET01C2811-TOR1807#sh run
    Building configuration...
    Current configuration : 19512 bytes
    ! Last configuration change at 21:48:40 EDT Sat Oct 27 2012 by garrett
    ! NVRAM config last updated at 21:50:55 EDT Sat Oct 27 2012 by garrett
    ! NVRAM config last updated at 21:50:55 EDT Sat Oct 27 2012 by garrett
    version 15.1
    no service pad
    service tcp-keepalives-in
    service tcp-keepalives-out
    service timestamps debug datetime msec localtime show-timezone
    service timestamps log datetime msec localtime show-timezone
    service password-encryption
    service sequence-numbers
    hostname BNET01C2811-TOR1807
    boot-start-marker
    boot system flash:c2800nm-adventerprisek9-mz.151-4.m5.bin
    boot-end-marker
    ! card type command needed for slot/vwic-slot 0/0
    security authentication failure rate 3 log
    security passwords min-length 6
    logging buffered 51200
    logging console critical
    enable secret 5 $1$r/t3$A3xgJf.ngqbUq.sDiNC4O0
    no aaa new-model
    clock timezone EST -4 0
    clock summer-time EDT recurring
    clock calendar-valid
    dot11 syslog
    no ip source-route
    ip cef
    no ip dhcp use vrf connected
    ip dhcp excluded-address 10.15.0.0 10.15.0.20
    ip dhcp pool TOR-1807WEBB
    network 10.15.0.0 255.255.255.0
    default-router 10.15.0.15
    dns-server 64.71.255.198
    option 150 ip 10.15.0.15
    no ip bootp server
    ip domain name bayross.net
    ip name-server 64.71.255.198
    ip ddns update method sdm_ddns1
    HTTP
      add http://bayross:******@members.dyndns.org/nic/update?system=dyndns&hostname=<h>&myip=<a>
      remove http://bayross:********@members.dyndns.org/nic/update?system=dyndns&hostname=<h>&myip=<a>
    interval maximum 1 1 0 0
    interval minimum 1 1 0 0
    no ipv6 cef
    multilink bundle-name authenticated
    parameter-map type protocol-info yahoo-servers
    server name scs.msg.yahoo.com
    server name scsa.msg.yahoo.com
    server name scsb.msg.yahoo.com
    server name scsc.msg.yahoo.com
    server name scsd.msg.yahoo.com
    server name cs16.msg.dcn.yahoo.com
    server name cs19.msg.dcn.yahoo.com
    server name cs42.msg.dcn.yahoo.com
    server name cs53.msg.dcn.yahoo.com
    server name cs54.msg.dcn.yahoo.com
    server name ads1.vip.scd.yahoo.com
    server name radio1.launch.vip.dal.yahoo.com
    server name in1.msg.vip.re2.yahoo.com
    server name data1.my.vip.sc5.yahoo.com
    server name address1.pim.vip.mud.yahoo.com
    server name edit.messenger.yahoo.com
    server name messenger.yahoo.com
    server name http.pager.yahoo.com
    server name privacy.yahoo.com
    server name csa.yahoo.com
    server name csb.yahoo.com
    server name csc.yahoo.com
    parameter-map type protocol-info aol-servers
    server name login.oscar.aol.com
    server name toc.oscar.aol.com
    server name oam-d09a.blue.aol.com
    parameter-map type protocol-info msn-servers
    server name messenger.hotmail.com
    server name gateway.messenger.hotmail.com
    server name webmessenger.msn.com
    voice service voip
    ip address trusted list
      ipv4 46.19.209.10
      ipv4 46.19.209.11
      ipv4 46.19.209.12
      ipv4 46.19.209.13
      ipv4 46.19.209.14
      ipv4 46.19.209.15
      ipv4 46.19.209.75
      ipv4 46.19.209.76
      ipv4 46.19.209.77
      ipv4 46.19.209.78
      ipv4 46.19.209.79
      ipv4 46.19.209.80
      ipv4 46.19.210.10
      ipv4 46.19.210.11
      ipv4 46.19.210.12
      ipv4 46.19.210.13
      ipv4 46.19.210.14
      ipv4 46.19.210.15
      ipv4 46.19.210.75
      ipv4 46.19.210.76
      ipv4 46.19.210.77
      ipv4 46.19.210.78
      ipv4 46.19.210.79
      ipv4 46.19.210.80
      ipv4 81.85.224.40
      ipv4 81.85.224.41
      ipv4 212.150.88.21
      ipv4 212.150.88.23
      ipv4 212.150.88.24
      ipv4 208.65.240.165
      ipv4 0.0.0.0 0.0.0.0
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    supplementary-service h450.12
    redirect ip2ip
    fax protocol pass-through g711ulaw
    h323
      no h225 timeout keepalive
    voice class codec 1
    codec preference 1 g711ulaw
    codec preference 2 g711alaw
    voice register global
    mode cme
    source-address 10.15.0.15 port 5060
    max-dn 100
    max-pool 25
    tftp-path flash:
    create profile sync 0002145265491175
    camera
    voice translation-rule 2
    rule 1 /9905+/ /905/
    rule 2 /9416+/ /416/
    rule 3 /9647+/ /647/
    voice translation-rule 4
    rule 1 /91+/ /1/
    voice translation-rule 5
    rule 1 /9011+/ /011/
    voice translation-rule 7
    rule 1 /1011/ /16472473297/
    voice translation-rule 911
    rule 1 /111/ /6473385738/
    voice translation-rule 2473297
    rule 1 /16472473297/ /1011/
    voice translation-profile Caller-ID
    translate calling 7
    voice translation-profile Emergency
    translate called 911
    voice translation-profile Incoming
    translate called 2473297
    voice translation-profile International
    translate calling 7
    translate called 5
    voice translation-profile Local
    translate calling 7
    translate called 2
    voice translation-profile LongDistance
    translate calling 7
    translate called 4
    voice-card 0
    dsp services dspfarm
    crypto pki token default removal timeout 0
    crypto pki trustpoint TP-self-signed-21053818
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-21053818
    revocation-check none
    rsakeypair TP-self-signed-21053818
    crypto pki trustpoint test_trustpoint_config_created_for_sdm
    subject-name [email protected]
    revocation-check crl
    crypto pki certificate chain TP-self-signed-21053818
    certificate self-signed 01
      30820227 30820190 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
      2F312D30 2B060355 04031324 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 32313035 33383138 301E170D 31323130 31373131 33303333
      5A170D32 30303130 31303030 3030305A 302F312D 302B0603 55040313 24494F53
      2D53656C 662D5369 676E6564 2D436572 74696669 63617465 2D323130 35333831
      3830819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281 8100B080
      AD5A9751 C15D5932 0677DBEF A59AF6B0 1EF55BE0 B1DFA4B8 397130B7 90BA221D
      5A03F805 DD546B79 D40CD413 3FD7CCFC A2137323 63E26137 8577DD77 C1787B0E
      ADC65091 042897A3 2F26DAC0 CCF0E0AC 604AA2B4 48616FE3 976E17B6 53ABC719
      16EFA128 8F883BFA 39FA02EF CA820300 4B650412 77418E6D AE45C6A1 0FEB0203
      010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603 551D2304
      18301680 14504E01 C3E57E38 CAB8659D 21D57880 66FE3CDB 83301D06 03551D0E
      04160414 504E01C3 E57E38CA B8659D21 D5788066 FE3CDB83 300D0609 2A864886
      F70D0101 05050003 81810049 A534494C B6777D5B FCAB252E 8FD03C10 D917714E
      3314139B 04FCB2CC 74C06091 D189470E 930CEA8A 393461A7 E505BB0A 59DEDF5C
      37711F56 127E22C6 CA9457EC 960A868D 37B24F75 A03B1F8B A611D77F 0E79B2D8
      135C57AF B9705B78 BA97BFF3 5967C1D1 6E2B92D3 A8BE055B 10A59F2C 5D28C55B
      2164E3C7 7F2380E1 E33AD4
            quit
    crypto pki certificate chain test_trustpoint_config_created_for_sdm
    license udi pid CISCO2811 sn FHK1041F27M
    username garrett privilege 15 password 7 070D000000094C50
    redundancy
    ip tcp synwait-time 10
    no ip ftp passive
    class-map type inspect match-any SDM_BOOTPC
    match access-group name SDM_BOOTPC
    class-map type inspect match-any ccp-cls-protocol-p2p
    match protocol edonkey signature
    match protocol gnutella signature
    match protocol kazaa2 signature
    match protocol fasttrack signature
    match protocol bittorrent signature
    class-map type inspect match-any SDM_DHCP_CLIENT_PT
    match class-map SDM_BOOTPC
    class-map type inspect match-any ccp-skinny-inspect
    match protocol skinny
    class-map type inspect match-any sdm-cls-bootps
    match protocol bootps
    class-map type inspect match-any ccp-cls-insp-traffic
    match protocol dns
    match protocol ftp
    match protocol https
    match protocol icmp
    match protocol imap
    match protocol pop3
    match protocol netshow
    match protocol shell
    match protocol realmedia
    match protocol rtsp
    match protocol smtp
    match protocol sql-net
    match protocol streamworks
    match protocol tftp
    match protocol vdolive
    match protocol tcp
    match protocol udp
    class-map type inspect match-all ccp-insp-traffic
    match class-map ccp-cls-insp-traffic
    class-map match-any CCP-Transactional-1
    match  dscp af21
    match  dscp af22
    match  dscp af23
    class-map type inspect match-any ccp-h323nxg-inspect
    match protocol h323-nxg
    class-map type inspect match-any ccp-cls-icmp-access
    match protocol icmp
    match protocol tcp
    match protocol udp
    class-map type inspect match-any ccp-cls-protocol-im
    match protocol ymsgr yahoo-servers
    match protocol msnmsgr msn-servers
    match protocol aol aol-servers
    class-map match-any CCP-Voice-1
    match  dscp ef
    class-map type inspect match-any ccp-h225ras-inspect
    match protocol h225ras
    class-map match-any CCP-Routing-1
    match  dscp cs6
    class-map match-any CCP-Signaling-1
    match  dscp cs3
    match  dscp af31
    class-map type inspect match-any ccp-h323annexe-inspect
    match protocol h323-annexe
    class-map match-any CCP-Management-1
    match  dscp cs2
    class-map type inspect match-any ccp-h323-inspect
    match protocol h323
    class-map type inspect match-all ccp-icmp-access
    match class-map ccp-cls-icmp-access
    class-map type inspect match-all ccp-invalid-src
    match access-group 100
    class-map type inspect match-any ccp-sip-inspect
    match protocol sip
    class-map type inspect match-all ccp-protocol-http
    match protocol http
    policy-map CCP-QoS-Policy-1
    class CCP-Voice-1
      priority percent 33
    class CCP-Signaling-1
      bandwidth percent 5
    class CCP-Routing-1
      bandwidth percent 5
    class CCP-Management-1
      bandwidth percent 5
    class CCP-Transactional-1
      bandwidth percent 5
    class class-default
      fair-queue
      random-detect
    policy-map type inspect ccp-permit-icmpreply
    class type inspect sdm-cls-bootps
      pass
    class type inspect ccp-sip-inspect
      pass
    class type inspect ccp-h323-inspect
      inspect
    class type inspect ccp-h323annexe-inspect
      inspect
    class type inspect ccp-h225ras-inspect
      inspect
    class type inspect ccp-h323nxg-inspect
      inspect
    class type inspect ccp-skinny-inspect
      inspect
    class type inspect ccp-icmp-access
      inspect
    class class-default
      pass
    policy-map sdm-qos-test-123
    class class-default
    policy-map type inspect ccp-inspect
    class type inspect ccp-invalid-src
      drop log
    class type inspect ccp-protocol-http
      inspect
    class type inspect ccp-insp-traffic
      inspect
    class type inspect ccp-sip-inspect
      pass
    class type inspect ccp-h323-inspect
      inspect
    class type inspect ccp-h323annexe-inspect
      inspect
    class type inspect ccp-h225ras-inspect
      inspect
    class type inspect ccp-h323nxg-inspect
      inspect
    class type inspect ccp-skinny-inspect
      inspect
    class class-default
      drop
    policy-map type inspect ccp-permit
    class type inspect SDM_DHCP_CLIENT_PT
      pass
    class type inspect ccp-sip-inspect
      pass
    class type inspect ccp-h323-inspect
      inspect
    class type inspect ccp-h323annexe-inspect
      inspect
    class type inspect ccp-h225ras-inspect
      inspect
    class type inspect ccp-h323nxg-inspect
      inspect
    class type inspect ccp-skinny-inspect
      inspect
    class class-default
      drop
    zone security in-zone
    zone security out-zone
    zone-pair security ccp-zp-out-self source out-zone destination self
    service-policy type inspect ccp-permit
    zone-pair security ccp-zp-in-out source in-zone destination out-zone
    service-policy type inspect ccp-inspect
    zone-pair security ccp-zp-self-out source self destination out-zone
    service-policy type inspect ccp-permit-icmpreply
    interface Null0
    no ip unreachables
    interface FastEthernet0/0
    description $ES_LAN$$FW_INSIDE$
    ip address 10.15.0.15 255.255.255.0
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip flow ingress
    ip nat inside
    ip virtual-reassembly in
    zone-member security in-zone
    duplex full
    speed auto
    no mop enabled
    interface FastEthernet0/1
    description $FW_OUTSIDE$$ETH-WAN$
    ip dhcp client update dns server none
    ip ddns update sdm_ddns1
    ip address dhcp client-id FastEthernet0/1 hostname bayross.net
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nbar protocol-discovery
    ip flow ingress
    ip flow egress
    ip nat outside
    ip virtual-reassembly in
    zone-member security out-zone
    duplex auto
    speed auto
    no mop enabled
    service-policy output CCP-QoS-Policy-1
    interface FastEthernet0/2/0
    no ip address
    shutdown
    interface FastEthernet0/2/1
    no ip address
    shutdown
    interface FastEthernet0/2/2
    no ip address
    shutdown
    interface FastEthernet0/2/3
    no ip address
    shutdown
    interface Vlan1
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip flow ingress
    shutdown
    ip forward-protocol nd
    ip http server
    ip http access-class 2
    ip http authentication local
    ip http secure-server
    ip http path flash:
    ip flow-top-talkers
    top 10
    sort-by bytes
    cache-timeout 60000
    ip nat inside source list 1 interface FastEthernet0/1 overload
    ip access-list extended SDM_BOOTPC
    remark CCP_ACL Category=0
    permit udp any any eq bootpc
    logging trap debugging
    access-list 1 remark INSIDE_IF=FastEthernet0/0
    access-list 1 remark SDM_ACL Category=2
    access-list 1 permit 10.15.0.0 0.0.0.255
    access-list 2 remark HTTP Access-class list
    access-list 2 remark CCP_ACL Category=1
    access-list 2 permit 10.15.0.0 0.0.0.255
    access-list 2 deny   any
    access-list 100 remark CCP_ACL Category=128
    access-list 100 permit ip host 255.255.255.255 any
    access-list 100 permit ip 127.0.0.0 0.255.255.255 any
    no cdp run
    tftp-server flash:term41.default.loads alias term41.default.loads
    tftp-server flash:term61.default.loads alias term61.default.loads
    tftp-server flash:Analog1.raw
    tftp-server flash:Analog2.raw
    tftp-server flash:AreYouThere.raw
    tftp-server flash:AreYouThereF.raw
    tftp-server flash:Bass.raw
    tftp-server flash:CallBack.raw
    tftp-server flash:Chime.raw
    tftp-server flash:Classic1.raw
    tftp-server flash:Classic2.raw
    tftp-server flash:ClockShop.raw
    tftp-server flash:DistinctiveRingList.xml
    tftp-server flash:Drums1.raw
    tftp-server flash:Drums2.raw
    tftp-server flash:FilmScore.raw
    tftp-server flash:HarpSynth.raw
    tftp-server flash:Jamaica.raw
    tftp-server flash:KotoEffect.raw
    tftp-server flash:MusicBox.raw
    tftp-server flash:Piano1.raw
    tftp-server flash:Piano2.raw
    tftp-server flash:Pop.raw
    tftp-server flash:Pulse1.raw
    tftp-server flash:Ring1.raw
    tftp-server flash:Ring2.raw
    tftp-server flash:Ring3.raw
    tftp-server flash:Ring4.raw
    tftp-server flash:Ring5.raw
    tftp-server flash:Ring6.raw
    tftp-server flash:Ring7.raw
    tftp-server flash:RingList.xml
    tftp-server flash:Sax1.raw
    tftp-server flash:Sax2.raw
    tftp-server flash:Vibe.raw
    tftp-server flash:P00308010200.bin alias P00308010200.bin
    control-plane
    voice-port 0/1/0
    voice-port 0/1/1
    voice-port 0/1/2
    voice-port 0/1/3
    voice-port 0/3/0
    caller-id enable
    voice-port 0/3/1
    caller-id enable
    mgcp profile default
    sccp local FastEthernet0/0
    sccp ccm 10.15.0.15 identifier 1 version 4.0
    sccp
    sccp ccm group 1
    associate ccm 1 priority 1
    associate profile 2 register confprof2
    dspfarm profile 1 transcode
    codec g711ulaw
    codec g711alaw
    codec g729ar8
    codec g729abr8
    maximum sessions 20
    shutdown
    dspfarm profile 2 conference
    codec g711ulaw
    codec g711alaw
    maximum sessions 5
    associate application SCCP
    dial-peer cor custom
    name Main1_10Digit
    name Main1_11Digit
    dial-peer cor list Main1-11Digit
    member Main1_11Digit
    dial-peer cor list Main1-Line
    member Main1_10Digit
    member Main1_11Digit
    dial-peer voice 1 voip
    description ## INCOMING - DIDWW - 16472584731 ##
    session protocol sipv2
    session target sip-server
    session transport udp
    incoming called-number 16472584731
    dtmf-relay rtp-nte
    codec g711ulaw
    no vad
    dial-peer voice 2003 pots
    description #### INCOMING INTERFACE 0/3/1 ####
    destination-pattern 16472584731
    incoming called-number 16472584731
    port 0/3/1
    dial-peer voice 1000 pots
    description #### KITCHEN ####
    destination-pattern 1000
    port 0/3/0
    dial-peer voice 1003 pots
    description #### MASTER BEDROOM ####
    destination-pattern 1003
    port 0/3/1
    dial-peer voice 10 voip
    corlist outgoing Main1-11Digit
    description Main1 11-Digit Outgoing
    translation-profile outgoing LongDistance
    destination-pattern 91..........
    session protocol sipv2
    session target dns:sip.voipdiscount.com
    session transport udp
    dtmf-relay rtp-nte sip-notify
    codec g711ulaw
    no vad
    dial-peer voice 11 voip
    corlist outgoing Main1-Line
    translation-profile incoming Incoming
    translation-profile outgoing Local
    destination-pattern 9[^1]..[2-9]......
    session protocol sipv2
    session target dns:sip.fongo.com
    incoming called-number .
    dtmf-relay rtp-nte
    codec g711ulaw
    no vad
    dial-peer voice 12 voip
    translation-profile outgoing International
    destination-pattern 9011T
    session protocol sipv2
    session target dns:sip.voipdiscount.com
    dtmf-relay rtp-nte
    codec g711ulaw
    no vad
    dial-peer voice 911 voip
    translation-profile outgoing Emergency
    destination-pattern 111
    session protocol sipv2
    session target dns:sip.fongo.com
    dtmf-relay rtp-nte
    codec g711ulaw
    no vad
    gateway
    timer receive-rtp 1200
    sip-ua
    credentials username 37373737373 password 7 00000000000000000000 realm sip.fongo.com
    credentials username username password 7 00000000000000000000 realm sip.voipdiscount.com
    authentication username username password 7 0000000000000000000000000 realm sip.voipdiscount.com
    no remote-party-id
    srv version 1
    retry invite 3
    retry register 10
    timers register 150
    registrar 1 dns:sip.voipdiscount.com expires 3600
    registrar 2 dns:sip.fongo.com expires 3600
    sip-server dns:sip.voipdiscount.com
    host-registrar
    telephony-service
    sdspfarm units 1
    sdspfarm transcode sessions 5
    sdspfarm tag 1 confprof2
    conference hardware
    no auto-reg-ephone
    max-ephones 25
    max-dn 100
    ip source-address 10.15.0.15 port 2000
    system message Bayross Residence
    cnf-file location flash:
    user-locale US load CME-locale-en_US-English-7.0.1.1.tar
    load 7960-7940 P00308010200.loads
    load 7941 SCCP41.9-1-1SR1S.loads
    load 7941GE SCCP41.9-1-1SR1S.loads
    load 7961 SCCP41.9-1-1SR1S.loads
    load 7961GE SCCP41.9-1-1SR1S.loads
    time-zone 12
    max-conferences 8 gain -6
    moh flash:/music-on-hold.au
    web admin system name garrett secret 5 $1$MjiP$KMQoyqL/3mnftN0OLqs8b1
    time-webedit
    transfer-system full-consult
    secondary-dialtone 9
    create cnf-files version-stamp 7960 Oct 26 2012 19:53:22
    ephone-dn  2  octo-line
    number A001
    conference ad-hoc
    preference 3
    ephone-dn  3  octo-line
    number A002
    conference ad-hoc
    preference 3
    ephone-dn  4  octo-line
    number A003
    conference ad-hoc
    preference 3
    ephone-dn  5  octo-line
    number A004
    conference ad-hoc
    preference 3
    ephone-dn  6  octo-line
    number A005
    conference ad-hoc
    preference 3
    ephone-dn  11  dual-line
    number 1011 secondary 16472473297 no-reg both
    corlist incoming Main1-Line
    ephone-dn  12  dual-line
    number 1012
    label Garrett Bayross
    name Garrett Bayross
    corlist incoming Main1-Line
    ephone  1
    no multicast-moh
    device-security-mode none
    mac-address F04D.A28C.CBAC
    mtp
    type CIPC
    button  1:11
    ephone  2
    device-security-mode none
    mac-address 0016.4697.A472
    type 7940
    button  1:12
    banner login ^CBayross.NET Network
    ^C
    banner motd ^C
    line con 0
    logging synchronous
    line aux 0
    line vty 0 4
    login local
    transport input all
    transport output all
    scheduler allocate 20000 1000
    ntp update-calendar
    ntp server 128.100.100.128 prefer source FastEthernet0/1
    end

    DEBUG OUTPUT:
    login as: garrett
    Bayross.NET Network
    Using keyboard-interactive authentication.
    Password:
    ------------- LEGAL NOTICE ----------------
    --      THIS IS A PRIVATE SYSTEM         --
    --  UNAUTHORIZED ACCESS IS PROHIBITED    --
    --      CECI EST UN SYSTEME PRIVE        --
    --  TOUT ACCES NON AUTORISE EST INTERDIT --
    BNET01C2811-TOR1807#deb
    BNET01C2811-TOR1807#debug ccsip all
    This may severely impact system performance. Continue? [confirm]
    All SIP Call tracing is enabled
    BNET01C2811-TOR1807#term mon
    BNET01C2811-TOR1807#REGISTER sip:sip.voipdiscount.com:5060 SIP/2.0
    Via: SIP/2.0/UDP 99.230.172.76:5060;branch=z9hG4bKED020B5
    From: [email protected]>;tag=59BB550-3A6
    To: [email protected]>
    Date: Sun, 28 Oct 2012 00:51:43 GMT
    Call-ID: C977B084-1FCE11E2-81A4A3AB-85AB6D24
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Timestamp: 1351385503
    CSeq: 5 REGISTER
    Contact:
    Expires:  3600
    Supported: path
    Content-Length: 0
    1859402: Oct 27 21:51:47.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone EDT to SIP default timezone = GMT
    1859403: Oct 27 21:51:47.834 EDT: //3542/000000000000/SIP/Info/sipSPISendRegister: Associated container=0x4E3C18B0 to Register
    1859404: Oct 27 21:51:47.834 EDT: //3542/000000000000/SIP/Transport/sipSPISendRegister: Sending REGISTER to the transport layer
    1859405: Oct 27 21:51:47.834 EDT: //3542/000000000000/SIP/Transport/sipSPIGetSwitchTransportFlag: Return the Global configuration, Switch Transport is FALSE
    1859406: Oct 27 21:51:47.834 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: msg=0x4CCD8DC8, addr=77.72.169.134, port=5060, sentBy_port=0, local_addr=, is_req=1, transport=1, switch=0, callBack=0x0
    1859407: Oct 27 21:51:47.834 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    1859408: Oct 27 21:51:47.834 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    1859409: Oct 27 21:51:47.834 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:77.72.169.134, rport:5060 with laddr:
    1859410: Oct 27 21:51:47.834 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: Set to send the msg=0x4CCD8DC8
    1859411: Oct 27 21:51:47.834 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4CCD8DC8, addr=77.72.169.134, port=5060, local_addr=, connId=4 for UDP
    1859412: Oct 27 21:51:47.838 EDT: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    REGISTER sip:sip.voipdiscount.com:5060 SIP/2.0
    Via: SIP/2.0/UDP 99.230.172.76:5060;branch=z9hG4bKED020B5
    From: [email protected]>;tag=59BB550-3A6
    To: [email protected]>
    Date: Sun, 28 Oct 2012 00:51:47 GMT
    Call-ID: C977B084-1FCE11E2-81A4A3AB-85AB6D24
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Timestamp: 1351385507
    CSeq: 5 REGISTER
    Contact:
    Expires:  3600
    Supported: path
    Content-Length: 0
    1859413: Oct 27 21:51:51.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone EDT to SIP default timezone = GMT
    1859414: Oct 27 21:51:51.834 EDT: //3542/000000000000/SIP/Info/sipSPISendRegister: Associated container=0x4E3C18B0 to Register
    1859415: Oct 27 21:51:51.834 EDT: //3542/000000000000/SIP/Transport/sipSPISendRegister: Sending REGISTER to the transport layer
    1859416: Oct 27 21:51:51.834 EDT: //3542/000000000000/SIP/Transport/sipSPIGetSwitchTransportFlag: Return the Global configuration, Switch Transport is FALSE
    1859417: Oct 27 21:51:51.834 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: msg=0x4CCD8DC8, addr=77.72.169.134, port=5060, sentBy_port=0, local_addr=, is_req=1, transport=1, switch=0, callBack=0x0
    1859418: Oct 27 21:51:51.834 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    1859419: Oct 27 21:51:51.838 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    1859420: Oct 27 21:51:51.838 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:77.72.169.134, rport:5060 with laddr:
    1859421: Oct 27 21:51:51.838 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: Set to send the msg=0x4CCD8DC8
    1859422: Oct 27 21:51:51.838 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4CCD8DC8, addr=77.72.169.134, port=5060, local_addr=, connId=4 for UDP
    1859423: Oct 27 21:51:51.842 EDT: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    REGISTER sip:sip.voipdiscount.com:5060 SIP/2.0
    Via: SIP/2.0/UDP 99.230.172.76:5060;branch=z9hG4bKED020B5
    From: [email protected]>;tag=59BB550-3A6
    To: [email protected]>
    Date: Sun, 28 Oct 2012 00:51:51 GMT
    Call-ID: C977B084-1FCE11E2-81A4A3AB-85AB6D24
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Timestamp: 1351385511
    CSeq: 5 REGISTER
    Contact:
    Expires:  3600
    Supported: path
    Content-Length: 0
    1859424: Oct 27 21:51:55.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone EDT to SIP default timezone = GMT
    1859425: Oct 27 21:51:55.834 EDT: //3542/000000000000/SIP/Info/sipSPISendRegister: Associated container=0x4E3C18B0 to Register
    1859426: Oct 27 21:51:55.834 EDT: //3542/000000000000/SIP/Transport/sipSPISendRegister: Sending REGISTER to the transport layer
    1859427: Oct 27 21:51:55.834 EDT: //3542/000000000000/SIP/Transport/sipSPIGetSwitchTransportFlag: Return the Global configuration, Switch Transport is FALSE
    1859428: Oct 27 21:51:55.834 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: msg=0x4CCD8DC8, addr=77.72.169.134, port=5060, sentBy_port=0, local_addr=, is_req=1, transport=1, switch=0, callBack=0x0
    1859429: Oct 27 21:51:55.834 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    1859430: Oct 27 21:51:55.834 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    1859431: Oct 27 21:51:55.834 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:77.72.169.134, rport:5060 with laddr:
    1859432: Oct 27 21:51:55.834 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: Set to send the msg=0x4CCD8DC8
    1859433: Oct 27 21:51:55.834 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4CCD8DC8, addr=77.72.169.134, port=5060, local_addr=, connId=4 for UDP
    1859434: Oct 27 21:51:55.838 EDT: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    REGISTER sip:sip.voipdiscount.com:5060 SIP/2.0
    Via: SIP/2.0/UDP 99.230.172.76:5060;branch=z9hG4bKED020B5
    From: [email protected]>;tag=59BB550-3A6
    To: [email protected]>
    Date: Sun, 28 Oct 2012 00:51:55 GMT
    Call-ID: C977B084-1FCE11E2-81A4A3AB-85AB6D24
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Timestamp: 1351385515
    CSeq: 5 REGISTER
    Contact:
    Expires:  3600
    Supported: path
    Content-Length: 0
    1859435: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling reg_invoke_ip_first_hop()
    1859436: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling ip_best_local_address()
    1859437: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: return addr 99.230.172.76
    1859438: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling reg_invoke_ip_first_hop()
    1859439: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling ip_best_local_address()
    1859440: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: return addr 99.230.172.76
    1859441: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_spi_register_get_rcb: Getting New RCB [0x4C6D2730]
    1859442: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/ccsipGetCCBFromRCB: Retrived CCB pointer [0x0]
    1859443: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_spi_register_free_rcb: Freeing rcb [0x4C6D1BAC]
    1859444: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_register_set_dns_resolved_address: CCSIP_REGISTER:: registrar 0 DNS resolved addr set to 77.72.169.131:5060
    1859445: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/ccsipRegisterStartRCBTimer: Starting timer for pattern  for 3600 seconds
    1859446: Oct 27 21:51:59.834 EDT: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone EDT to SIP default timezone = GMT
    1859447: Oct 27 21:51:59.838 EDT: //3542/000000000000/SIP/Info/sipSPISendRegister: Associated container=0x4E3C18B0 to Register
    1859448: Oct 27 21:51:59.838 EDT: //3542/000000000000/SIP/Transport/sipSPISendRegister: Sending REGISTER to the transport layer
    1859449: Oct 27 21:51:59.838 EDT: //3542/000000000000/SIP/Transport/sipSPIGetSwitchTransportFlag: Return the Global configuration, Switch Transport is FALSE
    1859450: Oct 27 21:51:59.838 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, sentBy_port=0, local_addr=, is_req=1, transport=1, switch=0, callBack=0x41C25300
    1859451: Oct 27 21:51:59.838 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    1859452: Oct 27 21:51:59.838 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    1859453: Oct 27 21:51:59.838 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:77.72.169.131, rport:5060 with laddr:
    1859454: Oct 27 21:51:59.838 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: Set to send the msg=0x4CCD8DC8
    1859455: Oct 27 21:51:59.838 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, local_addr=, connId=2 for UDP
    1859456: Oct 27 21:51:59.842 EDT: //3542/000000000000/SIP/State/sipSPIChangeState: 0x4B6533C0 : State change from (SIP_STATE_OUTGOING_REGISTER, SUBSTATE_NONE)  to (SIP_STATE_OUTGOING_REGISTER, SUBSTATE_NONE)
    1859457: Oct 27 21:51:59.846 EDT: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    REGISTER sip:sip.voipdiscount.com:5060 SIP/2.0
    Via: SIP/2.0/UDP 99.230.172.76:5060;branch=z9hG4bKED020B5
    From: [email protected]>;tag=59BB550-3A6
    To: [email protected]>
    Date: Sun, 28 Oct 2012 00:51:59 GMT
    Call-ID: C977B084-1FCE11E2-81A4A3AB-85AB6D24
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Timestamp: 1351385519
    CSeq: 5 REGISTER
    Contact:
    Expires:  3600
    Supported: path
    Content-Length: 0
    1859458: Oct 27 21:51:59.990 EDT: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone EDT to SIP default timezone = GMT
    1859459: Oct 27 21:51:59.990 EDT: //3542/000000000000/SIP/Info/sipSPISendRegister: Associated container=0x4E3C18B0 to Register
    1859460: Oct 27 21:51:59.990 EDT: //3542/000000000000/SIP/Transport/sipSPISendRegister: Sending REGISTER to the transport layer
    1859461: Oct 27 21:51:59.990 EDT: //3542/000000000000/SIP/Transport/sipSPIGetSwitchTransportFlag: Return the Global configuration, Switch Transport is FALSE
    1859462: Oct 27 21:51:59.990 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, sentBy_port=0, local_addr=, is_req=1, transport=1, switch=0, callBack=0x0
    1859463: Oct 27 21:51:59.990 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    1859464: Oct 27 21:51:59.990 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    1859465: Oct 27 21:51:59.990 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:77.72.169.131, rport:5060 with laddr:
    1859466: Oct 27 21:51:59.990 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: Set to send the msg=0x4CCD8DC8
    1859467: Oct 27 21:51:59.990 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, local_addr=, connId=2 for UDP
    1859468: Oct 27 21:51:59.994 EDT: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    REGISTER sip:sip.voipdiscount.com:5060 SIP/2.0
    Via: SIP/2.0/UDP 99.230.172.76:5060;branch=z9hG4bKED020B5
    From: [email protected]>;tag=59BB550-3A6
    To: [email protected]>
    Date: Sun, 28 Oct 2012 00:51:59 GMT
    Call-ID: C977B084-1FCE11E2-81A4A3AB-85AB6D24
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Timestamp: 1351385519
    CSeq: 5 REGISTER
    Contact:
    Expires:  3600
    Supported: path
    Content-Length: 0
    1859469: Oct 27 21:52:00.290 EDT: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone EDT to SIP default timezone = GMT
    1859470: Oct 27 21:52:00.290 EDT: //3542/000000000000/SIP/Info/sipSPISendRegister: Associated container=0x4E3C18B0 to Register
    1859471: Oct 27 21:52:00.290 EDT: //3542/000000000000/SIP/Transport/sipSPISendRegister: Sending REGISTER to the transport layer
    1859472: Oct 27 21:52:00.290 EDT: //3542/000000000000/SIP/Transport/sipSPIGetSwitchTransportFlag: Return the Global configuration, Switch Transport is FALSE
    1859473: Oct 27 21:52:00.290 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, sentBy_port=0, local_addr=, is_req=1, transport=1, switch=0, callBack=0x0
    1859474: Oct 27 21:52:00.290 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    1859475: Oct 27 21:52:00.294 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    1859476: Oct 27 21:52:00.294 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:77.72.169.131, rport:5060 with laddr:
    1859477: Oct 27 21:52:00.294 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: Set to send the msg=0x4CCD8DC8
    1859478: Oct 27 21:52:00.294 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, local_addr=, connId=2 for UDP
    1859479: Oct 27 21:52:00.294 EDT: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    REGISTER sip:sip.voipdiscount.com:5060 SIP/2.0
    Via: SIP/2.0/UDP 99.230.172.76:5060;branch=z9hG4bKED020B5
    From: [email protected]>;tag=59BB550-3A6
    To: [email protected]>
    Date: Sun, 28 Oct 2012 00:52:00 GMT
    Call-ID: C977B084-1FCE11E2-81A4A3AB-85AB6D24
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Timestamp: 1351385520
    CSeq: 5 REGISTER
    Contact:
    Expires:  3600
    Supported: path
    Content-Length: 0
    1859480: Oct 27 21:52:00.891 EDT: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone EDT to SIP default timezone = GMT
    1859481: Oct 27 21:52:00.891 EDT: //3542/000000000000/SIP/Info/sipSPISendRegister: Associated container=0x4E3C18B0 to Register
    1859482: Oct 27 21:52:00.891 EDT: //3542/000000000000/SIP/Transport/sipSPISendRegister: Sending REGISTER to the transport layer
    1859483: Oct 27 21:52:00.891 EDT: //3542/000000000000/SIP/Transport/sipSPIGetSwitchTransportFlag: Return the Global configuration, Switch Transport is FALSE
    1859484: Oct 27 21:52:00.891 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, sentBy_port=0, local_addr=, is_req=1, transport=1, switch=0, callBack=0x0
    1859485: Oct 27 21:52:00.891 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    1859486: Oct 27 21:52:00.891 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    1859487: Oct 27 21:52:00.891 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:77.72.169.131, rport:5060 with laddr:
    1859488: Oct 27 21:52:00.891 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: Set to send the msg=0x4CCD8DC8
    1859489: Oct 27 21:52:00.891 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, local_addr=, connId=2 for UDP
    1859490: Oct 27 21:52:00.899 EDT: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    REGISTER sip:sip.voipdiscount.com:5060 SIP/2.0
    Via: SIP/2.0/UDP 99.230.172.76:5060;branch=z9hG4bKED020B5
    From: [email protected]>;tag=59BB550-3A6
    To: [email protected]>
    Date: Sun, 28 Oct 2012 00:52:00 GMT
    Call-ID: C977B084-1FCE11E2-81A4A3AB-85AB6D24
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Timestamp: 1351385520
    CSeq: 5 REGISTER
    Contact:
    Expires:  3600
    Supported: path
    Content-Length: 0
    1859491: Oct 27 21:52:02.091 EDT: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone EDT to SIP default timezone = GMT
    1859492: Oct 27 21:52:02.091 EDT: //3542/000000000000/SIP/Info/sipSPISendRegister: Associated container=0x4E3C18B0 to Register
    1859493: Oct 27 21:52:02.091 EDT: //3542/000000000000/SIP/Transport/sipSPISendRegister: Sending REGISTER to the transport layer
    1859494: Oct 27 21:52:02.091 EDT: //3542/000000000000/SIP/Transport/sipSPIGetSwitchTransportFlag: Return the Global configuration, Switch Transport is FALSE
    1859495: Oct 27 21:52:02.091 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, sentBy_port=0, local_addr=, is_req=1, transport=1, switch=0, callBack=0x0
    1859496: Oct 27 21:52:02.091 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    1859497: Oct 27 21:52:02.091 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    1859498: Oct 27 21:52:02.091 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:77.72.169.131, rport:5060 with laddr:
    1859499: Oct 27 21:52:02.091 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: Set to send the msg=0x4CCD8DC8
    1859500: Oct 27 21:52:02.091 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, local_addr=, connId=2 for UDP
    1859501: Oct 27 21:52:02.099 EDT: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    REGISTER sip:sip.voipdiscount.com:5060 SIP/2.0
    Via: SIP/2.0/UDP 99.230.172.76:5060;branch=z9hG4bKED020B5
    From: [email protected]>;tag=59BB550-3A6
    To: [email protected]>
    Date: Sun, 28 Oct 2012 00:52:02 GMT
    Call-ID: C977B084-1FCE11E2-81A4A3AB-85AB6D24
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Timestamp: 1351385522
    CSeq: 5 REGISTER
    Contact:
    Expires:  3600
    Supported: path
    Content-Length: 0
    1859502: Oct 27 21:52:04.491 EDT: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone EDT to SIP default timezone = GMT
    1859503: Oct 27 21:52:04.491 EDT: //3542/000000000000/SIP/Info/sipSPISendRegister: Associated container=0x4E3C18B0 to Register
    1859504: Oct 27 21:52:04.491 EDT: //3542/000000000000/SIP/Transport/sipSPISendRegister: Sending REGISTER to the transport layer
    1859505: Oct 27 21:52:04.491 EDT: //3542/000000000000/SIP/Transport/sipSPIGetSwitchTransportFlag: Return the Global configuration, Switch Transport is FALSE
    1859506: Oct 27 21:52:04.491 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, sentBy_port=0, local_addr=, is_req=1, transport=1, switch=0, callBack=0x0
    1859507: Oct 27 21:52:04.491 EDT: //3542/000000000000/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    1859508: Oct 27 21:52:04.491 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    1859509: Oct 27 21:52:04.491 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:77.72.169.131, rport:5060 with laddr:
    1859510: Oct 27 21:52:04.491 EDT: //3542/000000000000/SIP/Transport/sipTransportLogicSendMsg: Set to send the msg=0x4CCD8DC8
    1859511: Oct 27 21:52:04.491 EDT: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4CCD8DC8, addr=77.72.169.131, port=5060, local_addr=, connId=2 for UDP
    1859512: Oct 27 21:52:04.495 EDT: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:

  • Sip 500 Internal Server Error Reason: Q.850;cause=16

    Please help in understanding what is wrong in the config .Incoming calls don't work.
    show run:
    voice service voip
    ip address trusted list
      ipv4 87.226.136.164 255.255.255.255
      ipv4 172.16.24.0 255.255.255.0
      ipv4 188.254.68.66 255.255.255.255
      ipv4 188.254.68.67 255.255.255.255
      ipv4 188.254.69.66 255.255.255.255
      ipv4 188.254.69.67 255.255.255.255
      ipv4 46.38.52.68 255.255.255.255
    address-hiding
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    supplementary-service h450.12
    no supplementary-service sip moved-temporarily
    no supplementary-service sip refer
    redirect ip2ip
    fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback cisco
    sip
    voice class codec 1
    codec preference 1 g729br8
    codec preference 2 g729r8
    codec preference 3 g711alaw
    codec preference 4 g711ulaw
    voice class codec 2
    codec preference 1 g711ulaw
    codec preference 2 g711alaw
    codec preference 3 g729r8
    codec preference 4 g729br8
    voice translation-rule 1
    rule 1 /XXX5397962/ /1999/
    voice translation-rule 2
    rule 1 /XXX55317577/ /1999/
    voice translation-rule 3
    rule 1 /5555317884/ /1999/
    voice translation-profile ROS
    translate called 1
    voice translation-profile ROS2
    translate called 2
    voice translation-profile ROS3
    translate called 3
    interface FastEthernet0/0
    ip address 178.208.X.X 255.255.255.248
    ip access-group INBOUND in
    no ip unreachables
    ip verify unicast reverse-path
    ip nat outside
    ip inspect IPFW in
    ip inspect IPFW out
    ip virtual-reassembly in
    duplex auto
    speed auto
    no cdp enable
    interface FastEthernet0/1
    no ip address
    ip nat inside
    ip virtual-reassembly in
    duplex auto
    speed auto
    interface FastEthernet0/1.1
    encapsulation dot1Q 1 native
    ip address 10.110.0.200 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    interface FastEthernet0/1.2
    encapsulation dot1Q 2
    ip address 172.16.24.254 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    h323-gateway voip interface
    h323-gateway voip bind srcaddr 172.16.24.254
    ip dns server
    ip nat inside source list NAT interface FastEthernet0/0 overload
    ip route 0.0.0.0 0.0.0.0 178.208.X.X
    ip route 192.168.0.0 255.255.0.0 Null0 254
    sccp local FastEthernet0/1.2
    sccp ccm 172.16.24.101 identifier 1 version 7.0
    sccp
    sccp ccm group 1
    associate ccm 1 priority 1
    associate profile 1 register XCODE123456
    keepalive retries 1
    keepalive timeout 10
    switchover method immediate
    switchback method immediate
    dspfarm profile 1 transcode
    codec g711ulaw
    codec g711alaw
    codec g729ar8
    codec g729abr8
    codec g729r8
    codec g729br8
    maximum sessions 6
    associate application SCCP
    dial-peer voice 10000 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS
    destination-pattern 74955397962
    session protocol sipv2
    session target ipv4:87.226.136.164
    session transport udp
    incoming called-number XXXX5397962
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10010 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS2
    destination-pattern XXX55317577
    session protocol sipv2
    session target ipv4:87.226.136.164
    session transport udp
    incoming called-number 75555317577
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10020 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS3
    preference 1
    destination-pattern 5555317884
    session protocol sipv2
    session target ipv4:188.254.68.66
    session transport udp
    incoming called-number 5555317884
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10021 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS
    preference 2
    destination-pattern 5555317884
    session protocol sipv2
    session target ipv4:188.254.69.66
    session transport udp
    incoming called-number 5555317884
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 2 voip
    tone ringback alert-no-PI
    description to CUCM_PUB
    destination-pattern 1...
    session target ipv4:172.16.24.101
    voice-class codec 2
    dtmf-relay rtp-nte
    debug ccsip all:
    c2801#
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 1
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWNewConnMsg: context=0x0
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    INVITE sip:[email protected];user=phone SIP/2.0
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a(STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/T3c000c-1
    Call-ID: isbc6994325518770806443-1385214296-16204
    Fransport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 5060
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone MSK to SIP default timezone = GMT
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 929rom:
    <sip:[email protected];user=phone>;tag=sbc09026994325from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 5060
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone MSK to SIP default timezone = GMT
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 518770806443
    ddress_to_bind: return addr 178.208.X.Xone>
    06:19:26: //-1/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 5060
    0
    CSeq: 1 INVITE
    Min-SE: 90
    Session-Expires: 3600;refresher=u6:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Convac
    Contact: <sip:[email protected]:9290;user=phone>
    A //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: rellow: INVITE,CANCEL,BYE,ACK,REFER,UPDATE,INFO,PRACK
    Supported:turn addr 178.208.X.X
    06:19:26: //-1/EE5EC9DD8170/SIP/St timer,100rel
    Diversion: <sip:[email protected]>;privacyate/sipSPIChangeState: 0x6A874E70 : State change from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1,
    Sen=off;screen=no;reason=unknown,<sip:[email protected]>;priv6:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponsacy=off;screen=no;reason=unknown
    Max-Forwards: 70
    User-AgenteInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Tra: VCS 5.8.2.56-03
    Content-Length: 393
    Content-Type: applicatnsport 1, SentBy Port 9290ion/sdp
    v=0
    o=- 12060 26053 IN IP4 188.254.68.67
    s=SBC call
    c=IN IP4 188.254.68.67
    t=0 0
    m=audio 24402 RTP/AVP 8 0 18 98 96 97 101
    a=rtpmap:98 G.729a/8000
    a=rtpmap:96 G.729ab/8000
    a=rtpmap:97 G.729b/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=fmtp:18 annexb=no
    a=ptime:10
    a=X-vrzcap:vbd Ver=1 Mode=FaxPr ModemRtpRed=0
    a=X-vrzcap:identification bin=DSR2866 Prot=mgcp App=MG
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_new_msg_preprocessor: Checking Invite Dialog
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAddContextToTable: Added context(0x6A874E70) with key=[52] to table
    06:19:26: //-1/000000000000/SIP/Info/sipSPI_ipip_vcc_Initialization:  Entry...
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling reg_invoke_ip_first_hop()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling ip_best_local_address()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: return addr 178.208.X.X
    06:19:26: //-1/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_NONE, SUBSTATE_NONE)  to
    c2801#L
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToUASReqTable: ****Adding to UAS Request table.
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToTable: Added to table. ccb=0x6
    c2801#a
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIMatchSrcIp
    c2801#mat: VIA URL:sip:188.254.68.66:9290, Host:188.254.68.66
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetShrlPeer: Try match incoming dialpeer for Calling number: : 9067259847
    06:19:26:ched for incoming call
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Precondition tag absent in Require/Supported h
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetFromCalledPartyId: P-Called-Party-ID header not found
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetPeerByCalledPartyId: P-Called-Party-ID not found or parse error
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: No match found for P-Called-Party-ID
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Peer tag 10020 matched for incoming call
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Precondition tag absent in Require/Supported header
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling reg_invoke_ip_first_hop()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling ip_best_local_address()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: return addr 178.208.X.X
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Precondition tag absent in Require/Supported header
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Checking Video Type Rate=-1 video_codec_allowed=1F
    06:19:26: //-1/EE5EC9DD8170/SIP/Media/sipSPICopyStunConfigFromPeerToCCB: Firewall traversal is not enabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetModemInfoPerCall: peer_callID=0
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: xcoder high-density disabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Flow Mode set to FLOW_THROUGH
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Media forking disabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: Calling name , number 9067259847, Calling oct3 0x00, oct_3a 0x80, ext_priv 0x00, Called number
    5555317884, oct3 0x00
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: Carrier id code , prev_cid NONE, next_cid NONE, prev_tgrp NONE, next_tgrp NONE
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: Requires reliable-provisional support
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIValidateRequestUri: Not Enabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIRscmsmAvail: Value returned by check is = 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_IsSDPPassthruEnabled:  - 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_GetHdrPassthruCfg: Hdr passthrough config:1 tag:0
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SESSION_REFRESH_REQ
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: dir:2, method:102, resp_code:0, container:6A01759C
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLExtractSessionExpiresHdr:
    Session-Expires value: 3600 refresher: uac
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLExtractMinSEHdr: Min-SE Duration: 90
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLGetInternalSREvent: E_STSL_INITIAL_SR_REQ
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLInitialSRReqPeerEventGen: sending received session expires to the peer leg
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLPrintTDContainer: Peer-Event: E_STSL_PASS_ST_PARAMS, SE Value:3600, SE Refresher:uac, Min-SE Value:1800,
    flags:2001
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLMain:
            SE: 3600;refresher:uac peer refresher:none, flags:2001, posted event:E_STSL_INVALID_PEER_EVENT, reason:4
            Configured SE:1800, Configured Min-SE:1800
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessHistoryInfoHeader: No HI headers recvd from app container
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessReplacesHeader: No replaces hdr found
    SIP: Warning: Unrecognized attribute (X-vrzcap)
    SIP: Warning: Unrecognized attribute (X-vrzcap)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoMediaNegotiation: Number of m-lines = 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIValidateConnectionAddress: Dest port = 24402
    SIP: (129) Attribute mid, level 1 instance 1 not found.
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_media_ip_address_to_bind: calling reg_invoke_ip_first_hop()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_media_ip_address_to_bind: calling ip_best_local_address()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_media_ip_address_to_bind: return addr 178.208.X.X
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 178.208.X.X
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(98) reserved for codec g729r8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(98) reserved for codec g729r8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(96) reserved for codec g729abr8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(96) could not be reserved
                              as its in use by other codec g729abr8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPT: Requested payload-Type (96) is  reserved by another application
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 96
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAllocateFreeDynamicPT: Allocating free Dynamic Payload : 99 for Codec:
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(97) reserved for codec g729br8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(97) could not be reserved
                              as its in use by other codec g729br8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPT: Requested payload-Type (97) is  reserved by another application
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 97
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAllocateFreeDynamicPT: Allocating free Dynamic Payload : 102 for Codec:
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(101) reserved for codec No Codec 
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 99
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(101) could not be reserved
                              as its in use by other codec No Codec 
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPT: Requested payload-Type (101) is  reserved by another application
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 103
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 101
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAllocateFreeDynamicPT: Allocating free Dynamic Payload : 101 for Codec:
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoAudioNegotiation: Codec (g711ulaw) Negotiation Successful on Static Payload for m-line 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoPtimeNegotiation: One ptime attribute found - value:10
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/convert_ptime_to_codec_bytes: Values :Codec: g711ulaw ptime :10, codecbytes: 80
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711ulaw codecbytes :80, ptime: 10
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPIDoPtimeNegotiation: Offered ptime:10, Negotiated ptime:10 Negotiated codec bytes: 80 for codec g711ulaw
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPISetFaxFlags: FAX_PASSTHROUGH = 0, END_FAX_PASSTHROUGH = 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoDTMFRelayNegotiation: m-line index 1
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(101) reserved for codec
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIReserveRtpNtePayload: Reserved the payload type 101 for RTP-NTE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoDTMFRelayNegotiation: RTP-NTE DTMF relay option
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoDTMFRelayNegotiation: Case of partial named event(NE) match in fmtp list of events.
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sip_sdp_get_modem_relay_cap_params: V150 NSE payload = 0, SSE payload = 0, SPRT payload=0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sip_select_modem_relay_params: X-tmr not present in SDP. Disable modem relay
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIGetSDPDirectionAttribute: No direction attribute present or multiple direction attributes that can't be handled for m-
    line:1 and num-a-lines:0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoAudioNegotiation: Codec negotiation successful for media line 1
            payload_type=0, codec_bytes=80, codec=g711ulaw, dtmf_relay=rtp-nte
            stream_type=voice+dtmf (1), dest_ip_address=188.254.68.67, dest_port=24402
    06:19:26: //129/EE5EC9DD8170/SIP/State/sipSPIChangeStreamState: Stream (callid =  -1)  State changed from (STREAM_DEAD) to (STREAM_ADDING)
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPIUpdCallWithSdpInfo:
            Preferred Codec        : g711ulaw, bytes :160
            Preferred  DTMF relay  : rtp-nte
            Preferred NTE payload  : 101
            Early Media            : No
            Delayed Media          : No
            Bridge Done            : No
            New Media              : No
            DSP DNLD Reqd          : No
    06:19:26: //129/EE5EC9DD8170/SIP/Info/resolve_media_ip_address_to_bind: Media already bound, use existing source_media_ip_addr
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 178.208.X.X
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    callId 129 peer 0 flags 0x201 state STATE_IDLE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_vcc_ProcessXcoderNeeded: xcoder_attached not yet initialised for this call.
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer: Xcoder not yet used for the call
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    CallID 129, Peer CallID 0, sdp 0x69EC3234 channels 0x6A8763C4
    06:19:26: //129/EE5EC9DD8170/SIP/Info/copy_channels:
    callId 129 size 0 ptr 0x6899F6D4)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    CCB t38 version 0 ipip_caps version 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    CCB fax rate 2 ipip_caps rate 14400
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: reset the  switch..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 8 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g711alaw
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:
    Codec to be matched: 6
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found: No match for the codecs found..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 0 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g711ulaw
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:
    Codec to be matched: 5
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:  codecs[i] = 5 & codec = 5 are same..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: ADD AUDIO CODEC 5
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711ulaw codecbytes :80, ptime: 10
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Media negotiation done: stream->negotiated_ptime=10,stream->negotiated_codec_bytes=80,
    coverted ptime=10 stream->mline_index=1, media_ndx=1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    failed to update call entry
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Adding codec 5 ptype 0 time 10, bytes 80  as channel 0 mline 1 ss 1 188.254.68.67:24402
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 18 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPISelectCodecVersion: Codec (g729r8) is not in preferred list
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: An exact codec match not configured, using interoperable codec g729r8
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g729r8
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:
    Codec to be matched: 16
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found: No match for the codecs found..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 98 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 96 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 97 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 101 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: setting ipip_caps DTMF to RFC2833: callid = 129, dtmf = 6
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Copy sdp to channel- AFTER CODEC FILTERING: ccb->pld.ipip_caps.codecInfo[channel_ndx].codec
    = 5
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Copy sdp to channel- AFTER CODEC FILTERING: ccb->pld.ipip_caps.codecInfo[channel_ndx].codec
    = -1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    callId 129 flags 0x100 state STATE_IDLE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    Report initial call media
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer: ccb->flags 0x804000C, ccb->pld.flags_ipip 0x201
    06:19:26: //129/EE5EC9DD8170/SIP/Info/copy_channels:
    callId 129 size 240 ptr 0x69E20A34)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    CCSIP: Unable to report channel ind
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_update_srtp_caps:  5798: Posting Remote SRTP caps to other callleg.
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer: do cc_api_caps_ind()
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPIUpdCallWithSdpInfo:
              Stream type            : voice+dtmf
              Media line             : 1
              State                  : STREAM_ADDING (2)
              Stream address type    : 1
              Callid                 : -1
              Negotiated Codec       : g711ulaw, bytes :80
              Nego. Codec payload    : 0 (tx), 0 (rx)
              Negotiated DTMF relay  : rtp-nte
              Negotiated NTE payload : 101 (tx), 101 (rx)
              Negotiated CN payload  : 0
              Media Srce Addr/Port   : [178.208.X.X]:0
              Media Dest Addr/Port   : [188.254.68.67]:24402
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIHandleInviteMedia:
    Negotiated Codec       : g711ulaw, bytes :80
    Preferred Codec        : g711ulaw, bytes :160
    Preferred  DTMF relay 1 : 6
    Preferred  DTMF relay 2 : 0
    Negotiated DTMF relay   : 6
    Preferred and Negotiated NTE payloads: 101 101
    Preferred and Negotiated NSE payloads: 100 0
    Preferred and Negotiated Modem Relay: 0 0
    Preferred and Negotiated V150.1 Modem Passthrough: 0 0
    Preferred and Negotiated V150.1 Modem Relay: 0 0
    Preferred and Negotiated Modem Relay GwXid: 1 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoQoSNegotiationWithMediaLine: QOS negotiation for mline_index 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoStreamQoSNegotiation: Best effort
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPICanSetFallbackFlag: Local Fallback is not active
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Media/sipSPIReserveRtpPort: reserved port 17550 for stream 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpFixedPart: Reserving rtp port for stream 1, src_port=17550
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetMediaDirectionForStream: Setting Media direction SENDRECV for stream 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpVariablePart: Setting stream 1 portnum to 17550
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpVariablePart:
    SIP update src sdp, negoitated codec 5, payload type 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpVariablePart: Negotiated method of dtmf relayand pyld: 6 101
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIAddBillingInfoToCcb: sipCallId for billing records = isbc6994325518770806443-1385214296-16204
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContentCPA: No CPA found in inbound container
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessCPA: No x-cisco-cpa content found
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_GetHdrPassthruCfg: Hdr passthrough config:1 tag:0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_IsContentPassthruEnabled:  - 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_ExtractPassthruContentFromSipContainer: Passthru Content Not Enabled
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_store_channel_info: Store channelInfo in CallInfo
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_store_channel_info: dtmf negotiation done, storing negotiated dtmf = 6,
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIShrlCall: Check peer: 10020 for Shared-Line call, callid: 129
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_set_bearer_capability:
       Bearer Capability: Speech (0x00)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContentQSIG: No QSIG Body found in inbound container
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContentQ931: No RawMsg Body found in inbound container
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICreateNewRawMsg: No Data to form The Raw Message
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: ccsip_api_call_setup_ind returned: SIP_SUCCESS
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUaddccCallIdToTable: Adding call id 81 to table
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SESSION_REFRESH_RESP
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: dir:1, method:102, resp_code:100, container:6A0173E4
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLValidateSessRefreshMsg: Ignoring 1xx response for session timer processing
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPISendInviteResponse: Associated container=0x6A0173E4 to Invite Response 100
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: msg=0x6A5A1A34, addr=188.254.68.66, port=9290, sentBy_port=9290, local_addr=, is_req=0,
    transport=1, switch=0, callBack=0x0
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Trying to send resp=0x6A5A1A34 to default port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostRequestConnection: Posting UDP conn create request for addr=188.254.68.66, port=9290, context=0x68ABB118
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportSetConnWaitTimer: Wait timer set for connection=0x68ABCB0C,addr=188.254.68.66, port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportSetConnWaitTimer:
    Wait Conn Timer started for 5000 msec
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipCreateConnInstance: Created new initiated conn=0x68ABCB0C, connid=-1, addr=188.254.68.66, port=9290, local_addr=,
    transport=UDP
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:188.254.68.66, rport:9290 with laddr:
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipInstanceGetConnectionId: Registering gcb=0x6A874E70 with connection=0x68ABCB0C
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Waiting for Connection for sending msg=0x6A5A1A34
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: Deferred sending msg=0x6A5A1A34
    06:19:26: //129/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_IDLE, SUBSTATE_NONE)  to (STATE_RECD_INVITE, SUBSTATE_NONE)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessContactInfo: Previous Hop 188.254.68.66:9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_CALL_PROCEEDING
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler: switch(ev.ev_id: 165)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_event_handler:
    ccsip_event_handler: peer ID 130 chans 0x6780D478 event 165 flags 0x844001C 0x100 0x601 data 0x6780D478
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_event_handler:
    ccsip_event_handler: CC_EV_H245_SET_MODE: peer ID 130 chans 0x6780D478 event 165 flags 0x844001C 0x100 0x601 data 0x6780D478, type = 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_gw_set_sipspi_mode: Setting SPI mode to SIP-H323
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SET_MODE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLMain:
            SE: 3600;refresher:uac peer refresher:none, flags:2001, posted event:E_STSL_INVALID_PEER_EVENT, reason:4
            Configured SE:1800, Configured Min-SE:1800
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler: CC_R_SUCCESS_WITH_CONFIRMED
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 3 for event 3
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 58
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWConnectionCreated: context=0x68ABB118
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerProcessConnCreated: gConnTab=0x68ABB118, addr=188.254.68.66, port=9290, local_addr=, connid=3,
    transport=UDP
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerProcessConnCreated: connection instance created for addr:188.254.68.66, port:9290 local_addr=
    local_port=57282
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportStopConnWaitTimer: Wait timer stopped for connection=0x68ABCB0C,addr=188.254.68.66, port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipInstanceHandleConnectionCreated: Moving connection=0x68ABCB0C, connid=3 state to established. local_addr=,
    local_port=57282
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportPostInternalMsg: Posting Internal Msg type=0
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 63
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x6A5A1A34, addr=188.254.68.66, port=9290, local_addr=, connId=3 for UDP
    06:19:26: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-1
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>
    Date: Sat, 23 Nov 2013 13:42:29 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_CALL_ALERTING
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Error/ccsip_call_service_msg: ccb NULL, unable to update the callinfo ui parameters
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_MEDIA_EVENT
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 3 for event 5
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIAddCiscoGcid: Fatal Error in parsing CCB/Msg
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIStoreTunnelData: Container /RawMessage Absent
    06:19:26: //129/EE5EC9DD8170/SIP/Error/sipSPI_ipip_set_history_info_header: Not SIP2SIP mode
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToUASRespTable: ****Adding to UAS Response table.
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToTable: Added to table. ccb=0x6A874E70 key=isbc6994325518770806443-1385214296-1620415B6280-0
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SESSION_REFRESH_RESP
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: dir:1, method:102, resp_code:180, container:6A017B1C
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLValidateSessRefreshMsg: Ignoring 1xx response for session timer processing
    06:19:26: //129/EE5EC9DD8170/SIP/Event/sipSPICreateRpid: Received Octet3A=0x00 -> Setting ;screen=no ;privacy=off
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPISendInviteResponse: Associated container=0x6A017B1C to Invite Response 180
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPISendInviteResponse: Sending 180 Response to the Transport Layer
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: msg=0x6A5A1A34, addr=188.254.68.66, port=9290, sentBy_port=9290, local_addr=, is_req=0,
    transport=1, switch=0, callBack=0x618A57B8
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Trying to send resp=0x6A5A1A34 to default port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:188.254.68.66, rport:9290 with laddr:
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Connection obtained...sending msg=0x6A5A1A34
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x6A5A1A34, addr=188.254.68.66, port=9290, local_addr=, connId=3 for UDP
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sentInviteResponse18x: Sent a 18x Response
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sentInviteResponse18x: Transaction active. Facilities will be queued.
    06:19:26: //129/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_RECD_INVITE, SUBSTATE_NONE)  to (STATE_SENT_ALERTING, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 3 for event 30ty-ID:
    <sip:[email protected]>;party=called;screen=no;privacy=off
    Contact: <sip:[email protected]:5060>
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    06:19:27: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:27: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:27: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-2
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    Server: Cisco-SIPGateway/IOS-12.x
    CSeq: 2 PRACK
    Content-Length: 0
    06:19:27: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    UPDATE sip:[email protected]:9290;user=phone SIP/2.0
    Via: SIP/2.0/UDP 178.208.X.X:5060;branch=z9hG4bK120
    From: <sip:[email protected];user=phone>;tag=15B6280-0
    To: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Timestamp: 1385214150
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 UPDATE
    Contact: <sip:[email protected]:5060>
    Min-SE:  1800
    Remote-Party-ID: <sip:[email protected]>;party=called;screen=yes;privacy=off
    Content-Length: 0
    06:19:27: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-2
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    Server: Cisco-SIPGateway/IOS-12.x
    CSeq: 2 PRACK
    Content-Length: 0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:31: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 500 Internal Server Error
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-1
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Reason: Q.850;cause=16
    Content-Length: 0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 1
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWNewConnMsg: context=0x0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    ACK sip:[email protected];user=phone SIP/2.0
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-1
    Call-ID: isbc6994325518770806443-1385214296-16204
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    CSeq: 1 ACK
    Max-Forwards: 70
    Content-Length: 0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_new_msg_preprocessor: Checking Invite Dialog
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIFindCcbUASRespTable: *****CCB found in UAS Response table. ccb=0x6A874E70
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIUdeleteCcbFromTable: Deleting from table. ccb=0x6A874E70 key=isbc6994325518770806443-1385214296-1620415B6280-0
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIFlushEventBufferQueue: There are 0 events on the internal queue that are going to be free'd
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIStopRequestPendingTimer: Stopping Request Pending Timer
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_free_codec_profile: Codec Profiles Freed
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIUfreeOneCCB: Freeing ccb 6A874E70
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContextFromTable: NO context for key[52]
    c2801#
    c2801#

    Hi Ahmed,
    Looking at the logs, it seems some important messages are missing..
    can you please again collect the following debugs ?
    - debug voip ccapi inout
    - debug ccsip all
    - debug voice translation
    Thanks,
    Piyush

  • SIP Registration Request not reaching provider

    I have a home lab setup and recently decided to add PSTN access via a SIP trunk and termination. I got the applicable information from the provider, set up the IOS configuration, but I'm not registering. I checked the CCSIP messages logs, no response. I talked to the provider, they are not getting my messages at all. Other traffic to and from the internet passes just fine (including SSL VPN). 
    I've talked to my ISP many times, and they continually insist they do not block any traffic except port 25. 
    Here is the applicable configuration:
     sip
      bind control source-interface Vlan1
      bind media source-interface Vlan1
      session transport tcp
      header-passing
      no call service stop
    sip-ua
     credentials username XXXXXXXXX password 7 XXXXXXXXXXX realm XXXX
     authentication username XXXXXXXXXXX password 7 XXXXXXXXXXXX
     registrar ipv4:XX.XX.XX.XXX expires 3600
     sip-server ipv4:XX.XX.XX.XXX
    (the source button puts the whole post in source tags... annoying)
    And here's the debug output from ccsip all:
    Apr 10 21:17:33.091: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone CDT to SIP default timezone = GMT
    Apr 10 21:17:33.091: //594/000000000000/SIP/Info/sipSPISendRegister: Associated container=0x4F7E3670 to Register
    Apr 10 21:17:33.091: //594/000000000000/SIP/Transport/sipSPISendRegister: Sending REGISTER to the transport layer
    Apr 10 21:17:33.091: //594/000000000000/SIP/Transport/sipSPIGetSwitchTransportFlag: Return the Global configuration, Switch Transport is FALSE
    Apr 10 21:17:33.091: //594/000000000000/SIP/Transport/sipSPITransportSendMessage: msg=0x4F3BB008, addr=XX.XX.XX.XX, port=5060, sentBy_port=0, local_addr=10.XX.XX.XX, is_req=1, transport=1, switch=0, callBack=0x0
    Apr 10 21:17:33.091: //594/000000000000/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    Apr 10 21:17:33.091: //594/000000000000/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    Apr 10 21:17:33.091: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:Xx.XX.XX.XX, rport:5060 with laddr:Xx.XX.XX.Xx
    Apr 10 21:17:33.091: //594/000000000000/SIP/Transport/sipTransportLogicSendMsg: Set to send the msg=0x4F3BB008
    Apr 10 21:17:33.091: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x4F3BB008, addr=XX.XX.XX.XX, port=5060, local_addr=10.Xx.XX.XX, connId=3 for UDP
    I took out the message because I don't think it's relevant, and has too many IPs to XX out :)
    Apr 10 21:17:37.091: //594/000000000000/SIP/Error/act_sent_register_wait_100: act_sent_register_wait_100: Out of retries
    Apr 10 21:17:37.091: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIDecrementOverloadCount: Count:Local 0 Global 1
    Apr 10 21:17:37.091: //594/000000000000/SIP/Error/ccsip_api_register_result_ind: Message Code Class 4xx Method Code 100 received for REGISTER
    Apr 10 21:17:37.091: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_register_reset_dns_cache: CCSIP_REGISTER:: registrar 0 DNS resolved addr reset
    Apr 10 21:17:37.091: //594/000000000000/SIP/Error/ccsip_api_register_result_ind: SIP Registration Retries Exhausted
    Apr 10 21:17:37.091: //594/000000000000/SIP/Info/sipSPIRegPthruProcessResponse: Processing response w/ resp code == 408
    Apr 10 21:17:37.091: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetRPCBFromRCB: Retreiving RCB [0x4FA37D28] from RPCB [0x0]
    Apr 10 21:17:37.091: //594/000000000000/SIP/Error/sipSPIRegPthruProcessResponse: Error NO RPCB
    Apr 10 21:17:37.091: //-1/xxxxxxxxxxxx/SIP/Info/ccsipRegisterStartRCBTimer: Starting timer for pattern XXXXXXXX for 180 seconds
    Apr 10 21:17:37.091: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIDeleteContextFromTable: Context for key=[576] removed.
    Apr 10 21:17:37.091: //594/000000000000/SIP/Info/sipSPIUdeleteCcbFromUACTable: ****Deleting from UAC table.
    Apr 10 21:17:37.091: //594/000000000000/SIP/Info/sipSPIUdeleteCcbFromTable: Deleting from table. ccb=0x4B6CC660 key=AD7E2293-C01A11E3-80AEE452-E7A949D0
    Apr 10 21:17:37.091: //594/000000000000/SIP/Info/sipSPIFlushEventBufferQueue: There are 0 events on the internal queue that are going to be free'd
    Apr 10 21:17:37.091: //594/000000000000/SIP/Info/sipSPI_ipip_free_codec_profile: Codec Profiles Freed
    Apr 10 21:17:37.091: //594/000000000000/SIP/Info/ccsip_offer_ans_delete:
    Apr 10 21:17:37.091: //594/000000000000/SIP/Info/ccsip_iwf_delete:
    Apr 10 21:17:37.091: //594/000000000000/SIP/Info/sipSPIUfreeOneCCB: Freeing ccb 4B6CC660

    Nevermind; I downloaded a SIP phone app for my smart phone, got it to connect in the same network. After that, I put the gateway in a DMZ and it started working. Not entirely sure why it was required, but hey, it works!
    Cheers

  • Seen any good SIP/phone App reviews? fring/nimbuzz/acrobits/bria/Skype/tru/

    Best phone App? SIP (fring v nimbuzz v acrobits v Bria v iStarSip/Wifone/F-Route/iPico/NetDial...) v Skype v Tru
    I'm trying to use an iPod touch as my main phone, using a MiFi 2200 to provide connectivity wherever.
    Anyone seen any good SIP/phone App reviews?
    I'm looking for the best SIP app out there. Willing to pay, but want good value. (E.g. Acrobits w/G.729a for $17 one-time is a leading contender.)
    I can't find much info on the SIP apps available. I haven't jailbroken my iTouch, but I'd be willing to to get the best SIP app.
    Anything with all or most of this:
    Caller ID?
    Automatically switch codec based on WiFi network name? (e.g. MiFi vs home network).
    Support more than one SIP login at a time. (E.g. one for incoming, one for outgoing?) (Equivalent: route different calls via different VoIP providers.)
    Fewer transcoding steps? I think this is why fring voice quality is not great; it transcodes SIP.
    Better fidelity? (MUST be demonstrated, and replicable.)
    Good at maintaining a connection/restoring one that goes down?
    I have fring working with sipgate SIP.
    I have Skype working (I haven't tried/paid for skypein or skypeout.)
    I have $10 in Gizmo5 credit but Gizmo5 with fring is unusable; it almost never works.
    Acrobits Softphone is available from the App Store for $7; additional features are available via in-app purchase including G.729 Annex A audio codec support ($10) and encrypted ZRTP outgoing call support ($25).
    Nimbuzz: Can run in background for ringing and while talking. Haven't tried.
    truphone: 2.1c/min? 1000 min/mo is $21/mo; not reasonable.

    Best phone App? SIP (fring v nimbuzz v acrobits v Bria v iStarSip/Wifone/F-Route/iPico/NetDial...) v Skype v Tru
    I'm trying to use an iPod touch as my main phone, using a MiFi 2200 to provide connectivity wherever.
    Anyone seen any good SIP/phone App reviews?
    I'm looking for the best SIP app out there. Willing to pay, but want good value. (E.g. Acrobits w/G.729a for $17 one-time is a leading contender.)
    I can't find much info on the SIP apps available. I haven't jailbroken my iTouch, but I'd be willing to to get the best SIP app.
    Anything with all or most of this:
    Caller ID?
    Automatically switch codec based on WiFi network name? (e.g. MiFi vs home network).
    Support more than one SIP login at a time. (E.g. one for incoming, one for outgoing?) (Equivalent: route different calls via different VoIP providers.)
    Fewer transcoding steps? I think this is why fring voice quality is not great; it transcodes SIP.
    Better fidelity? (MUST be demonstrated, and replicable.)
    Good at maintaining a connection/restoring one that goes down?
    I have fring working with sipgate SIP.
    I have Skype working (I haven't tried/paid for skypein or skypeout.)
    I have $10 in Gizmo5 credit but Gizmo5 with fring is unusable; it almost never works.
    Acrobits Softphone is available from the App Store for $7; additional features are available via in-app purchase including G.729 Annex A audio codec support ($10) and encrypted ZRTP outgoing call support ($25).
    Nimbuzz: Can run in background for ringing and while talking. Haven't tried.
    truphone: 2.1c/min? 1000 min/mo is $21/mo; not reasonable.

  • H323 as CUBE and SIP Gateway

    I have a H.323 gateway. I want to know if I can configure this existing h.323 gateway as a Cube to transport SIP.
    If so do I need to bind a seperate interface to SIP and H.323 or the same interface can be used for both
    Can the Gateway be registered as h.323 to CCM1 and Can I have a SIP trunk between the same Gateway to CCM2?
    Thanks in advance

    Hi,
    "I have a H.323 gateway. I want to know if I can configure this existing h.323 gateway as a Cube to transport SIP".
    A CUBE gateway by definition is a voice gateway that connects ip-2-ip calls and plus some extra fancy features. The gateway can support both h.323 and sip at the same time.
    "If so do I need to bind a separate interface to SIP and H.323 or the same interface can be used for both"
    This is tricky question, the answer is I don't know but why limit yourself when you can bind them into different loopback interfaces.
    "Can the Gateway be registered as h.323 to CCM1 and Can I have a SIP trunk between the same Gateway to CCM2?"
    Absolutely.

  • Cisco ATA for Use with Time Warner Digital Phone

    Is it possible to do the following with any of the Cisco products?  Basically I want to have the incoming line from Time Warner go to the PBX to answer calls and then have the PBX route the calls appropriately.  I currently have a Linksys PAP2 v2, but I don't think that will work because I think both ports are FXS and I'll need an FXO and an FXS.  I have attached a diagram.
    Regards,
    Scott

    So the Linksys PAP2 I have in my diagram, or a Cisco SPA-3102 cannot route inbound calls to the PBX via FXO and then route the call to internal analog phones via the FXS as directed by the PBX given that the PAP2 or SPA-3102 would register to the proxy?  I'm really looking to just permit the PBX to talk to the analog stations since I can't get a SIP trunk from the Time Warner modem and with my lack of knowledge on VoIP it seems like the 2901 is over kill.  If the router is necessary, then how is it that the PAP2 can connect directly to the internet and link up with Vonage or other similar providers with an analog phone connected to it?  The PAP2 is going to communicate with Vonage via SIP and the phone is analog, so there must be some form of encoding going on inside the PAP2, which is what the PVDM does inside the router.  So I guess I'm really looking for someone to solidify my understanding of what is needed that the PAP2 or SPA-3102 can't provide.  There are a lot of posts on the internet with folks using these devices, but I suspect they are still using a SIP provider as opposed to an analog handoff like Time Warner gives.

  • Unexpected blackouts

    hey
    this is NOT cool! my macbook will blackout at unexpected times. notice i said blackout and not shutdown. yea. the screen just goes black then i have to shutown and restart it. plz help lol

    Does this happen at any time, or only shortly after powering up? My MacBook backlights often flickers and totally blacks out during the first, say, 5 minutes after a long sleep or power down. The screen can still be viewed with a torch, or by shining some light through the Apple logo, so it seems that the backlight goes off when it shouldn't... One "warmed-up" no problems at all though!
    SMC and PRAM resets did not solve this; it's going in for repair.
    MacBook 2GHz 2GB   Mac OS X (10.4.8)  

  • CD tray pops out unexpectedly

    A funny new glitch with the eMac this week. The CD tray keeps popping out at unexpected times such as start up, switching desktops, and even completely randomly. I push it in and sometimes within a minute, out it comes again.
    Any ideas or suggestions?

    is there a way to check online if the computer is still under warranty?
    Go to this page:
    http://www.apple.com/support/
    Toward the bottom at the right is a box where you can enter the serial number. The purchase date and warranty information will appear.
    At least one person has reported limited success at keeping the CD tray from popping open by resetting the PMU. This worked for a bit, but then the problem showed up again.

Maybe you are looking for

  • CS5's save for web size preview is lying to me. Help!

    So I just downloaded Photoshop CS5. For my work I need to save images through the Save for Web and I need to save it at a certain file size as a jpg. I change the percentage to get it just at right size (75K or 25K) and then hit save. Then when I loo

  • What type of data type would I use for this situation?

    I have a class which connects to Oracle, but each connection may be to a different database. Each database has it's own user name and password. I'd like to pass one key value and then the class would get the user name and password and url from that b

  • Open File in and app - Reverts to desktop?!

    When using an application (photoshop for example) and open a file - It starts me off on the desktop, I navigate to the folder that contains my file (HD/files/fresh) and open the file. NOW... If I hit apple-o, to open another file it starts me off at

  • How do I get apps from my iPad to my new I phone 5?How

    How do I get my same apps from iPad to my new iPhone 5?

  • Java script with struts html tag

    the code show above is the main problem in the body of the function check() i just want to have a logic if the USERNAME is empty then it should alert("empty") if the name contains any spaces then it should alert("spaces are there") can u help this ou