search for: monitor_join

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

2006 Feb 22
0
Realtime queues with Firebird SQL through unixodbc
...rning (which should not be there in the first place). I check if realtime is loading properly so I do a realtime load: > realtime load queues name tsupport Column Name Column Value -------------------- -------------------- NAME tsupport MUSICONHOLD default ANNOUNCE technical-support TIMEOUT 5 MONITOR_JOIN 1 MONITOR_FORMAT gsm ANNOUNCE_FREQUENCY 60 ANNOUNCE_ROUND_SECONDS 0 ANNOUNCE_HOLDTIME once RETRY 2 WRAPUPTIME 0 SERVICELEVEL 30 STRATEGY random JOINEMPTY strict LEAVEWHENEMPTY no EVENTMEMBERSTATUS 1 EVENTWHENCALLED 1 REPORTHOLDTIME 1 MEMBERDELAY 2 I check my members: > realtime load queue_memb...
2010 Dec 26
1
Asterisk 1.8 Realtime Queue not working
...-----------+-------------------+-------+------------+--------+--------------+-------------+-----------+----------------+-------------------+-----------------+----------------+-------------+--------+----------------+-----------+-----------------+ | name | musiconhold | announce | context | timeout | monitor_join | monitor_format | queue_youarenext | queue_thereare | queue_callswaiting | queue_holdtime | queue_minutes | queue_seconds | queue_lessthan | queue_thankyou | queue_reporthold | announce_frequency | announce_round_seconds | announce_holdtime | retry | wrapuptime | maxlen | servicelevel |...
2007 Apr 16
2
Problem with queue
...ing one more time. Here is the agent.conf [general] persistentagents=yes multiplelogin=no [agents] autologoff=150 wrapuptime=60000 musiconhold => default updatecdr=yes recordagentcalls=yes recordformat=wav agent => 1001,4321,Agent1 Here are the enties in queue table name=test timeout=15 monitor_join=t (yes) monitor_format=wav announce_frequency=60 retry=5 wrapuptime=20 maxlen=0 servicelevel=120 strategy=rrmemory eventwhencalled=t (yes) reportholdtime=t (yes) memberdelay=0 weight=0 Does anyone have idea what is wrong. Please suggest. Regards, Sanjay Rajdev
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
2013 Apr 18
5
Dynamic realtime + queues
Hi, ? I am trying to store queues.conf to a MySQL database using dynamic realtime. I have a working ODBC connection and the queueing system already works but I want to store the queues.conf file to a database. I am following the guide from Asterisk the definitive guide, the ebook can be found at: http://ofps.oreilly.com/titles/9781449332426/asterisk-DB.html ? I have a database called asterisk