Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vendors:cisco:uc:cucm:conferencenow [2019/08/26 16:23] – [Key Aspects of Conference Now] gerardorourkevendors:cisco:uc:cucm:conferencenow [2019/08/28 11:37] (current) – [Audio Prompts] gerardorourke
Line 24: Line 24:
 dtmf-relay rtp-nte sip-kpml dtmf-relay rtp-nte sip-kpml
 </code> </code>
 +
 +Note: there is no difference in the SIP Invite and SDP if you change the order of above.
 +i.e. there is no technical way to inform the other SIP endpoint you have a preference for KMPL over RFC2833 (NTE).
 +But Cisco phones do 'prefer' NTE mode - when both are offered (but they support both).
  
  
 ===== Audio Prompts ===== ===== Audio Prompts =====
 ^ Annoucment Identifier           ^ Annoucement Text                                                                                                           ^ Notes                                                                                                                                                                                                                                                                                                                                                 ^ ^ Annoucment Identifier           ^ Annoucement Text                                                                                                           ^ Notes                                                                                                                                                                                                                                                                                                                                                 ^
-| ConferenceNowGreeting           | Welcome. To Join a Conference Now, please enter a meeting number, following by hash.                                       | Include a call recording warning if call is recorded, e.g. 'Welcome to Purplpi Conferencing. Your Call May be recorded for training and quality purposes. Please enter a meeting number, following by hash.'                                                                                                                                          |+| ConferenceNowGreeting           | Welcome. To Join a Conference Now, please enter a meeting number, following by hash.                                       | Include a call recording warning if call is recorded, e.g. 'Welcome to Purplepi Conferencing. Your Call May be recorded for training and quality purposes. Please enter a meeting number, following by hash.'                                                                                                                                          |
 | ConferenceNowNumberInvalid      | The meeting number that you entered is invalid, please re-enter the meeting number                                                                                                                                                                                                                                                                                                                                                                                               | | ConferenceNowNumberInvalid      | The meeting number that you entered is invalid, please re-enter the meeting number                                                                                                                                                                                                                                                                                                                                                                                               |
 | ConferenceNowEnterPIN           | If you are the meeting host, please enter your PIN, otherwise press hash to continue.                                      |                                                                                                                                                                                                                                                                                                                                                       | | ConferenceNowEnterPIN           | If you are the meeting host, please enter your PIN, otherwise press hash to continue.                                      |                                                                                                                                                                                                                                                                                                                                                       |
Line 164: Line 168:
       2202 ORG     T2161  g729r8      VOIP        P      <IP address of Host Phone>:16852       2202 ORG     T2161  g729r8      VOIP        P      <IP address of Host Phone>:16852
       2210 ORG     T52    g729r8      VOIP        P      <IP address of Gateway from external Attendee>:16426       2210 ORG     T52    g729r8      VOIP        P      <IP address of Gateway from external Attendee>:16426
 +</code>
 +
 +
 +===== DTMF Debug =====
 +using the **show sip-ua calls* on the gateway you can confirm the Dtmf-relay Negotiated, e.g. in below example - it is **kpml**.
 +Note: the 'show sip-ua calls dtmf-relay sip-kpml' does not seem to work. As it shows '0' calls even if a call is using KPML as per below.
 +
 +<code>
 +GATEWAY#show sip-ua calls
 +Total SIP call legs:1, User Agent Client:1, User Agent Server:0
 +SIP UAC CALL INFO
 +Call 1
 +SIP Call ID                : [email protected]
 +   State of the call       : STATE_ACTIVE (7)
 +   Substate of the call    : SUBSTATE_NONE (0)
 +   Calling Number          : +353768978692
 +   Called Number           : 75912
 +   Called URI              : sip:[email protected]
 +   Bit Flags               : 0xC04018 0x90800100 0x80
 +   CC Call ID              : 205675
 +   Local UUID              : 6a58d8d700105000a000006cbca9ea0a
 +   Remote UUID             : a7c4ddf6abb85f1b94df1c05a987d304
 +   Source IP Address (Sig ): 10.10.20.30
 +   Destn SIP Req Addr:Port : [10.10.10.1]:5060
 +   Destn SIP Resp Addr:Port: [10.10.10.1]:5060
 +   Destination Name        : 10.10.10.1
 +   Number of Media Streams : 1
 +   Number of Active Streams: 1
 +   RTP Fork Object         : 0x0
 +   Media Mode              : flow-through
 +   Media Stream 1
 +     State of the stream      : STREAM_ACTIVE
 +     Stream Call ID           : 205675
 +     Stream Type              : voice-only (0)
 +     Stream Media Addr Type   : 1
 +     Negotiated Codec         : g729r8 (20 bytes)
 +     Codec Payload Type       : 18
 +     Negotiated Dtmf-relay    : sip-kpml
 +     Dtmf-relay Payload Type  : 0
 +     QoS ID                   : -1
 +     Local QoS Strength       : BestEffort
 +     Negotiated QoS Strength  : BestEffort
 +     Negotiated QoS Direction : None
 +     Local QoS Status         : None
 +     Media Source IP Addr:Port: [10.10.20.30]:17708
 +     Media Dest IP Addr:Port  : [10.10.30.99]:26994
 +   Mid-Call Re-Assocation Count: 0
 +   SRTP-RTP Re-Assocation DSP Query Count: 0
 +
 +
 +Options-Ping    ENABLED:NO    ACTIVE:NO
 +   Number of SIP User Agent Client(UAC) calls: 1
 +
 +SIP UAS CALL INFO
 +   Number of SIP User Agent Server(UAS) calls: 0
 +
 </code> </code>
  • vendors/cisco/uc/cucm/conferencenow.1566832996.txt.gz
  • Last modified: 2019/08/26 16:23
  • by gerardorourke