search for: counteronpeer

Displaying 4 results from an estimated 4 matches for "counteronpeer".

2010 Jun 09
0
1.6 how to use groupcount and counteronpeer in queues to avoid ringinuse
..."call-limit" option is marked as deprecated. It still works in this version of Asterisk, but will be removed in the following version. Please use the groupcount functions in the dialplan to enforce call limits. The "limitonpeer" configuration option is now renamed to "counteronpeer". As i've experienced some problem with 1.4 release about call-limit, i'd like to test this new counteronpeer functionality, but how to handle the ringinuse parmeter in queues.conf ? Basically i need that a sip user can make and receive more than one call (like a call-limit 3 setting...
2009 Dec 20
1
What changed in Directed PickUp between 1.6.1 and 1.6.2 ?
...ke: chan_sip.c:19814 handle_request_invite: Trying to pick up 462 at subs The worst thing is that the INVITE message seems ignored and "Call Picker" phone keeps waiting for a reply from Asterisk. Reading UPGRADE-1.6.txt didn't gave me any clue (as I suspected a change in call-limit, counteronpeer, ... variable in sip.conf). Is someone successfully using Directed Pickup with 1.6.2 ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091221/c21909ed/attachment.htm
2012 Dec 06
2
BLF and call-limit in 1.8
...s, however. Call waiting stops working, queues don't offer calls if the user is in a private call etc. We have customers that require both BLF and call waiting at the same time. We are running Asterisk 1.8.11-cert7 I've made the following additions to sip.conf [general]: callcounter=yes counteronpeer=yes (undocumented? Supposed to replace limitonpeers?) (old relevant values, unchanged) allowsubscribe=yes subscribecontext=blf notifyringing=yes notifyhold=yes limitonpeers=yes I also tried may other suggestions I've found like placing the hints in the same context as the extensions and rem...
2009 Nov 03
3
Problem with ChanIsAvail
Hi all, I am having a problem with ChanIsAvail. It always returns the same result, regardless of whether an extension is available or not. It always returns 0 Unknown Status. This is my dialplan. exten => _2XX,1,ChanIsAvail(SIP/winsor_${EXTEN}|s) exten => _2XX,2,Verbose(0, ${AVAILSTATUS}) exten => _2XX,3,GoToIf($[${AVAILSTATUS} = "1"]?4:5) exten =>