El Tuesday 22 April 2008 17:45:26 Iñaki Baz Castillo escribió:

> > - Do I have something particular to do while registering to tell
> > OpenSER that the client is listening in UDP and TCP ?
>
> If a client registers using TCP it has "transport=tcp" in the
> REGISTER "Contact" header:
>   sip:[EMAIL PROTECTED];transport=tcp
>
> So you could add this parameter to "Contact" header before save it in
> location table.
>
> But I've a doubt: when client is behind NAT the "received" column stored
> in "location" table is:
>   sip:[EMAIL PROTECTED];transport=tcp
>
> So I assume that it's neccesary to add also here the "transport=tcp"
> parameter but have no idea of how to do it. Suggestions? is it necessary or
> is it enought with the "transport=tcp" in "contact" field?

Afortunatelly I've forgiven an issue: the "socket" field:
  tcp:IP:5060  

so instead of trying to modify the register process, add "transport=tcp" 
parameter to the RURI when the request goes to one of these users.

-- 
Iñaki Baz Castillo
[EMAIL PROTECTED]

_______________________________________________
Users mailing list
Users@lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/users

Reply via email to