Fixed the way the remote MTP2 is disconnected.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2794 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-08-14 18:15:04 +00:00
parent b0c5266bd6
commit 6fafa9bf1e
1 changed files with 1 additions and 1 deletions

View File

@ -1626,7 +1626,7 @@ bool SLT::control(Operation oper, NamedList* params)
switch (oper) {
case Pause:
setReqStatus(OutOfService);
sendControllerR(PLD);
sendManagement(Disconnect_R);
return true;
case Resume:
if (aligned())