Hello there,
Why does the following configuration statement :
setdsturi("sip:hostname:5061");
is not accepted and results in the following in my logs :
set_dst_uri: Invalid parameter value
It's probably straightforward but I don't understand...
Thanks in advance.
Hello,
what version of openser do you use? Is "hostname" a valid host name? The dst uri may be set by some modules - eg, usrloc/registrar. Use xlog() to print some debug messages around it in order to discover if the issue comes from there.
Cheers, Daniel
On 06/15/06 11:51, Simon Morvan wrote:
Hello there,
Why does the following configuration statement :
setdsturi("sip:hostname:5061");
is not accepted and results in the following in my logs :
set_dst_uri: Invalid parameter value
It's probably straightforward but I don't understand...
Thanks in advance.