search for: pbxuser

Displaying 3 results from an estimated 3 matches for "pbxuser".

2006 Jan 20
1
Calling MySQL 5 stored procedures from app_mysql
...w stack == Spawn extension (macro-local, s, 8) exited non-zero on 'IAX2/100-3' in macro 'local' == Spawn extension (users, 123, 1) exited non-zero on 'IAX2/100-3' -- Hungup 'IAX2/100-3' So it found 1 peer. Now trying to call a procedure: CREATE PROCEDURE p_pbxuser_user_data1(IN _name VARCHAR(20)) BEGIN SELECT vm_active FROM peer,voicemail,pbxuser WHERE peer.name = _name AND voicemail.mailbox = _name and pbxuser.peer_name = _name; Result: -- Executing Macro("IAX2/100-5", "local|100") in new stack -- Executing MYSQL(&qu...
2006 Mar 24
11
Transferring a call with IAX
Here's an interesting question: If I transfer a call from Asterisk system to another with IAX, is there any way I can get control back on the original system? Or.. do I lose control, and the dialplan has to continue on the new system? Scenario is we transfer calls to an Asterisk system that handles ACD queues. If the ACD queue times out, we want to send the caller to voicemail on another
2006 Mar 23
9
Tearing my hair out with Queues
Egads. Getting queues to work is like pulling teeth. extensions.conf: exten => q_main,1,Queue(oneeighty_main||||1) exten => 80014055,1,Dial(SIP/80014018,15,tr) exten => 80014057,1,Dial(SIP/80014018,15,tr) exten => 80014052,1,Dial(SIP/80014018,15,tr) queues.conf: [oneeighty_main] musiconhold = default joinempty = strict leavewhenempty = strict strategy = rrmemory retry = 0 member