[OpenSIPS-Devel] [ opensips-Bugs-2225405 ] pua_bla: bla_handle_notify return code to script

SourceForge.net noreply at sourceforge.net
Mon Dec 8 12:57:24 CET 2008


Bugs item #2225405, was opened at 2008-11-05 15:53
Message generated for change (Comment added) made by anca_vamanu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2225405&group_id=232389

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: modules
Group: trunk
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Norm Brandinger (norm_brandinger)
Assigned to: Nobody/Anonymous (nobody)
Summary: pua_bla: bla_handle_notify return code to script

Initial Comment:
It appears that bla_handle_notify does not return to the script when an error is detected.

Below are the LOG messages:

ERROR:pua_bla:bla_handle_notify: Notify in a non existing dialog
WARNING:tm:t_unref: script writer didn't release transaction

This is the code around the bla_handle_notify() call:

if (is_method("NOTIFY")) {
        if (bla_handle_notify()) {
            t_reply("200", "OK");
        } else {
            xlog("L_INFO", "bla_handle_notify() failed\n");
        }
        t_release();
    }

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

>Comment By: Anca Vamanu (anca_vamanu)
Date: 2008-12-08 13:57

Message:
Hi Norm,

Thank you for the report. It is fixed now.

regards,
Anca

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2225405&group_id=232389



More information about the Devel mailing list