mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 129149 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r129149 | tilghman | 2008-07-08 15:27:47 -0500 (Tue, 08 Jul 2008) | 8 lines Cause SIP to return a 480 instead of a 404 when a sip peer exists, but is not registered. (closes issue #12885) Reported by: ibc Patches: 20080701__bug12885__2.diff.txt uploaded by Corydon76 (license 14) Tested by: ibc ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@129152 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -387,6 +387,7 @@ static void handle_cause(int cause, struct cause_args *num)
|
||||
num->congestion++;
|
||||
break;
|
||||
|
||||
case AST_CAUSE_NO_ROUTE_DESTINATION:
|
||||
case AST_CAUSE_UNREGISTERED:
|
||||
if (cdr)
|
||||
ast_cdr_failed(cdr);
|
||||
|
Reference in New Issue
Block a user