/mcp{ Media_G723BRate_5_3 = 1, //5.3Kbps Media_G723BRate_6_4 = 2 //6.4Kbps } Media_G723BitRate; Setting RTP Parameters for Call The CCiscoLineDevSpecificSetRTPParamsForCall class sets the RTP parameters for a specific call. This extension only applies if extension version 0x00040000 or higher gets negotiated. Note CCiscoLineDevSpecific | +--CCiscoLineDevSpecificSetRTPParamsForCall Class Details class CciscoLineDevSpecificSetRTPParamsForCall: public CCiscoLineDevSpecific { public: CciscoLineDevSpecificSetRTPParamsForCall () : CCiscoLineDevSpecific(SLDST_USER_SET_RTP_INFO) {} virtual ~ CciscoLineDevSpecificSetRTPParamsForCall () {} virtual DWORD dwSize(void) const {return sizeof(*this)-4;} // subtract out the virtual function table pointer DWORD m_RecieveIP; // UDP audio reception IP DWORD m_RecievePort; // UDP audio reception port }; Parameters DWORD m_MsgType Equals SLDST_USER_SET_RTP_INFO DWORD m_ReceiveIP This specifies the RTP audio reception IP address in the network byte order to set for the call. DWORD m_ReceivePort This specifies the RTP audio reception port in the network byte order to set for the call. Redirect Set Original Called ID The CCiscoLineDevSpecificRedirectSetOrigCalled class redirects a call to another party while it sets the original called ID of the call to any other party. This extension only applies if extension version 0x00040000 or higher gets negotiated. Note Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 362 Cisco Device-Specific Extensions Setting RTP Parameters for Call
