Displaying 2 results from an estimated 2 matches for "membergosub".
2012 Aug 20
1
Asterisk 11 queue calls - emulate Dial(b) functionality
...ndler_wipe). But, on my live system, sometimes the users receive calls from a queue, and I don't see any way with the queue calls to emulate the b functionality in Dial() to be able to set the agent extension's device state to RINGING when the queue call gets created. Obviously, I can use membergosub to set the agent to "INUSE" after they pick up the call (like Dial() U), but is there anything that I can use to manipulate the channel that is calling the agent while/before it is ringing?
Thank you,
Noah Engelberth
MetaLINK Technologies
-------------- next part --------------
An HTML...
2018 Dec 04
2
asterisk is not seeing my queues in database
I enabled the logs on the mysql database and ran :
realtime load queues name cou0002-test
in the mysql log I can see that the proper select statement is being
executed:
2018-12-04T16:29:27.253094Z 229 Query SET SESSION TRANSACTION
ISOLATION LEVEL READ COMMITTED
2018-12-04T16:29:27.254384Z 229 Prepare SELECT * FROM queues WHERE
name = ?
2018-12-04T16:29:27.254902Z 229