[OpenSER-Devel] [ openser-Bugs-1764906 ] failure route not called when TM/473 filtered

SourceForge.net noreply at sourceforge.net
Wed Nov 14 12:26:45 UTC 2007


Bugs item #1764906, was opened at 2007-07-31 23:57
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1764906&group_id=139143

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: ver 1.2.x
Status: Open
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Bogdan (bogdan_iancu)
Summary: failure route not called when TM/473 filtered

Initial Comment:
Failure route is not called when destination IP is on the blacklist.  A 473/filtered message is relayed back to the phone immediately.

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

>Comment By: Bogdan (bogdan_iancu)
Date: 2007-11-14 14:26

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

Hi,

The failure route is triggered only if a SIP failure was received (like
negative reply). So, first you need to send out a requests.

The BL filtering is done whenyou try to send out the requests and if it is
filtered, no request will be send, so no failure route.

If a requests is filtered by BL, you will see:
   1) a negative reply automatically being sent out
   2) t_relay() will return with error in script, but only if you set the
0x02 flag for the function (see the documentation).

Please let me know if there are still unclear things.

regards,
bogdan


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

Comment By: Lincoln Nogueira (lincolnogueira)
Date: 2007-09-20 21:10

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

Yes, I'm having this problem too. Did you find any solution, or is it
really a bug?

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1764906&group_id=139143



More information about the Devel mailing list