The "transfer silent" mode or the SS7 router can be controlled at any time.

git-svn-id: http://yate.null.ro/svn/yate/trunk@4618 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2011-09-16 12:06:34 +00:00
parent f663e3b173
commit 9cd24f1471
1 changed files with 2 additions and 0 deletions

View File

@ -1813,6 +1813,8 @@ bool SS7Router::control(NamedList& params)
m_autoAllowed = params.getBoolValue(YSTRING("autoallow"),m_autoAllowed);
m_sendUnavail = params.getBoolValue(YSTRING("sendupu"),m_sendUnavail);
m_sendProhibited = params.getBoolValue(YSTRING("sendtfp"),m_sendProhibited);
if (!m_transfer)
m_transferSilent = params.getBoolValue(YSTRING("transfersilent"),m_transferSilent);
String err;
switch (cmd) {
case SS7Router::Pause: