Changed isup default call release reason to 'interworking'.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3553 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2010-08-27 14:19:17 +00:00
parent c61a96e070
commit 8168495017
1 changed files with 1 additions and 1 deletions

View File

@ -2469,7 +2469,7 @@ SignallingEvent* SS7ISUPCall::release(SignallingEvent* event, SS7MsgISUP* msg)
if (event)
setReason(0,event->message());
else
setReason("noresponse",0);
setReason("interworking",0);
stopWaitSegment(true);
XDebug(isup(),DebugAll,"Call(%u). Releasing call with reason '%s' [%p]",
id(),m_reason.safe(),this);