similar to: h priority problem

Displaying 20 results from an estimated 4000 matches similar to: "h priority problem"

2009 Aug 31
5
queue issue
I have a _very_ specific situation where I need queues to work in a very specific manner - I need the queue to only accept one call at a time, even though several phones are attached to it. My memory tells me that queues might have even worked this way in the distant past (pre 1.0)...but I am willing to be mistaken. Is this even remotely possible? PaulH
2008 Mar 11
3
Call tracing - Asterisk 1.4
Hi guys I've just read this about the upcoming release of * 1.6: ?Better reporting through a new call event logging capability in Asterisk 1.6 will allow complete tracking of events that take place during a call. The goal, according to Fleming, is to provide more detail than traditional CDR (Call Detail Recording) features offer and to allow for more granular tracking and auditing.? That
2008 Nov 28
1
Priority between calls from different queues
Hi! I want to know the way that calls are answer in this case... I have queue1 and queue2, one agent that receive call from both queues. queue1 <- call1 queue1 <- call2 queue2 <- call3 queue2 <- call4 In my test the agent answer calls in this order: call1,call3,call2 and call4. I think this must be in this order call1,call2, call3, call4 like a big FIFO. Its ok this behavior? Could
2008 Nov 17
4
Debugging Asterisk
Hello all, Two questions: 1) What do people on the list do to debug phone quality issues. Phone quality seems to be a very subjective thing. But are there metrics that you can work against? Like maybe generating a tone and measuring the return quality etc? It looks like all trial and error right now. If that is the way it is, then fine. But anything more accurate / scientific? 2) Also
2008 Oct 02
1
Asterisk Queue question
When the asterisk a queue reset their counters? I 'm talking about this kind of info in asterisk console. >show queue 600 600 has 0 calls (max unlimited) in 'ringall' strategy (4s holdtime), W:0, C:14, A:8, SL:0.0% within 0s I just say that because I have a queue with strategy "Fewest Calls" working for a couple of mouths, and a new agent has been added this
2007 Oct 10
4
Manager API ! (System) command
I need to issue some system commands via the Asterisk manager API. From the CLI the ! (system command) works fine, but when connected via the manager API it fails. Does anyone know why, or of a work around? Thanks Robert -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071010/a3ee4b5d/attachment.htm
2008 Nov 27
5
Any 1.6 SendFAX example ?
Hi, Do you have any example showing how to use SendFAX ? I can see several examples of ReceiveFAX but not a single one showing SendFAX. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081127/b41ca08b/attachment.htm
2008 Sep 02
4
AgentCallbackLogin AddQueueMember
Hi i have problem with AddQueueMember logic. I need login Agent(Member) in asterisk. use this option: for example: AddQueueMember(queuetest,SIP/ekiga,10,,Agent/13) and now i want to call to this Agent: exten => _1XX,1,Dial(Agent/${EXTEN:1}) call to 113 and asterisk should call to Agent => 13 on interface SIP/ekiga. This doesn't work, How can i do this on Asterisk 1.4(not
2008 Nov 21
2
Log level of 500 Server Internal Error.
Hi, VERBOSE[6120] logger.c: -- Got SIP response 500 "Server Internal Error" I just noticed that i sometimes get those back from provider. They are currently general SIP message log entries with verbose level 3. I wonder if such SIP fails could generate at least WARNING in log? Currently i'm checking logs for warnings and errors, so i probably have missed those.. It would be
2008 Feb 18
2
SiP call generator
I want to have a PC-based real-time VoIP bulk call generator (including both SIP signaling and RTP generation) for stress testing and precise analysis of the VoIP network equipment. Do any one knows a free program can do that . Regards ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with
2008 Oct 27
11
Fring: Open VPN client to be installed on the mobile, which mobile?
Hi All; I do not know if anyone faced such case in dealing with open vpn (as we need it for fring to be used from the mobile: Which mobile can be used to install the open vpn client on it, so we can use it to do a vpn channel with the server that has open vpn server? Regards Bilal
2008 Jan 03
1
Right timing for a queue call
Hello everybody, I'd like to have more detailed records for calls related to queues. For instance, if A enters in queue X, waits for Y secs and then talks to peer Z for T seconds, I'd like to have two entries in my CDR: - src: A, dst: X, duration: Y, state: ANSWERED - src: A, dst: Z, duration: T, state: ANSWERED This independently from how many peers the Queue app calls without success
2008 Jan 21
6
[Fwd: Re: Large issue - having trouble diagnosing.]
thankyou both very much for your swift responses and helpful insight... While my knowledge of administrating Asterisk is fairly decent, i must say my knowledgebase and ability in troubleshooting it is fairly lousy... all these wonderful suggestions you have had about turning this log on here, etc sounds great, but i don't know where to begin on that! how do you recommend i turn these on or
2006 Feb 26
11
Asterisk question
Any idea how to read an external file, grab some stuff and push it back into an Asterisk variable? I can do it the other way with: system(echo "${UNIQUEID} =>" >> /home/ast/curr_calls) but I'm a bit stumped on how to go the other way around.... much thanks, Paul Hales
2007 Oct 03
1
Resolving digit strings using pound/hash.
Hi all, The thing that has bugged me about Asterisk since I first started playing with it, is the fact that the pound sign/hash/octothorp doesn't resolve digit conflicts or cancel timing on a variable length string such as a tie line code or when you call numbers in a country whose length can be different between numbers in the same plan. In North America, we see this when calling
2007 Dec 25
1
Softphone to be installed on the Mobile
Thanks a lot for the help. But if Asterisk has private IP address and the only way to access it from remote sites is to have vpn connection to the site that asterisk existed (the site has vpn), then how that will happen from the Mobile to be able to run the softphone from the mobile? Any help? Regards Bilal ----------------- I installed out of curiosity today, and guess what? You can do SIP over
2008 Oct 10
3
Compile logger-mysql.c with UNDEFINED REF to `mysql_error'
Sorry to post a C compile error on this mailing list but this is Asterisk related. Basically, I was following http://www.plack.net/index.php/2007/01/07/asterisk_modification_for_queu e_logging to patch logger.c and Makefile in Asterisk 1.4.* in order to write queue_log to mySQL database. When I ran make, it complained: In function `write_mysql_logger': [...]
2008 Nov 20
1
Macro conversion in 1.6
I create my sip users using a common macro in 1.4: [internal] exten => 200,1,Macro(phones|200|SIP/200) [macro-phones] exten => s,1,Dial(${ARG2}|45|Tt) etc... But now in 1.6 this fails: -- Executing [200 at handsets:1] Macro("SIP/201-0942b530", "phones|200|SIP/200") in new stack [Nov 20 08:55:55] WARNING[5958]: app_macro.c:201 _macro_exec: No such context
2008 Nov 23
1
Asterisk 1.6 mysql cdr log problem
Hi all! I've installed a new Asterisk 1.6.0.1 with addons and dahdi drivers and tools but my calls aren't logged. I'd enabled mysql log and noticed that asterisk send a 'DESC cdr' so connection is working between asterisk and mysql and I am able to call other phones so Asterisk is working as well. No error messages on startup though. Any idea why is it happen? As I realized
2008 Dec 18
2
Asterisk 1.4.22 Queues problems (Fifo or not ?)
Hi, I'm having a question with asterisk queue system, is it a fifo or a lifo or random ? Sometimes when we have people waiting in the queue and new agents are connected to handle the load the first call that is handled is not the one which is already waiting for 4min, but the new one which has just arrived. However this doesn't happens everytimes Is it normal ? regards, benoit