DTMF via MCU

Topology:
Video Endpoints x2 •à SIP •à VCS-C •à SIP Ad-Hoc MCU 5320 •à SIP Audio Conference Bridge CUCM
Right now I have ad-hoc multiway working great on my video units. If a unit calls into the audio conference bridge first does all the DTMF and joins the conference then adds and merges video endpoints everything is fine. The challenge is if they do it in a different order.
For example let’s say they merge 3 video endpoints together then add the audio conference, the audio conference which is hosted off of CUCM which VCS-C has a SIP connection to never hears the DTMF tones to join the conference. The audio conference only supports RFC 2833 and the SIP trunk from VCS-C to CUCM is set to only support RFC2833.
Is it possible to have the MCU 5320 send RF2833 DTMF out, even if it’s to all participants in the conference that wouldn’t matter. My main goal here is I want them to be able to join the audio conference in any order, dialed first, last or anywhere in-between.
Thanks,
~~~
Rate helpful posts
Blog - http://tripplehelix.net       

god this is old man here is the user guide all thats in here is as follows
 http://nds1.nokia.com/phones/files/guides/Nokia_3120_UG_en.pdf
have a look as it may provide more info than the manual
Direct callingThe multi-mode browser supports functions that you can access while browsing.
You can make a voice call, send DTMF tones while a voice call is in progress, and
save in contacts a name and a phone number from a page. 
If  i have helped at all a click on the white star below would be nice thanks.
Now using the Lumia 1520

Similar Messages

  • Out of Band DTMF Via INFO on 7960 or 7940

    Does any one know, if out of band DTMF via INFO method is supported on 7960 or 7940?
    if so, is there a firmware upgrade to support?
    Thanks, Sreeni

    not supported per cisco TAC.

  • CCM 4.1.3 - DTMF via Interclustertrunk over H245

    Hi Experts,
    We have following problem. We have an intercluster trunk connection to an IP GSM Gateway and we want to send DTMF tone over it. Problem is, that CCM is sending DTMF via H245 messages and not via tone. The IP GSM Gateway can?t interprete this. If I make this via Cisco Voice Gateway everything looks fine. Is there any possibility to send this DTMF inbound as voice tone?
    Thanks a lot for help,
    Klaus

    To activate DTMF on the call, ensure that it matches with an appropriate inbound VoIP dial peer with DTMF relay enabled. If no inbound dial peer is matched, then the default dial peer is used. In this case, DTMF will not be activated for the call, since the default dial peer does not have DTMF enabled

  • How to send DTMF via JMF?

    Hi All,
    I have developed a SIP Client with Applet. Now, I would like to send DTMF (RFC 2833) via JMF over RTP. Does any have sample code?
    Please help me with your valuable feedback.
    Thanks,
    ARIF

    Hi Karthikeyan R,
    Thanks for your great help. Yes, that�s a great reference for generating any DTMF tone.
    Karthikeyan_R wrote:
    Can you please let me know that what technology you used to create a SIP Client.. JMF or Socket Programming any open source client u have used ???I have developed the SIP Client using open source NIST-SIP 1.2 (SIP Libraries and Tools).
    Can you please provide me any sample code to send DTMF (RFC 2833) via JMF over RTP?
    Thanks,
    ARIF

  • DTMF digits in-band (IN) or out of band (OOB)

    What is the difference between  digits in-band (IN) or out of band (OOB) in regards to dtfm. When and where is each band use?

    In Band DTMF Relay :
    >> Send DTMF within the same channel of as RTP
    >> Differentiated by Dynamic Payload Type
    Cisco RTP (Encoded as Raw sound)
    RTP-NTE  (Encode as the telephony-event Format in section 3.10 in RFC2833)
    Used by MGCP, SIP, H323GW, H323 ICT trunk
    Out of Band DTMF Relay :
    >> Send DTMF via dedicated signal
    >> Differentiated among protocols
    H323
    h245-alphanumeric
    h245-signal    (duration capability)
    SCCP
    KeyPadButton signal
    SIP
    KPML(Key Press Markup Language using XML and Sub/Not)
    SIP-Notify (UNSOLICTED NOTIFY (UN) )
    MGCP
    Out-of-band (digits event are sent using NTFY message to CA, using RQNT from CA to Agent)
    If CA request (R:D/[0-9ABCD*#]) while GW is configured in NSE(in-band, PT 99 NTE), GW will also send out-of-band NTFY as well as inband NSE
    DTMF Configuration per SIPTrunk
    Some customers may prefer to use one method over the other, or even both for the same call. Four configurable options per SIP Trunk:
    Best Effort (Default setting) – Use ANY matched DTMF.
    Preferred 2833 – Use 2833 if endpoints behind SIPTrunk support it.
    Preferred OOB – Use OOB if endpoints behind SIPTrunk support it.
    Preferred Both – Use both KPML and 2833 if endpoints behind SIPTrunk can support both. 
    The “Preferred” meethods may allocated MTPs even if there is dtmf match
    ALL other EP’s except SIP Trunk would be treated as BestEffort.
    HTH
    Manish

  • CUBE - DTMF Interworking between SIP INFO and RFC2833

    Hi all,
    After some testing I noticed that when the cube receives dtmf via SIP INFO it doesn't translate them into rfc2833 on the other side. This happens when the incoming INVITE advertises both SIP INFO and RFC2833.
    When the incoming INVITE advertises only SIP INFO then it does the translation to RFC2833 and sends the digits via RTP on the outgoing interface.
    CUBE supports both RFC2833 and SIP INFO as it advertises both methods in it's sip messages. Is this the expected behaviour ?
    IOS is 15.1(3)T1. CUBE is running on a 3945 router.
    I have found bug CSCuh65102 which seems to be a match. Can somebody confirm this ?

    Hi,
    Please check the following bug
    https://tools.cisco.com/bugsearch/bug/CSCtj93573/?reffering_site=dumpcr
    CUBE not processing DTMF SIP INFO to RFC 2833 upstream to Network
    You can try an upgrade to 15.1(3)T4 or higher and check if the issue is resolved.
    HTH
    Manish

  • String into table with separate row and column bytes

    Hello, well I have a string (coming from an I2C eeprom and then through RS232 via MCU) with this format -->  byte1 byte2 byte3 byte4 byte5 \r byte1 byte2 byte3 byte4 byte5 \r and so on, the length of the frame isn't known, it depends on how many sensors have passed over its limit. I am having problems on plotting this information into a table, I don't know at all how to separate each byte in a column and each packet of five bytes in a row. I attached my vi with the example of two sensors information string, I am able only to plot the first sensor .Any help will be welcome.
    Thanks in advance.
    Regards. 
    Attachments:
    string_to_table.vi ‏31 KB

    This is working modification of your code
    Message Edited by EVS on 08-26-2005 09:16 PM
    Jack
    Win XP
    LabVIEW 6.1, 7.0, 7.1, LabWindows/ CVI 7.1
    Let us speek Russian
    Attachments:
    Clip_5.jpg ‏53 KB

  • Lync 2010 and MCU Autoattendant no DTMF

    I have an issue with Lync 2010 and MCU integration. According to the Microsoft Lync 2010 and Cisco VCS Deployment guide for VCS 7.2 and Lync 2010, we created a static route to route MCU calls to the “Lync gateway” VCS so as to dial into the MCU Autoattendant. I am able to start a video call to the Autoattendant from Lync but the Lync dial-pad either disappears and/or the DTMF does not work. The Lync client displays “There was a problem sending the tone”. Has anyone came across this issue?
    Regards,
    Marcus

    That is very interesting! I have not seen this behavior, however I suspect it will have something to do with Lync and its integration with MAPI. While Lync is open it will have an active and authenticate MAPI connection, and as a result when you open Outlook
    it sees that authentication has already occurred and a MAPI connection active.
    What might be an interesting test is to boot the computer, open Lync first, it should prompt you for MAPI authentication (Lync by default will authenticate to the default outlook profile), once authenticated open Outlook and see what happens.
    Let me know what you find.
    Andrew Morpeth
    Lync Server Specialist - Auckland, NZ
    Check out my blog

  • What debug for seeing DTMF tones via CUBE -SIP?

    On a 3845 running 12.4 20, the DTMF tones (for menu options) are not getting passed from the PSTN into the network after the call is established.  The router is using CUBE software and passes the call to the PSTN via SIP trunking/SIP server.  The call is established at G729. I'm using debug voip ccapi inout and debug sip messages, but I don't see the digits being passed.
    1.  Am I using the right debugs?  If not, which ones do I use?
    2.  At G729, are the tones compressed, or are they out of band?

    HI aokanlawon ,
    I finaly managed to get the debuf output from the "debug ccsip messages" and "debug voice ccapi inout" command.
    Sorry for the long debug log, I don't have chance anywhere to upload the file. Also, I'm sending at the end, an output from the command "debug voip rtp session named-event"
    Can You explain to me what's going on with the type of DTMF beeing transmitted?
    =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.02.19 17:18:31 =~=~=~=~=~=~=~=~=~=~=~=
    Feb 19 17:21:03.254: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.2.115.5:5060;branch=z9hG4bK4cce15b002c71
    From: "Caller" ;tag=659027~d01f1c4f-fe32-4ce8-bb98-06bd76f12320-33263464
    To:
    Date: Wed, 19 Feb 2014 16:21:03 GMT
    Call-ID: [email protected]
    Supported: timer,resource-priority,replaces
    Min-SE:  1800
    User-Agent: Cisco-CUCM9.1
    Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
    CSeq: 101 INVITE
    Expires: 180
    Allow-Events: presence
    Supported: X-cisco-srtp-fallback,X-cisco-original-called
    Cisco-Guid: 3528476416-0000065536-0000002046-0091423242
    Session-Expires:  1800
    P-Asserted-Identity: "Caller"
    Remote-Party-ID: "Caller" ;party=calling;screen=yes;privacy=off
    Contact:
    Max-Forwards: 69
    Content-Length: 0
    Feb 19 17:21:03.258: //-1/D25047000000/CCAPI/cc_api_display_ie_subfields:
       cc_api_call_setup_ind_common:
       cisco-username=+38923167XXX
       ----- ccCallInfo IE subfields -----
       cisco-ani=sip:[email protected]
       cisco-anitype=0
       cisco-aniplan=0
       cisco-anipi=0
       cisco-anisi=1
       dest=sip:[email protected]:5060
       cisco-desttype=0
       cisco-destplan=0
       cisco-rdie=FFFFFFFF
       cisco-rdn=
       cisco-rdntype=0
       cisco-rdnplan=0
       cisco-rdnpi=-1
       cisco-rdnsi=-1
       cisco-redirectreason=-1   fwd_final_type =0
       final_redirectNumber =
       hunt_group_timeout =0
    Feb 19 17:21:03.262: //-1/D25047000000/CCAPI/cc_api_call_setup_ind_common:
       Interface=0x31340418, Call Info(
       Calling Number=sip:[email protected],(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed),
       Called Number=sip:[email protected]:5060(TON=Unknown, NPI=Unknown),
       Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
       Incoming Dial-peer=10, Progress Indication=NULL(0), Calling IE Present=TRUE,
       Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=176022
    Feb 19 17:21:03.262: //-1/D25047000000/CCAPI/ccCheckClipClir:
       In: Calling Number=sip:[email protected](TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed)
    Feb 19 17:21:03.262: //-1/D25047000000/CCAPI/ccCheckClipClir:
       Out: Calling Number=sip:[email protected](TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed)
    Feb 19 17:21:03.262: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    Feb 19 17:21:03.262: :cc_get_feature_vsa malloc success
    Feb 19 17:21:03.262: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    Feb 19 17:21:03.262:  cc_get_feature_vsa count is 1
    Feb 19 17:21:03.262: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    Feb 19 17:21:03.262: :FEATURE_VSA attributes are: feature_name:0,feature_time:833881656,feature_id:160387
    Feb 19 17:21:03.262: //176022/D25047000000/CCAPI/cc_api_call_setup_ind_common:
       Set Up Event Sent;
       Call Info(Calling Number=(TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed),
       Called Number=(TON=Unknown, NPI=Unknown))
    Feb 19 17:21:03.262: //176022/D25047000000/CCAPI/cc_process_call_setup_ind:
       Event=0x31845110
    Feb 19 17:21:03.262: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:
       Try with the demoted called number 0038923248XXX
    Feb 19 17:21:03.262: //176022/D25047000000/CCAPI/ccCallSetContext:
       Context=0x2B07195C
    Feb 19 17:21:03.262: //176022/D25047000000/CCAPI/cc_process_call_setup_ind:
       >>>>CCAPI handed cid 176022 with tag 10 to app "_ManagedAppProcess_Default"
    Feb 19 17:21:03.262: //176022/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.2.115.5:5060;branch=z9hG4bK4cce15b002c71
    From: "Caller" ;tag=659027~d01f1c4f-fe32-4ce8-bb98-06bd76f12320-33263464
    To:
    Date: Wed, 19 Feb 2014 16:21:03 gmt
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    Feb 19 17:21:03.262: //176022/D25047000000/CCAPI/ccCallProceeding:
       Progress Indication=NULL(0)
    Feb 19 17:21:03.262: //-1/xxxxxxxxxxxx/CCAPI/ccGetMemPoolFromContainer:
       mempool not found from usrContainer(31823634)
    Feb 19 17:21:03.262: //-1/xxxxxxxxxxxx/CCAPI/ccCreateMemPoolInContainer:
       Mempool(2AFD4B64) created in usrContainer(31823634)
    Feb 19 17:21:03.266: //176022/D25047000000/CCAPI/ccCallSetupRequest:
       Destination=, Calling IE Present=TRUE, Mode=0,
       Outgoing Dial-peer=20, Params=0x2B06551C, Progress Indication=NULL(0)
    Feb 19 17:21:03.266: //176022/D25047000000/CCAPI/ccCheckClipClir:
       In: Calling Number=sip:[email protected](TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed)
    Feb 19 17:21:03.266: //176022/D25047000000/CCAPI/ccCheckClipClir:
       Out: Calling Number=sip:[email protected](TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed)
    Feb 19 17:21:03.266: //176022/D25047000000/CCAPI/ccCallSetupRequest:
       Destination Pattern=.T, Called Number=0038923248XXX, Digit Strip=FALSE
    Feb 19 17:21:03.266: //176022/D25047000000/CCAPI/ccCallSetupRequest:
       Calling Number=sip:[email protected](TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed),
       Called Number=0038923248XXX(TON=Unknown, NPI=Unknown),
       Redirect Number=, Display Info=Caller
       Account Number=+38923167XXX, Final Destination Flag=TRUE,
       Guid=D2504700-0001-0000-0000-07FE0573020A, Outgoing Dial-peer=20
    Feb 19 17:21:03.266: //176022/D25047000000/CCAPI/cc_api_display_ie_subfields:
       ccCallSetupRequest:
       cisco-username=+38923167XXX
       ----- ccCallInfo IE subfields -----
       cisco-ani=sip:[email protected]
       cisco-anitype=0
       cisco-aniplan=0
       cisco-anipi=0
       cisco-anisi=1
       dest=0038923248XXX
       cisco-desttype=0
       cisco-destplan=0
       cisco-rdie=FFFFFFFF
       cisco-rdn=
       cisco-rdntype=0
       cisco-rdnplan=0
       cisco-rdnpi=-1
       cisco-rdnsi=-1
       cisco-redirectreason=-1   fwd_final_type =0
       final_redirectNumber =
       hunt_group_timeout =0
    Feb 19 17:21:03.266: //176022/D25047000000/CCAPI/ccIFCallSetupRequestPrivate:
       Interface=0x31340418, Interface Type=3, Destination=, Mode=0x0,
       Call Params(Calling Number=sip:[email protected],(Calling Name=Caller)(TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed),
       Called Number=0038923248XXX(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
       Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE, Outgoing Dial-peer=20, Call Count On=FALSE,
       Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
    Feb 19 17:21:03.266: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    Feb 19 17:21:03.266: :cc_get_feature_vsa malloc success
    Feb 19 17:21:03.266: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    Feb 19 17:21:03.266:  cc_get_feature_vsa count is 2
    Feb 19 17:21:03.266: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    Feb 19 17:21:03.266: :FEATURE_VSA attributes are: feature_name:0,feature_time:833881880,feature_id:160388
    Feb 19 17:21:03.266: //176023/D25047000000/CCAPI/ccIFCallSetupRequestPrivate:
       SPI Call Setup Request Is Success; Interface Type=3, FlowMode=1
    Feb 19 17:21:03.266: //176023/D25047000000/CCAPI/ccCallSetContext:
       Context=0x2B0654CC
    Feb 19 17:21:03.266: //176022/D25047000000/CCAPI/ccSaveDialpeerTag:
       Outgoing Dial-peer=20
    Feb 19 17:21:03.266: //176023/D25047000000/CCAPI/cc_api_call_proceeding:
       Interface=0x31340418, Progress Indication=NULL(0)
    Feb 19 17:21:03.270: //176023/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.126.98.37:5060;branch=z9hG4bK31F165A
    Remote-Party-ID: "Caller" ;party=calling;screen=yes;privacy=off
    From: sip:[email protected];tag=B8DD5C04-CE
    To:
    Date: Wed, 19 Feb 2014 16:21:03 gmt
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE:  1800
    Cisco-Guid: 3528476416-0000065536-0000002046-0091423242
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Timestamp: 1392826863
    Contact:
    Expires: 180
    Allow-Events: telephone-event
    Max-Forwards: 68
    Session-Expires:  1800
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 331
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 9057 1587 IN IP4 10.126.98.37
    s=SIP Call
    c=IN IP4 10.126.98.37
    t=0 0
    m=audio 19826 RTP/AVP 0 8 18 101 19
    c=IN IP4 10.126.98.37
    a=rtpmap:0 PCMU/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:19 CN/8000
    Feb 19 17:21:03.286: //176023/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.126.98.37:5060;branch=z9hG4bK31F165A
    From: sip:[email protected];tag=B8DD5C04-CE
    To:
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1392826863
    Feb 19 17:21:03.362: //176023/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 183 Session Progress
    Via: SIP/2.0/UDP 10.126.98.37:5060;branch=z9hG4bK31F165A
    From: sip:[email protected];tag=B8DD5C04-CE
    To: ;tag=SDraqe898-2700717777
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1392826863
    Content-Length: 0
    Contact:
    Server: Patton SN4940 1E30V 00A0BA097588 R6.T 2013-04-04_RFE2204 H323 RBS SIP M5T SIP Stack/4.1.12.18
    Feb 19 17:21:03.362: //176023/D25047000000/CCAPI/cc_api_event_indication:
       Event=97, Call Id=176023
    Feb 19 17:21:03.362: //176023/D25047000000/CCAPI/cc_api_event_indication:
       Event Is Sent To Conferenced SPI(s) Directly
    Feb 19 17:21:03.362: //176023/D25047000000/CCAPI/cc_api_call_cut_progress:
       Interface=0x31340418, Progress Indication=NULL(0), Signal Indication=NOT PRESENT(255),
       Cause Value=0
    Feb 19 17:21:03.362: //176023/D25047000000/CCAPI/cc_api_call_cut_progress:
       Call Entry(Responsed=TRUE)
    Feb 19 17:21:03.362: //176022/D25047000000/CCAPI/ccCallCutProgress:
       Progress Indication=NULL(0), Signal Indication=NOT PRESENT(255), Cause Value=0
       Voice Call Send Alert=FALSE, Call Entry(Alert Sent=FALSE)
    Feb 19 17:21:03.362: //176022/D25047000000/CCAPI/ccCallCutProgress:
       Call Entry(Responsed=TRUE)
    Feb 19 17:21:03.362: //176022/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 183 Session Progress
    Via: SIP/2.0/UDP 10.2.115.5:5060;branch=z9hG4bK4cce15b002c71
    From: "Caller" ;tag=659027~d01f1c4f-fe32-4ce8-bb98-06bd76f12320-33263464
    To: ;tag=B8DD5C64-7FF
    Date: Wed, 19 Feb 2014 16:21:03 gmt
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    Allow-Events: telephone-event
    Remote-Party-ID: ;party=called;screen=no;privacy=off
    Contact:
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    Feb 19 17:21:03.506: //176023/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 180 Ringing
    Via: SIP/2.0/UDP 10.126.98.37:5060;branch=z9hG4bK31F165A
    From: sip:[email protected];tag=B8DD5C04-CE
    To: ;tag=SDraqe898-2700717777
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1392826863
    Content-Length: 0
    Contact:
    Server: Patton SN4940 1E30V 00A0BA097588 R6.T 2013-04-04_RFE2204 H323 RBS SIP M5T SIP Stack/4.1.12.18
    Feb 19 17:21:03.506: //176023/D25047000000/CCAPI/cc_api_call_alert:
       Interface=0x31340418, Progress Indication=NULL(0), Signal Indication=SIGNAL RINGBACK(1)
    Feb 19 17:21:03.506: //176023/D25047000000/CCAPI/cc_api_call_alert:
       Call Entry(Retry Count=0, Responsed=TRUE)
    Feb 19 17:21:03.506: //176022/D25047000000/CCAPI/ccCallAlert:
       Progress Indication=NULL(0), Signal Indication=SIGNAL RINGBACK(1)
    Feb 19 17:21:03.506: //176022/D25047000000/CCAPI/ccCallAlert:
       Call Entry(Responsed=TRUE, Alert Sent=TRUE)
    Feb 19 17:21:03.506: //176022/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 180 Ringing
    Via: SIP/2.0/UDP 10.2.115.5:5060;branch=z9hG4bK4cce15b002c71
    From: "Caller" ;tag=659027~d01f1c4f-fe32-4ce8-bb98-06bd76f12320-33263464
    To: ;tag=B8DD5C64-7FF
    Date: Wed, 19 Feb 2014 16:21:03 gmt
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    Allow-Events: telephone-event
    Remote-Party-ID: ;party=called;screen=no;privacy=off
    Contact:
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    Feb 19 17:21:03.730: //176023/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.126.98.37:5060;branch=z9hG4bK31F165A
    From: sip:[email protected];tag=B8DD5C04-CE
    To: ;tag=SDraqe898-2700717777
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1392826863
    Content-Length: 274
    Contact:
    Content-Type: application/sdp
    Supported: replaces
    Server: Patton SN4940 1E30V 00A0BA097588 R6.T 2013-04-04_RFE2204 H323 RBS SIP M5T SIP Stack/4.1.12.18
    v=0
    o=MxSIP 0 18772 IN IP4 172.25.255.196
    s=SIP Call
    c=IN IP4 172.25.255.196
    t=0 0
    m=audio 20452 RTP/AVP 0 8 18 101
    a=rtpmap:0 PCMU/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:18 G729/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:18 annexb=no
    a=fmtp:101 0-15
    a=sendrecv
    Feb 19 17:21:03.734: //176023/D25047000000/CCAPI/cc_api_caps_ind:
       Destination Interface=0x0, Destination Call Id=-1, Source Call Id=176023,
       Caps(Codec=0x1, Fax Rate=0x2, Vad=0x2,
       Modem=0x0, Codec Bytes=160, Signal Type=2)
    Feb 19 17:21:03.734: //176023/D25047000000/CCAPI/cc_api_caps_ind:
       Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
       Playout Max=1000(ms), Fax Nom=300(ms))
    Feb 19 17:21:03.734: //176022/D25047000000/CCAPI/cc_api_caps_ack:
       Destination Interface=0x0, Destination Call Id=176023, Source Call Id=176022,
       Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=ON(0x2),
       Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=1348)
    Feb 19 17:21:03.734: //176023/D25047000000/CCAPI/cc_api_event_indication:
       Event=162, Call Id=176023
    Feb 19 17:21:03.734: //176023/D25047000000/CCAPI/cc_api_event_indication:
       Event Is Sent To Conferenced SPI(s) Directly
    Feb 19 17:21:03.734: //176023/D25047000000/CCAPI/cc_api_call_connected:
       Interface=0x31340418, Data Bitmask=0x1, Progress Indication=NULL(0),
       Connection Handle=0
    Feb 19 17:21:03.734: //176023/D25047000000/CCAPI/cc_api_call_connected:
       Call Entry(Connected=TRUE, Responsed=TRUE, Retry Count=0)
    Feb 19 17:21:03.734: //176022/D25047000000/CCAPI/ccConferenceCreate:
       (confID=0x2AFC22A8, callID1=0x2AF96, gcid=A945E877-98B811E3-897AFE89-917343ED, tag=0x0)
    Feb 19 17:21:03.734: //176023/D25047000000/CCAPI/ccConferenceCreate:
       (confID=0x2AFC22A8, callID2=0x2AF97, gcid=A945E877-98B811E3-897AFE89-917343ED, tag=0x0)
    Feb 19 17:21:03.734: //176022/D25047000000/CCAPI/ccConferenceCreate:
       Conference Id=0x2AFC22A8, Call Id1=176022, Call Id2=176023, Tag=0x0
    Feb 19 17:21:03.734: //176022/D25047000000/CCAPI/ccConferenceCreate:
    Feb 19 17:21:03.734: ccConferenceCreate: ret1=0, codecMask1=1, bytes1=160, negot1=0, dtmf1=6
                        ret2=0, codecMask2=1, bytes2=160, negot2=1, dtmf2=6,
                        tx_dynamic_pt1=0, rx_dynamic_pt1=0, codec_mode1=0, params_bitmap1 =0
                        tx_dynamic_pt2=0, rx_dynamic_pt2=0, codec_mode2=0, params_bitmap2 =0
    Feb 19 17:21:03.734: //176022/D25047000000/CCAPI/ccConferenceCreate:
       delay media to slow start case, codec negotation is not done
    Feb 19 17:21:03.734: //176022/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
    Feb 19 17:21:03.734: cc_api_get_xcode_stream : 4682
    Feb 19 17:21:03.734: //176022/D25047000000/CCAPI/cc_api_bridge_done:
       Conference Id=0xF2EA, Source Interface=0x31340418, Source Call Id=176022,
       Destination Call Id=176023, Disposition=0x0, Tag=0x0
    Feb 19 17:21:03.734: //176023/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
    Feb 19 17:21:03.734: cc_api_get_xcode_stream : 4682
    Feb 19 17:21:03.734: //176023/D25047000000/CCAPI/cc_api_bridge_done:
       Conference Id=0xF2EA, Source Interface=0x31340418, Source Call Id=176023,
       Destination Call Id=176022, Disposition=0x0, Tag=0x0
    Feb 19 17:21:03.734: //176022/D25047000000/CCAPI/cc_generic_bridge_done:
       Conference Id=0xF2EA, Source Interface=0x31340418, Source Call Id=176023,
       Destination Call Id=176022, Disposition=0x0, Tag=0x0
    Feb 19 17:21:03.734: //176022/D25047000000/CCAPI/ccConferenceCreate:
       Call Entry(Conference Id=0xF2EA, Destination Call Id=176023)
    Feb 19 17:21:03.734: //176023/D25047000000/CCAPI/ccConferenceCreate:
       Call Entry(Conference Id=0xF2EA, Destination Call Id=176022)
    Feb 19 17:21:03.734: //176022/D25047000000/CCAPI/cc_process_notify_bridge_done:
       Conference Id=0xF2EA, Call Id1=176022, Call Id2=176023
    Feb 19 17:21:03.738: //176023/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Sent:
    ACK sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.126.98.37:5060;branch=z9hG4bK31F171A4E
    From: sip:[email protected];tag=B8DD5C04-CE
    To: ;tag=SDraqe898-2700717777
    Date: Wed, 19 Feb 2014 16:21:03 gmt
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: telephone-event
    Content-Length: 0
    Feb 19 17:21:03.738: //176022/D25047000000/CCAPI/ccCallConnect:
       Progress Indication=NULL(0), Data Bitmask=0x1
    Feb 19 17:21:03.738: //176022/D25047000000/CCAPI/ccCallConnect:
       Call Entry(Connected=TRUE, Responsed=TRUE)
    Feb 19 17:21:03.738: //176022/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.2.115.5:5060;branch=z9hG4bK4cce15b002c71
    From: "Caller" ;tag=659027~d01f1c4f-fe32-4ce8-bb98-06bd76f12320-33263464
    To: ;tag=B8DD5C64-7FF
    Date: Wed, 19 Feb 2014 16:21:03 gmt
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    Allow-Events: telephone-event
    Remote-Party-ID: ;party=called;screen=no;privacy=off
    Contact:
    Supported: replaces
    Supported: sdp-anat
    Server: Cisco-SIPGateway/IOS-12.x
    Supported: timer
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 268
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 4524 2325 IN IP4 10.2.115.15
    s=SIP Call
    c=IN IP4 10.2.115.15
    t=0 0
    m=audio 28154 RTP/AVP 0 101 19
    c=IN IP4 10.2.115.15
    a=rtpmap:0 PCMU/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:19 CN/8000
    a=ptime:20
    Feb 19 17:21:03.750: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    ACK sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.2.115.5:5060;branch=z9hG4bK4cce29f57702
    From: "Caller" ;tag=659027~d01f1c4f-fe32-4ce8-bb98-06bd76f12320-33263464
    To: ;tag=B8DD5C64-7FF
    Date: Wed, 19 Feb 2014 16:21:03 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: presence
    Content-Type: application/sdp
    Content-Length: 233
    v=0
    o=CiscoSystemsCCM-SIP 659027 1 IN IP4 10.2.115.5
    s=SIP Call
    c=IN IP4 10.2.52.17
    b=TIAS:64000
    b=AS:64
    t=0 0
    m=audio 16388 RTP/AVP 0 101
    a=rtpmap:0 PCMU/8000
    a=ptime:20
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    Feb 19 17:21:03.754: //176022/D25047000000/CCAPI/cc_api_caps_ind:
       Destination Interface=0x31340418, Destination Call Id=176023, Source Call Id=176022,
       Caps(Codec=0x1, Fax Rate=0x2, Vad=0x2,
       Modem=0x0, Codec Bytes=160, Signal Type=2)
    Feb 19 17:21:03.754: //176022/D25047000000/CCAPI/cc_api_caps_ind:
       Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
       Playout Max=1000(ms), Fax Nom=300(ms))
    Feb 19 17:21:03.754: //176023/D25047000000/CCAPI/cc_api_caps_ack:
       Destination Interface=0x31340418, Destination Call Id=176022, Source Call Id=176023,
       Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=ON(0x2),
       Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=1)
    Feb 19 17:21:03.754: //176022/D25047000000/CCAPI/cc_api_event_indication:
       Event=162, Call Id=176022
    Feb 19 17:21:03.754: //176022/D25047000000/CCAPI/cc_api_event_indication:
       Event Is Sent To Conferenced SPI(s) Directly
    Feb 19 17:21:03.754: //176022/D25047000000/CCAPI/cc_api_caps_ind:
       Destination Interface=0x31340418, Destination Call Id=176023, Source Call Id=176022,
       Caps(Codec=0x1, Fax Rate=0x2, Vad=0x2,
       Modem=0x0, Codec Bytes=160, Signal Type=2)
    Feb 19 17:21:03.754: //176022/D25047000000/CCAPI/cc_api_caps_ind:
       Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
       Playout Max=1000(ms), Fax Nom=300(ms))
    Feb 19 17:21:03.754: //176023/D25047000000/CCAPI/cc_api_caps_ack:
       Destination Interface=0x31340418, Destination Call Id=176022, Source Call Id=176023,
       Caps(Codec=g711ulaw(0x1), Fax Rate=FAX_RATE_VOICE(0x2), Vad=ON(0x2),
       Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=1)
    Feb 19 17:21:14.410: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    BYE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.2.115.5:5060;branch=z9hG4bK4cce43ae98389
    From: "Caller" ;tag=659027~d01f1c4f-fe32-4ce8-bb98-06bd76f12320-33263464
    To: ;tag=B8DD5C64-7FF
    Date: Wed, 19 Feb 2014 16:21:03 GMT
    Call-ID: [email protected]
    User-Agent: Cisco-CUCM9.1
    Max-Forwards: 70
    P-Asserted-Identity: "Caller"
    CSeq: 102 BYE
    Reason: Q.850;cause=16
    Content-Length: 0
    Feb 19 17:21:14.410: //176023/D25047000000/CCAPI/ccGenerateToneInfo:
       Stop Tone On Digit=FALSE, Tone=Null,
       Tone Direction=Sum Network, Params=0x0, Call Id=176023
    Feb 19 17:21:14.410: //176022/D25047000000/CCAPI/cc_api_call_disconnected:
       Cause Value=16, Interface=0x31340418, Call Id=176022
    Feb 19 17:21:14.410: //176022/D25047000000/CCAPI/cc_api_call_disconnected:
       Call Entry(Responsed=TRUE, Cause Value=16, Retry Count=0)
    Feb 19 17:21:14.410: //176022/D25047000000/CCAPI/ccConferenceDestroy:
       Conference Id=0xF2EA, Tag=0x0
    Feb 19 17:21:14.410: //176022/D25047000000/CCAPI/cc_api_bridge_drop_done:
       Conference Id=0xF2EA, Source Interface=0x31340418, Source Call Id=176022,
       Destination Call Id=176023, Disposition=0x0, Tag=0x0
    Feb 19 17:21:14.410: //176023/D25047000000/CCAPI/cc_api_bridge_drop_done:
       Conference Id=0xF2EA, Source Interface=0x31340418, Source Call Id=176023,
       Destination Call Id=176022, Disposition=0x0, Tag=0x0
    Feb 19 17:21:14.410: //176022/D25047000000/CCAPI/cc_generic_bridge_done:
       Conference Id=0xF2EA, Source Interface=0x31340418, Source Call Id=176023,
       Destination Call Id=176022, Disposition=0x0, Tag=0x0
    Feb 19 17:21:14.410: //176022/D25047000000/CCAPI/ccCallDisconnect:
       Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=16)
    Feb 19 17:21:14.414: //176022/D25047000000/CCAPI/ccCallDisconnect:
       Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
    Feb 19 17:21:14.414: //176023/D25047000000/CCAPI/ccCallDisconnect:
       Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
    Feb 19 17:21:14.414: //176023/D25047000000/CCAPI/ccCallDisconnect:
       Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
    Feb 19 17:21:14.414: //176022/D25047000000/CCAPI/cc_api_call_disconnect_done:
       Disposition=0, Interface=0x31340418, Tag=0x0, Call Id=176022,
       Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
    Feb 19 17:21:14.414: //176022/D25047000000/CCAPI/cc_api_call_disconnect_done:
       Call Disconnect Event Sent
    Feb 19 17:21:14.414: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
    Feb 19 17:21:14.414: :cc_free_feature_vsa freeing 31B40630
    Feb 19 17:21:14.414: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
    Feb 19 17:21:14.414:  vsacount in free is 1
    Feb 19 17:21:14.414: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.2.115.5:5060;branch=z9hG4bK4cce43ae98389
    From: "Caller" ;tag=659027~d01f1c4f-fe32-4ce8-bb98-06bd76f12320-33263464
    To: ;tag=B8DD5C64-7FF
    Date: Wed, 19 Feb 2014 16:21:14 gmt
    Call-ID: [email protected]
    Server: Cisco-SIPGateway/IOS-12.x
    CSeq: 102 BYE
    Reason: Q.850;cause=16
    Content-Length: 0
    Feb 19 17:21:14.414: //176023/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Sent:
    BYE sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.126.98.37:5060;branch=z9hG4bK31F187D0
    From: sip:[email protected];tag=B8DD5C04-CE
    To: ;tag=SDraqe898-2700717777
    Date: Wed, 19 Feb 2014 16:21:03 gmt
    Call-ID: [email protected]
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Timestamp: 1392826874
    CSeq: 102 BYE
    Reason: Q.850;cause=16
    Content-Length: 0
    Feb 19 17:21:14.426: //176023/D25047000000/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.126.98.37:5060;branch=z9hG4bK31F187D0
    From: sip:[email protected];tag=B8DD5C04-CE
    To: ;tag=SDraqe898-2700717777
    Call-ID: [email protected]
    Timestamp: 1392826874
    CSeq: 102 BYE
    Server: Patton SN4940 1E30V 00A0BA097588 R6.T 2013-04-04_RFE2204 H323 RBS SIP M5T SIP Stack/4.1.12.18
    Content-Length: 0
    Feb 19 17:21:14.426: //176023/D25047000000/CCAPI/cc_api_call_disconnect_done:
       Disposition=0, Interface=0x31340418, Tag=0x0, Call Id=176023,
       Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
    Feb 19 17:21:14.426: //176023/D25047000000/CCAPI/cc_api_call_disconnect_done:
       Call Disconnect Event Sent
    Feb 19 17:21:14.426: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
    Feb 19 17:21:14.426: :cc_free_feature_vsa freeing 31B40710
    Feb 19 17:21:14.426: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
    Feb 19 17:21:14.426:  vsacount in free is 0
    Feb 19 17:21:14.426: //-1/xxxxxxxxxxxx/CCAPI/ccMemPoolTDFreeHelper:
       data = 2B00079C
    Feb 19 17:21:14.426: ccMemPoolTDFreeHelper:mem_mgr_mempool_free: mem_refcnt(2AFD4B64)=0 - mempool
    =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.02.19 17:18:31 =~=~=~=~=~=~=~=~=~=~=~=
    Debug output from "debug voip rtp session named-event"
    =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.02.19 17:29:25 =~=~=~=~=~=~=~=~=~=~=~=
    Feb 19 17:31:52.030:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x79 timestamp 0x4BA0
    Feb 19 17:31:52.030:  << Pt:101    Evt:2       Pkt:0A 00 00
    Feb 19 17:31:52.030:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x79 timestamp 0x4BA0
    Feb 19 17:31:52.030:          Pt:101    Evt:2       Pkt:0A 00 00  >>
    Feb 19 17:31:52.042:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x7B timestamp 0x4BA0
    Feb 19 17:31:52.042:  << Pt:101    Evt:2       Pkt:0A 00 A0
    Feb 19 17:31:52.042:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x7B timestamp 0x4BA0
    Feb 19 17:31:52.042:          Pt:101    Evt:2       Pkt:0A 00 A0  >>
    Feb 19 17:31:52.050:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x7C timestamp 0x4BA0
    Feb 19 17:31:52.050:  << Pt:101    Evt:2       Pkt:0A 01 40
    Feb 19 17:31:52.050:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x7C timestamp 0x4BA0
    Feb 19 17:31:52.050:          Pt:101    Evt:2       Pkt:0A 01 40  >>
    Feb 19 17:31:52.062:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x7E timestamp 0x4BA0
    Feb 19 17:31:52.062:  << Pt:101    Evt:2       Pkt:0A 01 E0
    Feb 19 17:31:52.062:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x7E timestamp 0x4BA0
    Feb 19 17:31:52.062:          Pt:101    Evt:2       Pkt:0A 01 E0  >>
    Feb 19 17:31:52.070:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x7F timestamp 0x4BA0
    Feb 19 17:31:52.070:  << Pt:101    Evt:2       Pkt:0A 02 80
    Feb 19 17:31:52.070:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x7F timestamp 0x4BA0
    Feb 19 17:31:52.070:          Pt:101    Evt:2       Pkt:0A 02 80  >>
    Feb 19 17:31:52.082:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x81 timestamp 0x4BA0
    Feb 19 17:31:52.082:  << Pt:101    Evt:2       Pkt:0A 03 20
    Feb 19 17:31:52.082:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x81 timestamp 0x4BA0
    Feb 19 17:31:52.082:          Pt:101    Evt:2       Pkt:0A 03 20  >>
    Feb 19 17:31:52.090:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x82 timestamp 0x4BA0
    Feb 19 17:31:52.090:  << Pt:101    Evt:2       Pkt:0A 03 C0
    Feb 19 17:31:52.090:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x82 timestamp 0x4BA0
    Feb 19 17:31:52.090:          Pt:101    Evt:2       Pkt:0A 03 C0  >>
    Feb 19 17:31:52.102:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x84 timestamp 0x4BA0
    Feb 19 17:31:52.102:  << Pt:101    Evt:2       Pkt:0A 04 60
    Feb 19 17:31:52.102:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x84 timestamp 0x4BA0
    Feb 19 17:31:52.102:          Pt:101    Evt:2       Pkt:0A 04 60  >>
    Feb 19 17:31:52.110:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x85 timestamp 0x4BA0
    Feb 19 17:31:52.110:  << Pt:101    Evt:2       Pkt:0A 05 00
    Feb 19 17:31:52.110:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x85 timestamp 0x4BA0
    Feb 19 17:31:52.110:          Pt:101    Evt:2       Pkt:0A 05 00  >>
    Feb 19 17:31:52.122:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x87 timestamp 0x4BA0
    Feb 19 17:31:52.122:  << Pt:101    Evt:2       Pkt:0A 05 A0
    Feb 19 17:31:52.122:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x87 timestamp 0x4BA0
    Feb 19 17:31:52.122:          Pt:101    Evt:2       Pkt:0A 05 A0  >>
    Feb 19 17:31:52.130:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x88 timestamp 0x4BA0
    Feb 19 17:31:52.130:  << Pt:101    Evt:2       Pkt:0A 06 40
    Feb 19 17:31:52.130:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x88 timestamp 0x4BA0
    Feb 19 17:31:52.130:          Pt:101    Evt:2       Pkt:0A 06 40  >>
    Feb 19 17:31:52.142:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x8A timestamp 0x4BA0
    Feb 19 17:31:52.142:  << Pt:101    Evt:2       Pkt:0A 06 E0
    Feb 19 17:31:52.142:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x8A timestamp 0x4BA0
    Feb 19 17:31:52.142:          Pt:101    Evt:2       Pkt:0A 06 E0  >>
    Feb 19 17:31:52.150:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x8B timestamp 0x4BA0
    Feb 19 17:31:52.150:  << Pt:101    Evt:2       Pkt:0A 07 80
    Feb 19 17:31:52.150:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x8B timestamp 0x4BA0
    Feb 19 17:31:52.150:          Pt:101    Evt:2       Pkt:0A 07 80  >>
    Feb 19 17:31:52.162:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x8D timestamp 0x4BA0
    Feb 19 17:31:52.162:  << Pt:101    Evt:2       Pkt:0A 08 20
    Feb 19 17:31:52.162:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x8D timestamp 0x4BA0
    Feb 19 17:31:52.162:          Pt:101    Evt:2       Pkt:0A 08 20  >>
    Feb 19 17:31:52.170:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x8E timestamp 0x4BA0
    Feb 19 17:31:52.170:  << Pt:101    Evt:2       Pkt:0A 08 C0
    Feb 19 17:31:52.170:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x8E timestamp 0x4BA0
    Feb 19 17:31:52.170:          Pt:101    Evt:2       Pkt:0A 08 C0  >>
    Feb 19 17:31:52.182:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x90 timestamp 0x4BA0
    Feb 19 17:31:52.182:  << Pt:101    Evt:2       Pkt:0A 09 60
    Feb 19 17:31:52.182:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x90 timestamp 0x4BA0
    Feb 19 17:31:52.182:          Pt:101    Evt:2       Pkt:0A 09 60  >>
    Feb 19 17:31:52.190:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x91 timestamp 0x4BA0
    Feb 19 17:31:52.190:  << Pt:101    Evt:2       Pkt:0A 0A 00
    Feb 19 17:31:52.190:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x91 timestamp 0x4BA0
    Feb 19 17:31:52.190:          Pt:101    Evt:2       Pkt:0A 0A 00  >>
    Feb 19 17:31:52.202:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x93 timestamp 0x4BA0
    Feb 19 17:31:52.202:  << Pt:101    Evt:2       Pkt:8A 0A A0
    Feb 19 17:31:52.202:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x93 timestamp 0x4BA0
    Feb 19 17:31:52.202:          Pt:101    Evt:2       Pkt:8A 0A A0  >>
    Feb 19 17:31:52.202:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x94 timestamp 0x4BA0
    Feb 19 17:31:52.202:  << Pt:101    Evt:2       Pkt:8A 0A A0
    Feb 19 17:31:52.202:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x94 timestamp 0x4BA0
    Feb 19 17:31:52.202:          Pt:101    Evt:2       Pkt:8A 0A A0  >>
    Feb 19 17:31:52.218:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0x95 timestamp 0x4BA0
    Feb 19 17:31:52.218:  << Pt:101    Evt:2       Pkt:8A 0A A0
    Feb 19 17:31:52.218:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0x95 timestamp 0x4BA0
    Feb 19 17:31:52.218:          Pt:101    Evt:2       Pkt:8A 0A A0  >>
    Feb 19 17:31:52.542:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xA6 timestamp 0x5B40
    Feb 19 17:31:52.542:  << Pt:101    Evt:3       Pkt:0A 00 00
    Feb 19 17:31:52.542:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xA6 timestamp 0x5B40
    Feb 19 17:31:52.542:          Pt:101    Evt:3       Pkt:0A 00 00  >>
    Feb 19 17:31:52.550:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xA7 timestamp 0x5B40
    Feb 19 17:31:52.550:  << Pt:101    Evt:3       Pkt:0A 00 A0
    Feb 19 17:31:52.550:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xA7 timestamp 0x5B40
    Feb 19 17:31:52.550:          Pt:101    Evt:3       Pkt:0A 00 A0  >>
    Feb 19 17:31:52.562:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xA9 timestamp 0x5B40
    Feb 19 17:31:52.562:  << Pt:101    Evt:3       Pkt:0A 01 40
    Feb 19 17:31:52.562:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xA9 timestamp 0x5B40
    Feb 19 17:31:52.562:          Pt:101    Evt:3       Pkt:0A 01 40  >>
    Feb 19 17:31:52.570:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xAA timestamp 0x5B40
    Feb 19 17:31:52.570:  << Pt:101    Evt:3       Pkt:0A 01 E0
    Feb 19 17:31:52.570:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xAA timestamp 0x5B40
    Feb 19 17:31:52.570:          Pt:101    Evt:3       Pkt:0A 01 E0  >>
    Feb 19 17:31:52.582:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xAC timestamp 0x5B40
    Feb 19 17:31:52.582:  << Pt:101    Evt:3       Pkt:0A 02 80
    Feb 19 17:31:52.582:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xAC timestamp 0x5B40
    Feb 19 17:31:52.582:          Pt:101    Evt:3       Pkt:0A 02 80  >>
    Feb 19 17:31:52.590:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xAD timestamp 0x5B40
    Feb 19 17:31:52.590:  << Pt:101    Evt:3       Pkt:0A 03 20
    Feb 19 17:31:52.590:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xAD timestamp 0x5B40
    Feb 19 17:31:52.590:          Pt:101    Evt:3       Pkt:0A 03 20  >>
    Feb 19 17:31:52.602:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xAF timestamp 0x5B40
    Feb 19 17:31:52.602:  << Pt:101    Evt:3       Pkt:0A 03 C0
    Feb 19 17:31:52.602:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xAF timestamp 0x5B40
    Feb 19 17:31:52.602:          Pt:101    Evt:3       Pkt:0A 03 C0  >>
    Feb 19 17:31:52.610:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xB0 timestamp 0x5B40
    Feb 19 17:31:52.610:  << Pt:101    Evt:3       Pkt:0A 04 60
    Feb 19 17:31:52.610:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xB0 timestamp 0x5B40
    Feb 19 17:31:52.610:          Pt:101    Evt:3       Pkt:0A 04 60  >>
    Feb 19 17:31:52.622:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xB2 timestamp 0x5B40
    Feb 19 17:31:52.622:  << Pt:101    Evt:3       Pkt:0A 05 00
    Feb 19 17:31:52.622:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xB2 timestamp 0x5B40
    Feb 19 17:31:52.622:          Pt:101    Evt:3       Pkt:0A 05 00  >>
    Feb 19 17:31:52.630:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xB3 timestamp 0x5B40
    Feb 19 17:31:52.630:  << Pt:101    Evt:3       Pkt:0A 05 A0
    Feb 19 17:31:52.630:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xB3 timestamp 0x5B40
    Feb 19 17:31:52.630:          Pt:101    Evt:3       Pkt:0A 05 A0  >>
    Feb 19 17:31:52.642:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xB5 timestamp 0x5B40
    Feb 19 17:31:52.642:  << Pt:101    Evt:3       Pkt:0A 06 40
    Feb 19 17:31:52.642:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xB5 timestamp 0x5B40
    Feb 19 17:31:52.642:          Pt:101    Evt:3       Pkt:0A 06 40  >>
    Feb 19 17:31:52.650:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xB6 timestamp 0x5B40
    Feb 19 17:31:52.650:  << Pt:101    Evt:3       Pkt:0A 06 E0
    Feb 19 17:31:52.650:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xB6 timestamp 0x5B40
    Feb 19 17:31:52.650:          Pt:101    Evt:3       Pkt:0A 06 E0  >>
    Feb 19 17:31:52.662:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xB8 timestamp 0x5B40
    Feb 19 17:31:52.662:  << Pt:101    Evt:3       Pkt:8A 07 80
    Feb 19 17:31:52.662:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xB8 timestamp 0x5B40
    Feb 19 17:31:52.662:          Pt:101    Evt:3       Pkt:8A 07 80  >>
    Feb 19 17:31:52.662:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xB9 timestamp 0x5B40
    Feb 19 17:31:52.662:  << Pt:101    Evt:3       Pkt:8A 07 80
    Feb 19 17:31:52.662:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xB9 timestamp 0x5B40
    Feb 19 17:31:52.662:          Pt:101    Evt:3       Pkt:8A 07 80  >>
    Feb 19 17:31:52.678:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xBA timestamp 0x5B40
    Feb 19 17:31:52.678:  << Pt:101    Evt:3       Pkt:8A 07 80
    Feb 19 17:31:52.678:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xBA timestamp 0x5B40
    Feb 19 17:31:52.678:          Pt:101    Evt:3       Pkt:8A 07 80  >>
    Feb 19 17:31:52.970:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xC9 timestamp 0x67C0
    Feb 19 17:31:52.970:  << Pt:101    Evt:5       Pkt:0A 00 00
    Feb 19 17:31:52.970:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xC9 timestamp 0x67C0
    Feb 19 17:31:52.970:          Pt:101    Evt:5       Pkt:0A 00 00  >>
    Feb 19 17:31:52.982:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xCA timestamp 0x67C0
    Feb 19 17:31:52.982:  << Pt:101    Evt:5       Pkt:0A 00 A0
    Feb 19 17:31:52.982:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xCA timestamp 0x67C0
    Feb 19 17:31:52.982:          Pt:101    Evt:5       Pkt:0A 00 A0  >>
    Feb 19 17:31:52.990:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xCC timestamp 0x67C0
    Feb 19 17:31:52.990:  << Pt:101    Evt:5       Pkt:0A 01 40
    Feb 19 17:31:52.990:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xCC timestamp 0x67C0
    Feb 19 17:31:52.990:          Pt:101    Evt:5       Pkt:0A 01 40  >>
    Feb 19 17:31:53.002:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xCD timestamp 0x67C0
    Feb 19 17:31:53.002:  << Pt:101    Evt:5       Pkt:0A 01 E0
    Feb 19 17:31:53.002:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xCD timestamp 0x67C0
    Feb 19 17:31:53.002:          Pt:101    Evt:5       Pkt:0A 01 E0  >>
    Feb 19 17:31:53.010:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xCF timestamp 0x67C0
    Feb 19 17:31:53.010:  << Pt:101    Evt:5       Pkt:0A 02 80
    Feb 19 17:31:53.010:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xCF timestamp 0x67C0
    Feb 19 17:31:53.010:          Pt:101    Evt:5       Pkt:0A 02 80  >>
    Feb 19 17:31:53.022:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xD0 timestamp 0x67C0
    Feb 19 17:31:53.022:  << Pt:101    Evt:5       Pkt:0A 03 20
    Feb 19 17:31:53.022:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xD0 timestamp 0x67C0
    Feb 19 17:31:53.022:          Pt:101    Evt:5       Pkt:0A 03 20  >>
    Feb 19 17:31:53.030:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xD2 timestamp 0x67C0
    Feb 19 17:31:53.030:  << Pt:101    Evt:5       Pkt:0A 03 C0
    Feb 19 17:31:53.030:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xD2 timestamp 0x67C0
    Feb 19 17:31:53.030:          Pt:101    Evt:5       Pkt:0A 03 C0  >>
    Feb 19 17:31:53.042:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xD3 timestamp 0x67C0
    Feb 19 17:31:53.042:  << Pt:101    Evt:5       Pkt:0A 04 60
    Feb 19 17:31:53.042:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xD3 timestamp 0x67C0
    Feb 19 17:31:53.042:          Pt:101    Evt:5       Pkt:0A 04 60  >>
    Feb 19 17:31:53.050:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xD5 timestamp 0x67C0
    Feb 19 17:31:53.050:  << Pt:101    Evt:5       Pkt:0A 05 00
    Feb 19 17:31:53.050:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xD5 timestamp 0x67C0
    Feb 19 17:31:53.050:          Pt:101    Evt:5       Pkt:0A 05 00  >>
    Feb 19 17:31:53.062:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xD6 timestamp 0x67C0
    Feb 19 17:31:53.062:  << Pt:101    Evt:5       Pkt:0A 05 A0
    Feb 19 17:31:53.062:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xD6 timestamp 0x67C0
    Feb 19 17:31:53.062:          Pt:101    Evt:5       Pkt:0A 05 A0  >>
    Feb 19 17:31:53.070:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xD8 timestamp 0x67C0
    Feb 19 17:31:53.070:  << Pt:101    Evt:5       Pkt:0A 06 40
    Feb 19 17:31:53.070:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xD8 timestamp 0x67C0
    Feb 19 17:31:53.070:          Pt:101    Evt:5       Pkt:0A 06 40  >>
    Feb 19 17:31:53.082:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xD9 timestamp 0x67C0
    Feb 19 17:31:53.082:  << Pt:101    Evt:5       Pkt:0A 06 E0
    Feb 19 17:31:53.082:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xD9 timestamp 0x67C0
    Feb 19 17:31:53.082:          Pt:101    Evt:5       Pkt:0A 06 E0  >>
    Feb 19 17:31:53.090:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xDB timestamp 0x67C0
    Feb 19 17:31:53.090:  << Pt:101    Evt:5       Pkt:0A 07 80
    Feb 19 17:31:53.090:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xDB timestamp 0x67C0
    Feb 19 17:31:53.090:          Pt:101    Evt:5       Pkt:0A 07 80  >>
    Feb 19 17:31:53.102:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xDC timestamp 0x67C0
    Feb 19 17:31:53.102:  << Pt:101    Evt:5       Pkt:8A 08 20
    Feb 19 17:31:53.102:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xDC timestamp 0x67C0
    Feb 19 17:31:53.102:          Pt:101    Evt:5       Pkt:8A 08 20  >>
    Feb 19 17:31:53.102:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xDD timestamp 0x67C0
    Feb 19 17:31:53.102:  << Pt:101    Evt:5       Pkt:8A 08 20
    Feb 19 17:31:53.102:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xDD timestamp 0x67C0
    Feb 19 17:31:53.102:          Pt:101    Evt:5       Pkt:8A 08 20  >>
    Feb 19 17:31:53.118:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xDE timestamp 0x67C0
    Feb 19 17:31:53.118:  << Pt:101    Evt:5       Pkt:8A 08 20
    Feb 19 17:31:53.118:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xDE timestamp 0x67C0
    Feb 19 17:31:53.118:          Pt:101    Evt:5       Pkt:8A 08 20  >>
    Feb 19 17:31:53.270:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xE7 timestamp 0x7080
    Feb 19 17:31:53.270:  << Pt:101    Evt:2       Pkt:0A 00 00
    Feb 19 17:31:53.270:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xE7 timestamp 0x7080
    Feb 19 17:31:53.270:          Pt:101    Evt:2       Pkt:0A 00 00  >>
    Feb 19 17:31:53.282:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xE8 timestamp 0x7080
    Feb 19 17:31:53.282:  << Pt:101    Evt:2       Pkt:0A 00 A0
    Feb 19 17:31:53.282:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xE8 timestamp 0x7080
    Feb 19 17:31:53.282:          Pt:101    Evt:2       Pkt:0A 00 A0  >>
    Feb 19 17:31:53.290:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xEA timestamp 0x7080
    Feb 19 17:31:53.290:  << Pt:101    Evt:2       Pkt:0A 01 40
    Feb 19 17:31:53.290:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xEA timestamp 0x7080
    Feb 19 17:31:53.290:          Pt:101    Evt:2       Pkt:0A 01 40  >>
    Feb 19 17:31:53.302:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xEB timestamp 0x7080
    Feb 19 17:31:53.302:  << Pt:101    Evt:2       Pkt:0A 01 E0
    Feb 19 17:31:53.302:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xEB timestamp 0x7080
    Feb 19 17:31:53.302:          Pt:101    Evt:2       Pkt:0A 01 E0  >>
    Feb 19 17:31:53.310:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xED timestamp 0x7080
    Feb 19 17:31:53.310:  << Pt:101    Evt:2       Pkt:0A 02 80
    Feb 19 17:31:53.310:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xED timestamp 0x7080
    Feb 19 17:31:53.310:          Pt:101    Evt:2       Pkt:0A 02 80  >>
    Feb 19 17:31:53.322:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xEE timestamp 0x7080
    Feb 19 17:31:53.322:  << Pt:101    Evt:2       Pkt:0A 03 20
    Feb 19 17:31:53.322:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xEE timestamp 0x7080
    Feb 19 17:31:53.322:          Pt:101    Evt:2       Pkt:0A 03 20  >>
    Feb 19 17:31:53.330:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xF0 timestamp 0x7080
    Feb 19 17:31:53.330:  << Pt:101    Evt:2       Pkt:0A 03 C0
    Feb 19 17:31:53.330:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xF0 timestamp 0x7080
    Feb 19 17:31:53.330:          Pt:101    Evt:2       Pkt:0A 03 C0  >>
    Feb 19 17:31:53.342:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xF1 timestamp 0x7080
    Feb 19 17:31:53.342:  << Pt:101    Evt:2       Pkt:0A 04 60
    Feb 19 17:31:53.342:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xF1 timestamp 0x7080
    Feb 19 17:31:53.342:          Pt:101    Evt:2       Pkt:0A 04 60  >>
    Feb 19 17:31:53.350:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xF3 timestamp 0x7080
    Feb 19 17:31:53.350:  << Pt:101    Evt:2       Pkt:0A 05 00
    Feb 19 17:31:53.350:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xF3 timestamp 0x7080
    Feb 19 17:31:53.350:          Pt:101    Evt:2       Pkt:0A 05 00  >>
    Feb 19 17:31:53.362:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xF4 timestamp 0x7080
    Feb 19 17:31:53.362:  << Pt:101    Evt:2       Pkt:0A 05 A0
    Feb 19 17:31:53.362:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xF4 timestamp 0x7080
    Feb 19 17:31:53.362:          Pt:101    Evt:2       Pkt:0A 05 A0  >>
    Feb 19 17:31:53.370:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xF6 timestamp 0x7080
    Feb 19 17:31:53.370:  << Pt:101    Evt:2       Pkt:0A 06 40
    Feb 19 17:31:53.370:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xF6 timestamp 0x7080
    Feb 19 17:31:53.370:          Pt:101    Evt:2       Pkt:0A 06 40  >>
    Feb 19 17:31:53.382:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xF7 timestamp 0x7080
    Feb 19 17:31:53.382:  << Pt:101    Evt:2       Pkt:0A 06 E0
    Feb 19 17:31:53.382:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xF7 timestamp 0x7080
    Feb 19 17:31:53.382:          Pt:101    Evt:2       Pkt:0A 06 E0  >>
    Feb 19 17:31:53.390:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xF9 timestamp 0x7080
    Feb 19 17:31:53.390:  << Pt:101    Evt:2       Pkt:0A 07 80
    Feb 19 17:31:53.390:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xF9 timestamp 0x7080
    Feb 19 17:31:53.390:          Pt:101    Evt:2       Pkt:0A 07 80  >>
    Feb 19 17:31:53.402:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xFA timestamp 0x7080
    Feb 19 17:31:53.402:  << Pt:101    Evt:2       Pkt:0A 08 20
    Feb 19 17:31:53.402:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xFA timestamp 0x7080
    Feb 19 17:31:53.402:          Pt:101    Evt:2       Pkt:0A 08 20  >>
    Feb 19 17:31:53.410:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xFC timestamp 0x7080
    Feb 19 17:31:53.410:  << Pt:101    Evt:2       Pkt:0A 08 C0
    Feb 19 17:31:53.410:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xFC timestamp 0x7080
    Feb 19 17:31:53.410:          Pt:101    Evt:2       Pkt:0A 08 C0  >>
    Feb 19 17:31:53.422:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xFD timestamp 0x7080
    Feb 19 17:31:53.422:  << Pt:101    Evt:2       Pkt:8A 09 60
    Feb 19 17:31:53.422:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xFD timestamp 0x7080
    Feb 19 17:31:53.422:          Pt:101    Evt:2       Pkt:8A 09 60  >>
    Feb 19 17:31:53.422:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xFE timestamp 0x7080
    Feb 19 17:31:53.422:  << Pt:101    Evt:2       Pkt:8A 09 60
    Feb 19 17:31:53.422:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xFE timestamp 0x7080
    Feb 19 17:31:53.422:          Pt:101    Evt:2       Pkt:8A 09 60  >>
    Feb 19 17:31:53.438:          s=VoIP d=DSP payload 0x65 ssrc 0x58F0F00A sequence 0xFF timestamp 0x7080
    Feb 19 17:31:53.438:  << Pt:101    Evt:2       Pkt:8A 09 60
    Feb 19 17:31:53.438:          s=DSP d=VoIP payload 0x65 ssrc 0x58F0F00A sequence 0xFF timestamp 0x7080
    Feb 19 17:31:53.438:          Pt:101    Evt:2       Pkt:8A 09 60  >>

  • CUCMBE dtmf doesn't work via SIP Trunk to PSTN

    The dtmf events packets send by CUCMBE have incorrect UDP Length. Based on RFC 2833 a correct UDP length value for dtmf event packets is 24 (decimal), but this CUCMBE sends its events packets with UDP length set to 36 (decimal). Since the events packets have an incorrect udp length field, it is causing the ITSP to discard the packet. The CUCMBE version is 7.1.3.30000-1.
    The attachment fiel TestNo1.bmp is a capture with wireshark that show the udp length with 36. It was taken in CUCMBE version 7.1.3
    However, with a CUCMBE version 8.6.2 it works well and it formats the events packets with udp length with 24.
    The attachment fiel GoodTestNo.bmp is a capture with wireshark that show the udp length with 24. It was taken in CUCMBE version 8.6.2
    I'll appreciate any help.
    BR
    Juan

    Does DTMF work on *any* outbound call? If it's only broken to this destination it's possible that the length is too short for that conference bridge to recognize.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • 3640 MCU - Conferences Created via the web interface

    When a conference is created via the 3640 web interface, it will timeout in 30 minutes if no one joins the conference. Can and if so, how can you change that timeout value?

    I don't think there's an adjustment for this. You should probably call Cisco and see.

  • Registering MCU via SCCP

    I have an IPVC-3515 which we use with H.323 gatekeeper. This has been working fine. I also see that I can use SCCP with this unit. Does anyone have any docs that explain how to do this? I am using CM4.0. What phone load would it try to tftp from CM and what type of phone would it try to register as?
    Thx

    You would add it to CCM as a video conference bridge. The CCM configuration can be found here:
    http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_administration_guide_chapter09186a00801ecf8a.html#1057743
    The IPVC configuration can be found here:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cuvcm/release_5_1/3515/administration/guide/Protocols.html#wp2915457
    Hope this helps. If so, please rate the post.
    Brandon

  • DTMF relay

    Hello,
    I have problem relaying DTMF signals from MCU to H.320 GW.
    I was trying to invite an IVR number via H.320 GW. I was able to call the IVR number. Then the IVR asks for extension number. I provided the number. However, this information was not relayed by the MCU.
    Thanks

    Just go to your SIP dial-peers:
    R01#conf t
    R01#dial-peer voice XX voip    << XX is you SIP dial-peer
    R01(config-dial-peer)#dtmf-relay ?
      cisco-rtp          Cisco Proprietary RTP
      h245-alphanumeric  DTMF Relay via H245 Alphanumeric IE
      h245-signal        DTMF Relay via H245 Signal IE
      rtp-nte            RTP Named Telephone Event RFC 2833
      sip-kpml           DTMF Relay via KPML over SIP SUBCRIBE/NOTIFY
      sip-notify         DTMF Relay via SIP NOTIFY messages
    dial-peer voice 555 voip
     destination-pattern 55555
     session protocol sipv2
     session target ipv4:1.1.1.1
     dtmf-relay sip-notify
    -Terry

  • Tandberg Codian MCU 4505 integration with Microsoft Lync server 2010

    Hi,
    We are trying to integrate Tandberg Codian MCU 4505 with Microsoft Lync server 2010.
    We do not have any VCS in the setup.
    If anybody has tried it before, please suggest configuration to be done on Tandberg Codian MCU 4505 and Lync server.
    Regards,
    RN

    Hi,
    so, i have the same environment. Lync 2013 and a cisco 1000V router on esxi with VRFs.
    here is m config:
    vrf definition Mgmt-intf
    address-family ipv4
    exit-address-family
    address-family ipv6
    exit-address-family
    voice vrf Mgmt-intf
    voice service voip
    no ip address trusted authenticate
    address-hiding
    media disable-detailed-stats
    allow-connections sip to sip
    no supplementary-service sip moved-temporarily
    no supplementary-service sip refer
    sip
      bind control source-interface GigabitEthernet0
      bind media source-interface GigabitEthernet0
      listen-port non-secure  5066
    voice class codec 1
    codec preference 1 g711ulaw
    codec preference 2 g711alaw
    codec preference 3 g729r8
    voice class codec 2
    codec preference 1 ilbc
    codec preference 2 g722-64
    codec preference 3 g711alaw
    codec preference 4 g711ulaw
    interface GigabitEthernet0
    vrf forwarding Mgmt-intf
    ip address 172.16.1.164 255.255.255.0
    negotiation auto
    dial-peer voice 15 voip
    tone ringback alert-no-PI
    numbering-type unknown
    preference 1
    destination-pattern 4.
    rtp payload-type comfort-noise 13
    session protocol sipv2
    session target ipv4:172.16.2.207:5068
    session transport tcp
    voice-class codec 2
    dtmf-relay rtp-nte
    dial-peer voice 17 voip
    numbering-type unknown
    preference 1
    destination-pattern 7.
    rtp payload-type comfort-noise 13
    session protocol sipv2
    session target ipv4:172.16.1.32:5060
    session transport udp
    voice-class codec 2
    dtmf-relay rtp-nte
    gateway
    timer receive-rtp 1200
    sip-ua
    keepalive target ipv4:172.16.2.207:5068 tcp
    172.16.1.32 - Asterisk with a extensions on it.
    172.16.2.207 - Lync 2013 mediation server with other extension on it
    i can call from Asterisk extension via router and to Lync extension.
    i cannot call from Lync to Asterisk.
    TCP session with the router from Lync on port 5066 does not come up. three way handshake seems to come up.
    strange. lync person seems to configured everything correctly
    any thoughts?

  • Jabber Client through Collab Edge dials MCU - no Video

    Hi There,
    I think this is a licensing issue, but would need clarification as to what is required.
    We have Jabber Clients externally connecting through Collab Edge,  Jabber to Jabber video works great, but when conferencing the client gets only Audio.  (this is expected).
    We have implemented a software MCU via a SIP trunk from the CUCM which works fine internally, but when Jabber clients dial this through Collab Edge, no video is received or sent.
    My understanding is some "Rich Media" license is required on VCSe or VCSc?  Can someone explain what is required or another way to accomplish multiparty video using external jabber clients?
    Thanks

    Rich media sessions licenses are only required if you need to video call people outside of your organization, that is the registration of the remote user's endpoint doesnt register to the CUCM that is integrated with MRA.
    Are you using device mobility by any chance and have you set certain locations for users who come in through MRA? Does this location have enough bandwidth for video?

Maybe you are looking for

  • Struts: validating date failed

    Hello! I have a problem with validating dates: This is how the field is defined in the validation.xml : <field property="onhire" depends="required,date"> <arg0 key="new.form.prompt.onhire"/> <var> <var-name>datePatternStrict</var-name> <var-value>yyy

  • Writing Boolean variables to MS SQL Server

    I cannot figure this out. In the script I'm working on, a boolean variable can be dynamic either True / False ,etc I cannot get the syntex correct to write this variable to a "binary" datatype column in SQL Server. Column name in database is Binary I

  • How Remove Sample User Form CRM 2015 Online

    I have CRM 2015 Online and Use Sample Data And Sample User I have remove the Sample Data which is removed but how I remove the Sample User There is no option for delete and Disable User in CRM 2015 Online on System User Entity One thing More in Offic

  • Reacreate the SE16 Data Browser

    Hi everyone, I was trying to implement the SE16 Data Browser at my localhost with the NW04s SneakPreviw. But unfortunately, I found out an error that I am not able to solve. Can anyone help me? I'm stucked. Here follows: Web Dynpro Comp. / Intf. Z_SE

  • CLM Company-Organization Unit in Master Agreement

    Hi guys In a CLM Master Agreement, after I select a company, I am able to select any organizational unit, even if it does not belong to that company. The system does not issue any error message. Is it standard behavior? Shouldnt the system validate t