Hello all,
I have a interesting stutiation:
- When MCP server has a NIC eth0 : call’s result to IVR service is OK with RTP.
- But when i add a new NIC for storage network ( eth1 without default GW, eth0 has higher priority and has a default GW to route to client ). I tried to call to IVR service : signalling between componets is OK, but have no voice ( RTP ). I checked and figure out that :
Cleint …invite…> SIP …> RM …> MCP (eth0 received message)
Cleint <… SIP <… RM <…200 OK … MCP (eth0 sent 200 ok)
client … RTP …> MCP
But, in the 200 OK message body from MCP has " Owner/ Creactor" attribute has value is eth1 . So that, client sent RTP mesage to eth1 of MCP ( message not able to destination because eth1 has no gateway).
anyone met this stituation ? with a solution to MCP indicate that client must sent RTP to eth0 instead of eth1. (please suggest solution without adding static route from client to MCP )
Thanks guys,
Le