Hi,
I'm trying to construct application specific response to incoming OPTIONS
request, but cannot response even with generic nua_respond.
Below is the related code usage.
nua_set_params(sofia_agent->nua,
NUTAG_AUTOANSWER(0),
NUTAG_APPL_METHOD("OPTIONS"),
TAG_END());
case nua_i_options:
nua_respond(nh, SIP_200_OK, TAG_END());
break;
Recieve SIP Event [nua_i_options] Status 100 Trying
Recieve SIP Event [nua_i_error] Status 500 Responding to a Non-Existing Request
Automatic response to OPTIONS works well, when NUTAG_APPL_METHOD("OPTIONS") is
not set, but this is not the case I'm looking for.
I've got the same results using both 1.12.5 and 1.12.6
Can you please advise what I'm actually missing here?
Thanks,
Arsen.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel