Hi, using Sofia 1.12.10. If i disable autorespond 202 for incoming refer
like this NUTAG_APPL_METHOD("REFER")

So i handle the 202 myself like this 
nua_respond(nh, SIP_202_ACCEPTED, NUTAG_WITH_CURENT(nua), TAG_END());

But then when i try to save the event handle of the refer so i can pass to 
outgoing invite with replaces (so i get autosend of NOTIFYs)

sip_event_t const *event = NULL;                                
tl_gets(tags, NUTAG_REFER_EVENT_REF(event), TAG_END()); 

THe event is NULL, this time. I think its because i did the nua_respond.
Anyone know how to get this to work.
Everything was working fine with autorespond of the refer but i need to disable 
this.

Thanks


      

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to