Author Message
QizhiYi
Joined: Jan 8, 2014
Messages: 0
Offline
On dashboard, I chose Client media - Redirect Media, I got
following:

Outgoing XML 29
<?xml version="1.0" encoding="utf-8"?>
<RedirectMediaRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.avaya.com/csta">
<device typeOfNumber="other" mediaClass="notKnown">6449:S8700:172.16.3.204:0</device>
<usePreviousValues>true</usePreviousValues>
<localMediaInfo>
<rtpAddress>
<address>10.236.0.219</address>
<port>5725</port>
</rtpAddress>
<rtcpAddress>
<address>10.236.0.219</address>
<port>5726</port>
</rtcpAddress>
</localMediaInfo>
</RedirectMediaRequest>
-----------------------
Incoming XML 29 6449:S8700:172.16.3.204:0
<?xml version="1.0" encoding="UTF-8"?><RedirectMediaResponse xmlns="http://www.avaya.com/csta" />


In AES DMCC Service Summary - Device Detail
I got:
Device Id: 6449:S8700:172.16.3.204:0
When Registered: 17, 2010 12:58:56 CST
Time Since Registration: 0 hours, 5 minutes, 41 seconds,
Media Mode: CLIENT
Dependency Mode: DEPENDENT
RTP Address:Port:
RTCP Address:Port: /10.236.0.219:4726
Encryption Parameters: none
Codec Parameters: g711U
Number of Associated Sessions: 1

I didn't succeed in changing the RTP port.
Please help , thank you.
JohnBiggs
Joined: Jun 20, 2005
Messages: 1142
Location: Rural, Virginia
Offline
What release of AE Services?
What DMCC SDK?
What SDK release?
What media mode are you using?
On an active call or while idle?
What does the dmcc-trace.log.0 file show as it processed your request?
Are you still receiving RTP at the prior IP/port address?
Does the SAT Command 'status station 6449' show Communication Manager has redirected the media?
Does Communication Manager throw any denial events in the interval that it is processing your request (SAT: clear events, run test, SAT display events, type=denial)

According to the RTP RFC, the RTP port address is always an EVEN integer (2N), and the RTCP port is always the next ODD integer (2N+1), which is not what your request contains.
QizhiYi
Joined: Jan 8, 2014
Messages: 0
Offline
AES : 4.2.2
DMCC SDK 4.2.46/ Dashboard 4.2.46
media mode: Client media
I made redirectmedia on Client Media page in Dashboard while idle.

I made a new try (rtp changed from 31000 to 32000)
---------------------
Outgoing XML 16
<?xml version="1.0" encoding="utf-8"?>
<RegisterTerminalRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.avaya.com/csta">
<device typeOfNumber="other" mediaClass="notKnown">6449:S8700:172.16.3.204:0</device>
<loginInfo>
<forceLogin>true</forceLogin>
<sharedControl>false</sharedControl>
<password>123456</password>
<mediaMode>CLIENT</mediaMode>
<dependencyMode>MAIN</dependencyMode>
</loginInfo>
<localMediaInfo>
<rtpAddress>
<address>172.16.1.64</address>
<port>31000</port>
</rtpAddress>
<rtcpAddress>
<address>172.16.1.64</address>
<port>31001</port>
</rtcpAddress>
<codecs>g711U</codecs>
<packetSize>20</packetSize>
<encryptionList>none</encryptionList>
</localMediaInfo>
</RegisterTerminalRequest>
-----------------------
Incoming XML 16 6449:S8700:172.16.3.204:0
<?xml version="1.0" encoding="UTF-8"?><RegisterTerminalResponse xmlns="http://www.avaya.com/csta"><device><deviceIdentifier xmlns:ns1="http://www.ecma-international.org/standards/ecma-323/csta/ed3" typeOfNumber="other" mediaClass="voice" bitRate="constant">6449:S8700:172.16.3.204:0</deviceIdentifier></device><signalingEncryption>challenge</signalingEncryption><code>1</code></RegisterTerminalResponse>
---------------------
Outgoing XML 20
<?xml version="1.0" encoding="utf-8"?>
<RedirectMediaRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.avaya.com/csta">
<device typeOfNumber="other" mediaClass="notKnown">6449:S8700:172.16.3.204:0</device>
<usePreviousValues>true</usePreviousValues>
<localMediaInfo>
<rtpAddress>
<address>172.16.1.64</address>
<port>32000</port>
</rtpAddress>
<rtcpAddress>
<address>172.16.1.64</address>
<port>32001</port>
</rtcpAddress>
</localMediaInfo>
</RedirectMediaRequest>
-----------------------
Incoming XML 20 6449:S8700:172.16.3.204:0
<?xml version="1.0" encoding="UTF-8"?><RedirectMediaResponse xmlns="http://www.avaya.com/csta" />
---------------------
Outgoing XML 31
<?xml version="1.0" encoding="utf-8"?>
<RedirectMediaRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.avaya.com/csta">
<device typeOfNumber="other" mediaClass="notKnown">6449:S8700:172.16.3.204:0</device>
<usePreviousValues>false</usePreviousValues>
<localMediaInfo>
<rtpAddress>
<address>172.16.1.64</address>
<port>32000</port>
</rtpAddress>
<rtcpAddress>
<address>172.16.1.64</address>
<port>32001</port>
</rtcpAddress>
<codecs>g711U</codecs>
<packetSize>20</packetSize>
<encryptionList>none</encryptionList>
</localMediaInfo>
</RedirectMediaRequest>
-----------------------
Incoming XML 31 6449:S8700:172.16.3.204:0
<?xml version="1.0" encoding="UTF-8"?><RedirectMediaResponse xmlns="http://www.avaya.com/csta" />
---------------------
Outgoing XML 41
<?xml version="1.0" encoding="utf-8"?>
<GetRegistrationState xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.avaya.com/csta">
<device typeOfNumber="other" mediaClass="notKnown">6449:S8700:172.16.3.204:0</device>
</GetRegistrationState>
-----------------------
Incoming XML 41 6449:S8700:172.16.3.204:0
<?xml version="1.0" encoding="UTF-8"?><GetRegistrationStateResponse xmlns="http://www.avaya.com/csta"><registrationState>REGISTERED</registrationState></GetRegistrationStateResponse>

The mvap-trace.log.0 shows:

2010-05-18 13.32.53,072 com.avaya.mvcs.proxy.CstaRouterNode processPacket
FINE: Received com.avaya.platform.broker.impl.AsyncResponse@ad9f5d in response to session[session 9CAFBB7985D2561DEC98A71052F10325-553] com.avaya.csta.binding.RedirectMediaRequest@1a24bbc
2010-05-18 13.33.18,320 com.avaya.mvcs.station.h323.ras.OutgoingRASHandlerImpl sendRegistrationRequest
FINE: [172.16.3.204:6449] Send Keep Alive RRQ
2010-05-18 13.33.49,463 com.avaya.mvcs.proxy.CstaRouterNode processPacket
FINE: invokeID= 32 Routing request=session[session 9CAFBB7985D2561DEC98A71052F10325-553] ch.ecma.csta.binding.reset.ResetApplicationSessionTimer@18d1cd5
2010-05-18 13.33.49,463 com.avaya.sessionsvc.SessionServicesImpl resetApplicationSessionTimer
FINE: Resetting session timer: session 9CAFBB7985D2561DEC98A71052F10325-553
2010-05-18 13.33.49,463 com.avaya.sessionsvc.SessionObjectImpl refresh
FINE: session 9CAFBB7985D2561DEC98A71052F10325-553 is being refreshed.


the SAT " status st 6449" doesn't show any RTP info.
and the ' test st 6449' shows all passed
JohnBiggs
Joined: Jun 20, 2005
Messages: 1142
Location: Rural, Virginia
Offline
you need to have an active call for status station to show RTP media info...

Increase the tracing level so you can see the XML handling so you can at least tell when the redirectMedia was processed in the mvap-trace.

Are you still receiving RTP at the prior IP/port address?

Does Communication Manager throw any denial events in the interval that it is processing your request (SAT: clear events, run test, SAT display events, type=denial)

What Communication Manager release are you running?

How are you verifying that Communication Manager changes the RTP media destination? Are you attempting to do a dynamic mid active call change, or testing making a change between calls? If mid active call, are you in direct media mode, or TDM media mode?
Go to:   
Mobile view