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

SourceForge.net noreply at sourceforge.net
Wed Nov 5 14:53:52 CET 2008


Bugs item #2225405, was opened at 2008-11-05 13:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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();
    }

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

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