similar to: state_interface how to

Displaying 20 results from an estimated 400 matches similar to: "state_interface how to"

2009 Oct 26
1
state_interface backport issue
It's my understanding that the backport is available now in 1.4. However, seem to be having some issues with it. Just wondering if I have everything setup right. I'm running 1.4.26.2 realtime. queue_members: `uniqueid` int(10) unsigned NOT NULL auto_increment, `membername` varchar(40) default NULL, `queue_name` varchar(128) default NULL, `interface` varchar(128) default NULL,
2010 May 04
1
problem with ringinuse=no, queue members receive randomly two calls
Dear all on a debian amd64 i've installed (from source) asterisk 1.4.30 On the system we have in average 50 concurrent calls in queue and 40 sip members. I'm experiencing an apparently random problem: sometimes some users receive 2 calls from asterisk, apparently ignoring the ringinuse=no settings. It appears on users that are members of many queues As you can see from the log, the
2006 Feb 22
0
Realtime queues with Firebird SQL through unixodbc
Hello, I have a partially working Realtime Queue using unixODBC and Firebird. I followed the steps on asterisk-guru and the voip-info asterisk message boards but have been having no success. I say that my queue is partially working because callers can join the queue. However the calls do not go to the agents even if the agent is not tied up and is available for calls. So the caller is stuck
2008 Feb 08
1
Transferring a call received by an agent in a queue
Hi, I have a queue with one agent added using AddQueueMember (FAO|Local/1001 at from-sip|0||Agent/602). My extensions.conf is [general] static=yes writeprotect=yes autofallthrough=no clearglobalvars=no priorityjumping=no [from-sip] exten => 100001000,1,Dial(SIP/100001000,,t) exten => 1001,1,Dial(SIP/1001,,t) exten => 1002,1,Dial(SIP/1002,,t) exten => 1003,1,Dial(SIP/1003,,t) exten
2007 Sep 07
1
queue static agents
Hi, I setup a queue (number 4050) with one static agent (extension 4054). What I would like is that when someone calls the 4050 queue and there are neither "dynamic" agents logged in nor is the static agent 4054 "on-line" then the caller gets out of the queue and falls into another context (eg. voicemail or anything). Not "on-line" means that either the SIP
2006 Dec 18
1
Queue Monitor not mixing if using UNIQUEID in MONITOR_FILENAME
Hello Asterisk Users, I guess the subject says the most of it; here goes some more detail: - Running Asterisk 1.2.14 - Objective: record all calls managed by a specific queue - Name those files ${TIMESTAMP}-${CALLERIDNUM}-${UNIQUEID} Facts: - If the UNIQUEID chan var is used in the MONITOR_FILENAME, before calling the Queue() application, the two legs of the call are not
2014 Feb 12
1
Realtime Call Queues : call members in certain order
Hello, I'm using MySQL realtime Call Queues (table /queues/ and table /queue_members/). I would like to ring the members of the call queue in a certain order. Therefore I use ring strategy /lineair /and I put the members into the table /queue_members/ in the order in which they have to be rang. So I have the queue : | name | musicclass | announce | context | timeout |
2010 Jan 04
1
Some minor configuration issues with queues
Hello list ! I have some configuration issues with queues, but I'm sure they are minor and for someone who has already configured queues it could be trivial. This is my queue configuration : [VC_support_queue] musicclass = default strategy = ringall timeout = 20 retry = 5 wrapuptime=15 autofill=yes autopause=no maxlen = 0 setinterfacevar=yes announce-frequency = 0
2010 May 11
0
queue member state in asterisk 1.4
Hi, My queue members use Local channels and their queue state is "In use" while their hint value is "Idle". Since I have Ringinuse=no, I'm experiencing issues such as incoming calls waiting too much because the agent's phone isn't ringing even though it's idle/free. I read somewhere that this is a "known bug" in 1.4 and should be fixed in 1.6. I
2009 Jun 29
0
asterisk 1.4.21.2 a caller waited in queue, after connect to agent hears silence
Hi all! My problem is that calls being placed in the queue, and are waiting while the agents are busy, when an agents is then free they gets connected to the agent but there is silence (no voice). If a caller has not to wait in the queue, there is no problem. My agents have an iax2 client, and imcoming calls are over SIP. queue.conf: persistentmembers=yes autofill=yes ringinuse=no
2007 Aug 04
0
queue beep
Hi - I have a queue setup with 4 agents. The people working the queue tell me that when a new call goes into the queue, both the agent and the caller hear a tone. These are static agents - could it be ringing the line again, even though the agent is on a call? We are using GXP2000's with only 1 line programmed in. thanks Todd queue.conf > [601] > announce-frequency=0
2010 Feb 02
0
Queue problem, ringing agents.
I'm running Asterisk 1.6.0.21 and Aastra 57i phones. I'm having an issue with the agent phones ringing when someone is in our queue. The first phone will ring 3 to 4 times then the call will roll over to the next phone as expected. However, any phone after the first one will only ring once and the wait between that phone and the next will be as if it if ringing 3 to 4 times. My
2013 Jul 17
0
2 pretty irritating issues....
Hey All ~ 1, queue records on fairly unreliable. I would say about 40 - 60 percent of the queue calls are not being recorded and I'm not sure why. I don't seem to see any kind of pattern to the failure. I've added a sample of our queue config at the bottom. 2, cel_pgsql module seems to crash regularly. It seems every time I look at our asterisk server, the cel_pgsql module is
2010 Dec 26
1
Asterisk 1.8 Realtime Queue not working
I have configured my mysql database by following this link http://www.voip-info.org/wiki/view/Asterisk+RealTime+Queue The only difference is that I am using ODBC instead of MySQL with Realtime. Within extensions.conf I have the following for my queue exten => 9**2**1611,1,Answer exten => 9**2**1611,2,Queue(irock.com,tT,,,300) exten => *50,1,Answer exten =>
2003 Jan 29
2
browser() misbehavior ?
Under v1.6.2, Windows NT4 OS, when a function contains an execution error and I have placed browser() in inside the function body, the call to browser is ignored. A brief example to illustrate: > foo <- function(x) { + y <- x ^ 2 + browser() + foo2(x) ## Intentional error + x ^ 3 + } > > foo(30) Called from: foo(30) Browse[1]> Error in foo(30) : couldn't find
2007 Apr 12
1
Milestone: 1000 packages on CRAN as of today(?)
Hi, I was just looking at the "CRAN Daily Package Check Results" [http://cran.r-project.org/src/contrib/checkSummary.html], and realized there are 1000 packages on CRAN as of today (look at row 3 in the table below). Yet another quite extraordinary milestone in R history. Last updated on 2007-04-12 11:48:32 Results for installing and checking packages using the three current flavors
2003 Apr 15
4
graphics output produces corrupt/empty files
Hi there. as a newbie I figured out the basics of R but when it came to graphic output it was a bad surprise. All but the X11 device do not function properly. Most of them generate an empty file and pdf() produces non valid output (gs and acroread as well). Very annoying, because I have to write a report. I got the recent stable binary rpm (v1.6.2) from CRAN on a SuSE Linux 8.1. Any help? CU
2008 Apr 03
1
Combined patch fixing queue-state and bug12127 for 1.4.x
Hi, I am using asterisk-1.4.15, and using AddQueueMember to add SIP interface to the queue. Each sip interface is member of multiple queues The queue does not recognize that an agent is busy and keeps trying to call the busy agent. I have identified two patches that can fix the problem, one at http://www.scopserv.com/download/asterisk-1.4.17-state_interface.diff in thread
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
2010 Sep 15
1
Queue member status not changing
I have an Asterisk 1.6.0.28 system, with a queue called 'marketing'. Everything appears normal, but the status of the members never changes from 'not in use', even if they are being rang or are in a call. Members are added like so: queue add member SIP/1406 to marketing penalty 0 as SIP/1406 state_interface SIP/1406 And they are present as a hint: exten =>