Bugs item #1804248, was opened at 2007-09-28 17:03
Message generated for change (Comment added) made by ppessi
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: Closed
>Resolution: Fixed
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.

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

>Comment By: Pekka Pessi (ppessi)
Date: 2007-10-08 17:53

Message:
Logged In: YES 
user_id=52043
Originator: NO

Thanks. The patch is in the darcs repo.

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

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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.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