Bugs item #1804248, was opened at 2007-09-28 11:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1804248&group_id=143636

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Fabio Margarido (fabiomargarido)
Assigned to: Nobody/Anonymous (nobody)
Summary: Manually sending PRACK doesn't work

Initial Comment:
If I add "PRACK" to the list of methods handled by the application through 
NUTAG_APPL_METHOD and then use nua_prack whenever I want to send the method, 
the corresponding SIP message never gets sent to the network.
Investigating further, I found that there were missing references to 
nua_stack_prack in nua_stack.h and nua_stack.c . Simply adding 
"nua_stack_prack" to the list of nua_stack_signal_handler declarations in 
nua_stack.h and adding:

case nua_r_prack:
    error = nua_stack_prack(nua, nh, event, tags);
    break;

to the nua_stack_signal function in nua_stack.c solved the problem for me.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1804248&group_id=143636

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to