Hello All,

I am trying to send an INVITE using a tel URI instead of a SIP URI.
According to the following page, sofia-sip should support this:

http://sofia-sip.sourceforge.net/refdocs/sofia_sip_conformance.html

However, the following API calls result in a 900 Internal NUA Error at
../../../libsofia-sip-ua/nua/nua_stack.c:2445 (number might differ v1.12.7),
and no SIP message is sent:

nua_handle(nua, hmagic,
 
NUTAG_URL(tel:8000;phone-context=greyhawk.tonecommander.com.;user=phone;tran
sport=udp),
    SIPTAG_SUPPORTED(timer, 100rel, resource-priority, preconditions)
);
nua_invite(nh, NUTAG_M_USERNAME(10282),
    SIPTAG_FROM("" <sip:[EMAIL PROTECTED]:5060;user=phone>),
 
SIPTAG_TO(tel:8000;phone-context=greyhawk.tonecommander.com.;user=phone;tran
sport=udp),
    SIPTAG_P_PREFERRED_IDENTITY(sip:[EMAIL PROTECTED])
);

Does anyone know why this is not accepted?

Best Regards,
Jerry


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to