similar to: Queues with Dynanic Users (BUG?)

Displaying 20 results from an estimated 500 matches similar to: "Queues with Dynanic Users (BUG?)"

2007 Aug 26
0
Nokia cell connectel to asterisk
I use the E-series Nokia phones on my Wireless LAN. The e series have sip agent On 8/20/07, asterisk-users-request at lists.digium.com <asterisk-users-request at lists.digium.com> wrote: > Send asterisk-users mailing list submissions to > asterisk-users at lists.digium.com > > To subscribe or unsubscribe via the World Wide Web, visit >
2004 Dec 16
1
Providing AD auth/access to only certain groups
My goal here is to share a directory that people ftp files to. [global] workgroup = TELEVOX_1 netbios name = samba server string = Debian Mass Storage Device security = domain realm = TELEVOX_1.LOCAL username map = /etc/samba/smbusers #password server = * encrypt passwords = yes interfaces = 192.168.169.31 localmaster = no winbind separator = + winbind cache time = 10 idmap uid = 10000-20000
2005 Feb 24
0
Queue Questions
I am having a problem with the Call Queue Feature. If I let a user into the Queue prior to an agent being available for them to take the call, they experience the following: 1) they hear that they are the first in line 2) when the agent finally logs in (the caller on hold in the queue is sent to the users phone) 3) the AGENT is still in the login phase hearing that they are "successfully
2011 May 05
1
Why is PQMSTATUS empty?
Hey all! I'm trying to do a bit of logic here so that a user only has to dial one code to pause/unpause in a queue (e.g. *0 will (un)pause depending on the users's state). My logic looks fine to me but every time ${PQMSTATUS} shows up empty. Here's the extensions.conf part.... exten => *0,1,NoOp(${PQMSTATUS}) exten => *0,n,Macro(user-callerid,SKIPTTL,) exten =>
2008 Apr 16
2
extenspy and chanspy
I want to add to my dialplan the ability to spy on an arbitrary extension whether a call originates at it or is terminated at it. Scenario 1: Given an extension, say 2001, a call comes in on a zap channel and is Dial()ed to the phone that's at extension 2001, I want to be able to pick up a phone and dial (say) *142001 and spy on that call. Scenario 2: Extension 2001 makes a call to, say a
2004 Apr 23
2
use keep state(strict) to mitigate tcp issues?
Hi, When deploying a BSD with IPF in at the network perimeter and using rules like these: pass in .. proto tcp ... keep state(strict) it's possible to refuse tcp packets which arrive out of order. This would increase the difficulty doing blind attack resets and blind data injection attack, cause then you'd have to "guess" the exact expected number. Checpoint has a similar
2007 Oct 14
5
Routing public IP''s through a gateway
Greeting all, I have a bit of a complicated question. I have two ethernet devices, eth1 and eth2. eth1 is where my internet comes from. It is in the form of 202.172.122.208/29. It has another IP range, 202.172.122.72/29. What I want to be able to do is route 202.172.122.72/29 to eth2, so that other machines can use those IPs, any ideas on how to do this, I cannot work out how to do this.
2009 Feb 19
1
queue_variables() function
Hi, Can somebody please shed some light on how to use the QUEUE_VARIABLES() function? The built-in help says ---cut--- Return Queue information in variables [Description] Makes the following queue variables available. QUEUEMAX maxmimum number of calls allowed QUEUESTRATEGY the strategy of the queue QUEUECALLS number of calls currently in the queue QUEUEHOLDTIME current average hold time
2006 Aug 30
1
Unknown domain
I am running RHEL 2.1 and samba 2.2.12. When I try to map a network drive on my XP workstation, I browse for folder. I see my domain. I expand my domain and when i see my server, I click it but there are no shares beneath. If I map the drive by entering the servername and share as \\servername\share and click Browse, it should take me to the domain entry but instead it shows the domain as Unknown.
2004 Dec 02
1
Agent Login "Play a file"
Good Day list, Anyone know if there is a way to have the AgentCallBackLogin function play a voice file after the agent picks up the phone? If this is not an available feature, any ideas on the difficulty in making this feature? Example: Extensions.conf exten?=>?700,1,AgentCallbackLogin(${CALLERIDNUM}|?AnnounceCAllQue-TechSu pport?); ....... exten => s,6,Queue(queue1)
2007 Jun 29
2
Mknod: Operation not permitted
When trying to move my root to a btrfs filesystem, I found a missing feature (or a bug). It's not possible to create device files. To reproduce, run this on a btrfs filesystem: mknod test c 1 1 result: mknod: `test': Operation not permitted Frank
2011 Jul 05
3
HP Smart Array B110i SATA RAID Controller Driver
Hi I am trying to install CentOS 5.6 on HP DL 180 G6 which has HP Smart Array B110i SATA RAID Controller Driver. I have 4 * 500 GB SATA HDD and configured RAID 1+0 using System BIOS, the BIOS detects usable disk space as 940GB disk space, when i start installing the OS, it does not detect HP Smart Array B110i SATA RAID Controller Driver As per
2008 Mar 12
6
Time is off by an hour in my XEN vm
Hello, I''m hiring a XEN virtual machine running Ubuntu at a hosting company. My XEN virtual machine is hosted on a server which has some other VM''s running on it. They all use ubuntu or debian. After a crash sometime last week, the systemclock of my VM is off by an hour (it says 19:49, although it''s 18:49 here now). The other VM''s don''t have
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
Hello Guys, I'm somewhat of a newbie and am desperately seeking for some help... I've managed to get asterisk up and running on my server, and signed up with a broadvoice account... I'm having no problem dialing and communicating between extensions, but whenever anyone tries to call my broadvoice account, they are greeted by no ring or anything, but rather simply a direct to
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every single thing I do No matter what I get busy extensions. I am willing to pay someone to help here. Anybody got a clue? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm
2013 Apr 30
5
Mail deduplication
Hi Guys, I am wondering about mail deduplication. I am looking into the possibility of seperating out all of the message bodies with multiple parts inside mail that is recived from `dovecot` and hashing them all. The idea is that by hashing all of the parts inside the email, I will be able to ensure that each part of the email will only be saved once. This means that attachments & common
2003 Jun 23
5
dynamic queue channels
Hi, I'm trying to build a call center application that allows attendants to come in the morning and dial a certain extension to make their extension available. I wouldn't like to use the AgentLogin app because their line would need to stay off-hook (is this correct?) Is there any SET channel status command that would allow me to do something like this? PauloHM -------------- next
2005 Oct 03
2
asterisk, cisco 3640's and DIDs...
I would think I could do this but for some reason I am stymied. I have a PRI from RCN connected to a cisco 3640 (in my day "cisco" is all lower case :-)). My config looks something like this on the cisco... --------------------------------------------------------- voice-card 3 dsp services dspfarm ! ip cef ! isdn switch-type primary-5ess ! controller T1 3/0 framing esf linecode
2005 Jan 11
1
ACD Bug with AddQueueMember Stable
Good Day again list, Encountered another problem in the ACD queue... If I use the ADDQueueMember to dynamically add members as foolows, exten => 403,1,AddQueueMember(techsupport|SIP/${CALLERIDNUM}) lets assume I called extension 403 from my extension 2204. then a caller (extension 2203) enters into the techsupport queue I am able to receive the support call on my phone (extension 2204
2003 Aug 08
3
queue / agent documentation
We're moving a somewhat complicated call center over to an Asterisk system, and I'm looking for documentation on queue/agent configuration. So far I haven't found anything on the Digium or Asterisk websites, and I was hoping that someone could point me in the right direction. Thanks, Devon