Gulzar Hussain
2005-Aug-13 01:25 UTC
[Asterisk-Users] Disable Call Waiting On SIP User Agents
Hi how to disable call waiting on SIP User agents ("incominglimit=1" is Deprecated , End of life already announced no idea how to use setgroup to achieve same functionality) Thanks ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
Olle E. Johansson
2005-Aug-13 04:35 UTC
[Asterisk-Users] Disable Call Waiting On SIP User Agents
Gulzar Hussain wrote:> Hi > > how to disable call waiting on SIP User agentsConfigure it on the SIP user agent!> > ("incominglimit=1" is Deprecated , End of life already > announced no idea how to use setgroup to achieve same > functionality)We will have to change that. Incominglimit has an important role in the presence solution coming up for the SIP channel. The recommended way is to use the groupcount set of dialplan functions. Outgoinglimit will be removed, since it is disabled in the source code and has no function at all. Incominglimit works both ways now, so a change to "call-limit" would be better. /O