Hi all,
I need a hint regarding TCP handling.
I want to receive messages as TCP and relay or forward them as UDP.
This is realized with dispatcher module. A explicit entry with sip:IP;transport=udp in the dispatcher list.
Receiving via TCP works fine, but the proxy send the request also via TCP out.
Any ideas where I can search or how to debug the problem ?
best regards Torben
Torben Friese wrote:
Hi all,
I need a hint regarding TCP handling.
I want to receive messages as TCP and relay or forward them as UDP.
This is realized with dispatcher module. A explicit entry with sip:IP;transport=udp in the dispatcher list.
Receiving via TCP works fine, but the proxy send the request also via TCP out.
Any ideas where I can search or how to debug the problem ?
After calling the dispatcher functions, log $ru/$du and verify if the transport parameter is present in $ru/$du.
regards klaus
On 21.11.2009 10:20 Uhr, Klaus Darilion wrote:
Torben Friese wrote:
Hi all,
I need a hint regarding TCP handling. I want to receive messages as TCP and relay or forward them as UDP. This is realized with dispatcher module. A explicit entry with sip:IP;transport=udp in the dispatcher list.
Receiving via TCP works fine, but the proxy send the request also via TCP out. Any ideas where I can search or how to debug the problem ?
After calling the dispatcher functions, log $ru/$du and verify if the transport parameter is present in $ru/$du.
if using ds_select_domain() be sure it is version 1.5 at least, for ds_select_dst() any version is ok.
Cheers, Daniel