Re: [Sofia-sip-devel] Invalid URI...

2006-06-07 Thread Pekka Pessi
On 6/2/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My aor start with sip. ` Hm. Does your application manage to send REGISTER? Set environment variable TPORT_LOG and try to see what kind of message is sent to voip.wengo.fr? There are critical things like the Request-URI on first line, first

[Sofia-sip-devel] Invalid URI...

2006-06-02 Thread [EMAIL PROTECTED]
Hi, I work on windows and I test the sofia library. I do a nua_create with a NUTAG_URL(sip:0.0.0.0:5060), all seem ok, thus I do a nua_set_params with the tag: SIPTAG_FROM_STR(aor)). But when I want to make a nua_register I have this error: Invalid URI. When I debugg the code I see that this

Re: [Sofia-sip-devel] Invalid URI...

2006-06-02 Thread [EMAIL PROTECTED]
My aor start with sip. In fact I do: su_init(); su_home_init(context-c_home); context-c_root = su_root_create(context); context-c_aor=sip:[EMAIL PROTECTED]; if (context-c_root) { context-c_nua = nua_create(context-c_root, app_callback,