search for: queue_table

Displaying 11 results from an estimated 11 matches for "queue_table".

2014 May 09
3
authoritative sql definitions for Asterisk Realtime Architecture ARA
.../contrib/realtime/postgresql/realtime.sql:CREATE TABLE cdr ( asterisk-11.9.0/contrib/realtime/postgresql/realtime.sql:CREATE TABLE sip_conf ( asterisk-11.9.0/contrib/realtime/postgresql/realtime.sql:CREATE TABLE voicemail_users ( asterisk-11.9.0/contrib/realtime/postgresql/realtime.sql:CREATE TABLE queue_table ( asterisk-11.9.0/contrib/realtime/postgresql/realtime.sql:CREATE TABLE queue_member_table asterisk-11.9.0/contrib/realtime/postgresql/realtime.sql:CREATE TABLE "queue_log" ( Any help is appreciated. -Stephen More -------------- next part -------------- An HTML attachment was scrubbed......
2009 Feb 05
1
musiconhold realtime queue
Hi I have asterisk 1.6 and running queues with realtime mysql. I am trying to set another musiconhold then "default" but I cant get it to work, I have an musiconhold entry in my queue_table, but don't know what to put in there and where to put the file. Regards /ralf ________________________________________________ Ralf Tr?skman, IT AdLibris AB, Odengatan 106, 113 22 Stockholm, Sweden Dir: +46-(0)707548074, vxl: +46-(0)85460 60 00, fax: +46-(0)85460 60 99 ralf at adlibris.com&lt...
2010 Jan 15
1
Realtime queue not work
hi, all i try to confiture realtime queue, but not work, details as below: Insert into queue_table(name)value('95040654321'); INSERT INTO queue_member_table VALUES ('', 'Zhang Shukun', '95040654321', 'SIP/1001', 2, 1); INSERT INTO queue_member_table VALUES ('', 'Li Aiwei', '95040654321', 'SIP/1002', 2, 1); INSERT INTO queue...
2010 Jan 27
1
Realtime Queue not work in 1.6.2.1
hi,all i have just upgrade from 1.4.28 to 1.6.2.1. all works fine now except realtime queue. it seems queue_table works fine, but queue_member_queue not work, the two tables works fine when in 1.4.28. is that something changed related to realtime queue configuration? more detail about two table definition and data stored in , please see: http://pastebin.com/m33f9539e the extconfig.conf file, please see: h...
2009 Oct 08
1
Realtime static does not work in 1.6.1 or 1.6.2
...oicemail_users == Binding sipusers to mysql/general/sip_buddies == Binding sippeers to mysql/general/sip_buddies == Binding iaxusers to mysql/general/iax_buddies == Binding iaxpeers to mysql/general/iax_buddies == Binding meetme to mysql/general/meetme == Binding queues to mysql/general/queue_table == Binding queue_members to mysql/general/queue_member_table Only extensions.conf and agents.conf are static, all other configs use the regular realtime engine and they all work fine. This is the table structure I have been using since 1.2: CREATE TABLE `ast_config` ( `id` int(11) NOT NULL...
2010 Dec 26
1
Asterisk 1.8 Realtime Queue not working
...----+ My other realtime stuff like sipusers and vmusers works just fine. extconfig.conf ; Primary Database Connection sipusers => odbc,proxy01,sipusers,1 sippeers => odbc,proxy01,sipusers,1 voicemail => odbc,proxy01,vmusers,1 meetme => odbc,proxy01,meetme,1 queues => odbc,proxy01,queue_table,1 queue_members => odbc,proxy01,queue_member_table,1 extensions => odbc,proxy01,extensions,1 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101226/aad633ff/attachment.htm>
2007 May 23
0
Realtime Queues and Agents
...re a new server for use in a small Call Center. I want to use realtime queues and agents and after following the instructions I can get the queue to show up on the system but no agents. I am using Asterisk 1.4.4 on a CentOS 5 machine. I have this in extconfig.conf: queues => mysql,asteriskcdrdb,queue_table queue_members => mysql,asteriskcdrdb,queue_member_table I put this into queues.conf: [general] realtime_family = queues,queue_members Here is what I get from queue show: pbxinsol*CLI> queue show henkel has 0 calls (max unlimited) in 'ringall' strategy (0s holdtime), W:0, C:0,...
2006 Feb 22
0
Realtime queues with Firebird SQL through unixodbc
...thing to do with how I setup the datatypes for my queus and queue member tables as I have no problems having asterisk save my CDR through unixODBC with firebird nor does my iax peers/users table have any problems either. Below is how I set up my queues_table and queue_member_table: CREATE TABLE queue_table ( name VARCHAR(128) NOT NULL PRIMARY KEY, musiconhold VARCHAR(128), announce VARCHAR(128), context VARCHAR(128), timeout NUMERIC(11,0), monitor_join SMALLINT, monitor_format VARCHAR(128), queue_youarenext VARCHAR(128), queue_thereare VARCHAR(128), queue_callswaiting VARCHAR(128), queue_holdtime VAR...
2007 Apr 26
1
How does Realtime read config files?
Hi... I just had a real quick and simple question... I have a asterisk implementation setup w/ real time off of a mySQL database for SIP peers and queues, voicemail, agents etc... I after the upgrade to asterisk 1.4.3 there are some new configuration features i would like to use. I was wondering if i could just add to the database table a column for the new config option? if this will work or
2007 May 16
0
NO ANSWER, When openser make an oubound SIP call to my asterisk
...oot@asterisk ~]# asterisk -rvvvvvvvvvvvvvv == Parsing '/etc/asterisk/asterisk.conf': Found == Parsing '/etc/asterisk/extconfig.conf': Found == Binding iaxusers to mysql/asterisk/iaxfriends == Binding iaxpeers to mysql/asterisk/iaxfriends == Binding queues to mysql/asterisk/queue_table == Binding queue_members to mysql/asterisk/queue_member_table Asterisk 1.2.16, Copyright (C) 1999 - 2006 Digium, Inc. and others. Created by Mark Spencer <markster@digium.com> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'show warranty' for details. This is free software, with c...
2007 Mar 01
5
Asterisk Realtime
Could someone provide some steps for troubleshooting Realtime? I can't see any signs that it's working. I followed and double-checked a few different guides around the net, but haven't been able to figure it out. -------------- next part -------------- An HTML attachment was scrubbed... URL: