search for: ast_get_group

Displaying 5 results from an estimated 5 matches for "ast_get_group".

2003 Nov 06
2
this is the code that breaks outgoing calls on grandstream
...", v->value); < else < user->capability &= ~format; 5852,5855d5833 < } else if (!strcasecmp(v->name, "callgroup")) { < peer->callgroup = ast_get_group(v->value); < } else if (!strcasecmp(v->name, "pickupgroup")) { < peer->pickupgroup = ast_get_group(v->value); 5861a5840,5843 > } else if (!strcasecmp(v->name, "callgroup")) { >...
2006 Jan 05
2
Call Group Limit
I recollect that there used to be a fixed, finite limit to the number of call groups that could exist. Does anyone know if that limitation still exists in 1.2.1, or maybe where I could look in the code to find out if it's a fixed length array or not? Thanks. Doug.
2008 Jun 19
5
Grandstream Busy Light Fields
Hello ! I am having troubles setting up Busy Light Fields (BLF) in asterisk 1.4.18 The things work up to 80%, I can transfer the call by BLF button and I can see the green (free) status and red (busy) status. What I cannot do is to accept the call when someone rings a remote extension. The BLF button starts to blink in red telling me that the call is ringing on remote extenson, but if I press it,
2003 Oct 18
2
Even Newer Patch to app_queue with skillbased strategy
I made a post a few days ago with a patch to the queue to allow you to insert a penalty value in dynamic queue adding. http://asterisk.650dialup.com Since then, I decided I would make a whole new strategy called 'skillbased' I added a new option skillmask to the Queue appl and the AddQueueMember func as well as the queues.conf basicly if the skillmask of the queuemember is
2004 Feb 17
5
chan_capi problem
...following some councelling from the gurus. I compiled it up, and when i try to load it in modules.conf, i get that wonderful message and Asterisk does not start: [chan_capi.so]Feb 17 09:21:40 WARNING[16384]: loader.c:239 ast_load_resource: /usr/lib/asterisk/modules/chan_capi.so: undefined symbol: ast_get_group Feb 17 09:21:40 WARNING[16384]: loader.c:358 load_modules: Loading module chan_capi.so failed! Any idea? In modules.conf I have: noload => chan_modem.so load => chan_capi.so [global] chan_modem.so=no chan_capi.so=yes But in capi.conf i really don't know what exactly to put, i left it...