Hi, i am trying to have sofia list the allowed methods so in the callback
function i use code like this:


case nua_r_get_params:
                            char const* method = 0;
                            tl_gets(tags,NUTAG_ALLOW_REF(method),TAG_END());
                            printf("%s",method);
                            break;

Unfortunately it does not work on either linux (latest sofia) or windows
(old 1.12.9)

is the code wrong? i use similar code to get a list of manually handled
requests  using NUTAG_APPL_METHOD_REF tag and it works as expected.

thanks a lot
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to