high.*!
i'm trying to get the interworking between OCS 2007 and asterisk (1.2.23) done and i chose openser (1.2.x) as interface between the two systems.
for basic setup i used the following guide
http://confluence.terena.org:8080/display/IPTelCB/3.2.7.+Tying+MS+OCS+with+Asterisk+through+OpenSER
adoptions i need to do was to correct the 'CONTACT' part in the SIP headers in the request and the reply route to use the correct transport and maddr.
after doing this modifications in the SIP header SIP communication's working fine.
but as already stated in the above mentioned guide there is a problem with the RTP stream. the RTP stream should go directly from OCS mediaton server to asterisk.
in case of setting up a call in the office communicator it seems that the RTP stream is tried to be established between OCSmed and openser, which openser replies with an ICMP message "Destination not reachable".
looking at the (wireshark trace) it seems, that immediately after sending the INVITE request from OCSmed to openser a RTP request with wrong dst_ip (openser) and invalid dst_port (0) is triggered.
after receiving the SIP/SDP reply "200 OK" a RTCP (receiver report) message is sent from OCSmed(172.23.26.121) to asterisk(172.29.223.210), which seems correct, but there is no answer from asterisk towards OCSmed.
RTP traffic between asterisk and OCSmed isn't done at all?
does anyone has a hint solving my problem?