Hello,
 I'm trying to write an UAS using NTA. I can successfully register, 
but when the INVITE request comes, context is NULL. Any hints? Very 
welcome...
Here's part of the code:
-------------------
  su_init();
  su_home_init(home = context->c_home);
  context->c_root = su_root_create(context);
 context->c_agent = nta_agent_create(context->c_root,
                URL_STRING_MAKE("sip:*:8080"),
                process_request,
                NULL,
                TAG_END());
su_root_run(context->c_root);
 int process_request(context_t *context,
                       nta_leg_t *leg,
                       nta_incoming_t *irq,
                       sip_t const *sip)
---------------------------
In process_request, context is NULL :-(
  Marcin
----------------------------------------------------------
Marcin Michalak         Research Engineer
Mobile: +41 79 330 83 51        Telscom AG              



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to