Link Force Uninhibit is sent with an 1200ms one-time retry (Q.704 T13).

git-svn-id: http://voip.null.ro/svn/yate@3722 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-10-19 06:50:48 +00:00
parent 84983afd57
commit 9462db8c97
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,6 @@ bool SS7Management::control(NamedList& params)
case SS7MsgSNM::LIA:
case SS7MsgSNM::LUA:
case SS7MsgSNM::LID:
case SS7MsgSNM::LFU:
case SS7MsgSNM::LLT:
case SS7MsgSNM::LRT:
case SS7MsgSNM::RCT:
@ -835,6 +834,7 @@ bool SS7Management::control(NamedList& params)
return postpone(new SS7MSU(txSio,lbl,&data,1),lbl,txSls,2500,5000);
}
case SS7MsgSNM::LUN:
case SS7MsgSNM::LFU:
{
unsigned char data = cmd;
return postpone(new SS7MSU(txSio,lbl,&data,1),lbl,txSls,1200,2400);