similar to: dynamic queue channels

Displaying 20 results from an estimated 1000 matches similar to: "dynamic queue channels"

2003 Jul 22
3
busydetect and random hangups
Hi, I'm having random hangup problems with zap channels. If I turn busydetect off in Zapata.conf, * fails completely to detect a user hangup in the middle of a script. On the other hand, if I turn it on, everything works much better, but long calls tend to be hung up without a motive. Any other parameter that I can try? Any #define that I can tweak and recompile? Will callprogress
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
2003 Oct 17
2
Beta testers for visual configuration tool f or asterisk
Count me in too. -----Original Message----- From: sip [mailto:sip@intology.com] Sent: Friday, October 17, 2003 1:56 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Beta testers for visual configuration tool for asterisk count me in ----- Original Message ----- From: "Paulo Mannheimer" <paulohm@instant.com.br> To: <asterisk-users@lists.digium.com>
2003 Oct 17
5
Beta testers for visual configuration tool for asterisk
Hi All, We've been developing for a while an IDE for Asterisk, and the time has come to open it for beta testers. You can check at www.instant.com.br/viv.html for a snapshot of the application. Current modules are Dialplan and VoiceMail configuration. As you may see, it is all-visual, with drag and drop support and integrated sound recording, saving and cross-checking, so you dialpland
2010 Nov 04
1
Is queue Members priority supposed to show in the "queue show" command
Hi Everyone, I am doing a queue show and I can't see any column that shows a queue member priority. Is there any other command that can show the member priority on the Asterisk 1.4x CLI? We are using this format of dialplan to login agents: exten => 123,Answer() exten => 123,n,AddQueueMember(500|Local/${CALLERID(num)}@from-internal/n) exten => 123,Hangup() ^^^^ Where 500 is the
2003 Dec 10
3
pridump
Hi All, Can anyone tell me what are the <dev1> <dev2> parameters that I should use to run pridump? I took a look at the source code but couldn't figure this one out. Best, PauloHM
2003 Sep 11
3
SIP busy
Hi, I would like * to treat a SIP extension as a normal extension, when it comes to the busy functionality. In other words, if someone tries to call the SIP phone and there is already an ongoing conversation, the new caller should get a busy message/tone Is there any parameter that I can set? Is this something that should be configured at my softphone? Best, PHM
2003 Dec 29
1
Agent setup
Dear Group, I have been successful in setting up the Agents, queues and getting agents to log in. Is there a way that I could configure the system so that the agent is called back. i.e. the agent logs into the system, a call is destined for them and their phone rings. If some one has this setup I would be very interested in hearing from them. Warm Regards and Thanks --------------- Shad
2003 Dec 11
1
Iax, Iax2 and Iaxcomm
Hi, I'm trying to use iaxcomm. I can place a call from the softphone, but when I place a call to it, when I answer I get ... NOTICE[16401]: File channel.c, Line 1094 (ast_read): Dropping incompatible voice frame on IAX2[paulohm]/3 of format GSM since our native format has changed to ALAW My iax.conf looks like this .. [paulohm] type=friend host=dynamic username=... secret=...
2003 Sep 03
2
E1 problems
Hi, I'm testing an E1 with E&M signaling. Some of the problems I'm running into are the following: 1) if I try to configure any channel above channel 15, I start getting a "multiframe alignment error" on my telco test equipment. So I have my zaptel file only configured for 15 channels, like this span=1,1,0,cas,hdb3 e&m=1-15 2) When the test equipment tries to send me
2003 Nov 26
1
Pbx / channel bank install
Hi all, We are about to make our first channel bank install. This will be a one PRI outside connection and up to 70 extensions. As the schedule (and the budget) is pretty tight, I would like to learn a little bit more about general experiences with channel banks, like echo cancellation problems, Caller ID usage, etc. TIA, Paulohm
2004 Feb 06
4
Conference server
Hi, we are setting a 120-channel conference server and would like to learn if someone already did this (hardware, problems, etc...) Best regards, PauloHM
2003 Aug 12
1
new on E100P
Hi, I'm installing my first E100P. My zaptel reads the following: Span=1,0,0,ccs,hdb3,crc4 E&m=1-31 My Zapata.conf reads the following: Signaling = em_w Channel =1-15 Channel =16-31 After starting the zapter service I get: ZT_SPANCONFIG failed on span 1: No such device or address (6) ??? PauloHM -------------- next part -------------- An HTML attachment was scrubbed...
2003 Sep 04
1
Arraycom voip phone
Hi All, Does anyone have any experience with the ArrayCom VoIP phone? I bought one a couple of weeks ago, it used to work quite well with * until I misconfigured one option. I now cannot make it work anymore, because the phone boots up, doesn't find a valid SIP gateway, resets itself and keeps rebooting indefinetely ;-( Their technical support refuses to answer my questions. Any hint on a
2007 Aug 20
3
Queues with Dynanic Users (BUG?)
I am running r79979 of Asterisk Trunk, and I am having problems trying to use app_queue.so. I want to use the extension 510 to be a line where users can call technical support. Extensions 511 and 512 are used by the operators to dynamically make themselves a Queue Member or not. So, operators call 511, and they should get added to the Queue as a Queue member. When users call 510 then, it
2003 Oct 29
3
Sip bandwidth usage
Hi All- I'm working on a project that will have remote (internet)access to an * server through SIP phones, either soft or hard ones. Does anyone have any experience to share about which SIP product they are using under similar conditions, as well as which codec is being used and bandwidth usage? TIA! PauloHM
2003 Dec 18
1
AGI and broken pipe
Hi All, I was able to track down what I believe is a bug when using AGI services. This bug may crash your system if your extensions.conf script is intensive in using AGI services. Depending on your system's ulimit, * keeps opening files until it reaches the system limit and then stops responding. Function app_agi/launch_script seems to leave an open and unused file. Can someone confirm this?
2003 Dec 16
4
broken pipe - * does not respond
Hi, I?m having a serious problem at one customer. After 6 hours answering a PRI line, * stops responding in a very similar situation as described here ... http://lists.digium.com/pipermail/asterisk-users/2003-July/015391.html I took a look at "/proc/first * PID/fd" and there are hundreds of file descriptors; If I try to connect using asterisk -r I get the "broken pipe"
2008 Nov 01
1
Wierd queue question
I have just setup a small queue implementation for one of my branch offices, replacing a 16 year old key system that had a hacked together pseudo call queuing feature. The 'agents' are not dedicated to the queues and want to be able to logon and get one call only from the queue. I know this is odd, but it is how my users want it to work. I have the login process setup using dynamic
2008 Jan 04
2
Agents and AddQueueMember
Hi, I have callcenter running with v 1.2 with AgentCallbackLogin and now trying to move to 1.4 using the example doc, doc/queues-with-callback-members.txt. From what I understand the basic idea in the example is to 1. Authenticate a caller with VMAuthenticate 2. Get his SIP Channel number 3. Use