Peter Galiovsky
2008-Jan-09 15:38 UTC
[asterisk-users] Busy notification with call limiting by GROUP_COUNT()
Hello all, I was wondering what will be the "proper" way to manage BUSY state notification in presence once call-limit, incominglimit and all those settings are gone. I'm using GROUP_COUNT for call limiting in Asterisk 1.4.13 but I have no idea how to set up the settings needed for BUSY notification to work as I want it to. Basically, I want to disable call waiting (this is done by the GROUP_COUNT() check in dialplan) but don't want to limit the number of outgoing calls per user at all. I want the user to be presented as busy if he has at least one call active, be it incoming or outgoing. How should I set things up to achieve this? Thanks in advance. Best, Peter
Don Pobanz
2008-Jan-09 21:42 UTC
[asterisk-users] Busy notification with call limiting byGROUP_COUNT()
Peter Galiovsky wrote on Wednesday, January 09, 2008 9:39 AM> I want the user to be presented as busy if he has at > least one call active, be it incoming or outgoing. How > should I set things up to achieve this?I have a very similar need. We are using call queues and would like to have only 1 call presented to our trouble call reps at a time, but would like to give them the ability to initiate an outgoing call on a different line (even while on an incoming call). We are using Aastra 480i SIP phones. I have read that app_groupcount and setgroup may be the way to handle this but the wiki is confusing. http://www.voip-info.org/wiki/view/Asterisk+cmd+SetGroup Can someone suggest an approach (preferably one currently in use)? We are using Asterisk 1.4.17. Don Pobanz
Ira
2008-Jan-09 22:09 UTC
[asterisk-users] Busy notification with call limiting byGROUP_COUNT()
At 01:42 PM 1/9/2008, you wrote:>I have a very similar need. We are using call queues and would like to >have only 1 call presented to our trouble call reps at a time, but would >like to give them the ability to initiate an outgoing call on a >different line (even while on an incoming call). We are using Aastra >480i SIP phones.You could always set the Aastra to allow incoming only on line 9 so a second call shows up as busy and let them call out on 1-8. That does it completely outside Asterisk but should work just fine. Ira