similar to: Call Queue Question

Displaying 20 results from an estimated 90 matches similar to: "Call Queue Question"

2004 Apr 30
1
Flexible Call Parking Solution
These all work with sip native transfers and sip attended transfers in the example of "query" option. I tested this on my 7960 and it works great. Please others test it. cd /usr/src/asterisk cp contrib/scripts/astxs /usr/bin/ cd apps wget http://www.bkw.org/app_valetparking.c cd .. astxs -install apps/app_valetparking.c ; ; Lets Auto Park the person in the first available slot in
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some hosting provider), does anyone happend to have a copy of app_valetparking.c from www.bkw.org - the one that should work with * stable 1.0.X ? If so please contact me. One that can be downloaded from www.loligo.com dosn't compile with 1.0.X, and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file <parking.h>. It cannot compile on * 1.0.X (I have tried also to include <features.h> instead of <parking.h> (as far as I know features.h is successor to parking.h), but still without results). Thanks anyway. Nenad > > Try this > >> Since www.bkw.org seems not to exist anymore (getting
2010 Apr 04
1
[OT] phpagi help
Hi, I am attempting to connect to the blacklist database using PHPAgi and it always seems to hang. The code snippet I am trying is: $r = $agi->get_variable("CALLERID(num)"); $cidnum = $r["data"]; if ($cidnum < 1000000000) # No valid callerid. { exit(0); } $r = $agi->database_get("blacklist", "$cidnum"); if ($r["result"] ==
2006 Feb 17
3
MixMonitor and command
Has anyone had any success using the MixMonitor() plus "command" as nothing I have tried works. I am using 1.2.1 I did google the archive but couldn't see any mention of anyone using this. What I am hoping to do is run a macro on hangup, current method I am using seems to miss some calls 5% of calls fail to mix / convert to mp3 etc. Was hoping that MixMonitor would fix this.
2004 Aug 01
2
Parking & SIP Phones
Hello, I know not too long ago I saw /something/ _somewhere_ about an adjustment to call parking that allowed blind transfers from SIP phones to park a call and still be able to hear the parking lot stall number. Unfortunately, I have no idea where I saw that (google turned up little, couldn't find it on the list either). I'm using Sipura SPA-2000 adapters and it doesn't seem to
2003 Dec 23
2
Fw: perl database get
i mean AGI->database_get() ----- Original Message ----- From: "Muhammad Nasim" <muhammad@telappliant.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, December 23, 2003 6:41 PM Subject: Re: [Asterisk-Users] perl database get > I've used both the syntax you have given and the perl module. AGI->getvar() > returns nothing for arguments that work from
2009 May 11
1
PauseMonitor() Hanging Up Call
Hi All, I'm at the end of my tether here and would really appreciate some help. I'm trying to implement DTMF based pause/resume of call recording. I'm using Asterisk 1.4.22.1. Here's the scenario: The caller (SIP or ISDN, doesn't matter) dials into the asterisk which executes the following code: exten => _X.,1,Monitor(wav,${CALLDIR}${UNIQUEID},mb)
2005 May 20
1
Valet Parking and SuperValet Parking - back level
It seems Valet Parking and Super Valet Parking won't compile with CVS after 3/4/2005. Apparently some major reworks to Asterisk has broken the out-of-tree modules. Ref: http://bugs.digium.com/view.php?id=3573 The standard Parking lacks functionality and doesn't support contexts. Yet the more current CVS supports several much needed features like Chan Spy and native MOH as well as
2008 Feb 02
1
app_valetparking.c anyone using it on 1.4?
Hi List, I have this running, but after I park a call it will not announce where it is at, it's like you have to call another application just to say where it is parked at. I have tried a second priority option for the same extension with that ValetParkList but it seems once ValetParkCall has been ended it will not process anymore priorities in this extension. Any ideals or help would be
2008 Jun 18
3
Website callback
Hi, I have a website where customers enter their phone numbers to be called. I'd like them to have to put in information and 'schedule' a call. 1) Call Immediately 2) Call in the next _ minutes 3) Call me tomorrow, same time. So, Asterisk will pull two variables from this php websites, $phonenumber and $timetocall. $timetocall will need to be calculated as
2004 Jun 08
3
Sending # and Asterisk Transfer Conflict
Having spent the better part of an hour searching the archives and voip-info I hesitantly ask what appears to be an obvious question but one I cannot find an answer for. Using Grandstream phones it seems that the only way to support Call Parking is to enable # transfers (i.e. use T in the dial command) since pressing the TRANSFER button on the BT phone is blind and one does not hear the call
2005 Jun 14
2
Call parking in multi user environment
I'm looking for a solution for call parking in an environment where multiple users are hosted on a single instance of asterisk. The main issue being a way to keep user A from picking up calls parked by user B. I downloaded the supervaletparking code from asterlink which would appear to be a solution, but it doesn't compile on the latest CVS HEAD. I sent an email to the author just in
2006 May 19
1
Non automated call parking
>From discussions with the receptionist staff, this is what we need: X number of buttons for parking slots. These buttons should be lit when a call is parked there. When on a call, just pushing an unlit button will park the call. (The do not want to hit hold, transfer, etc.) Hitting Transfer and the button would most likely be OK. To pick up a call, they can push the parking slot button. The
2005 Feb 22
1
Multiple Parking Lots.
Question: I am PBX multi-hosting several customers on one of my * servers, what the best way to setup call parking to prevent company A from picking up Company B's parked calls ? Any basic examples would be greatly appreciated. Thanks Chris. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Mar 18
2
Parking a call in manager interface
Is it possible to park a call through the manager interface? If yes; how? Regards Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050318/ec2a5f90/attachment.htm
2005 Jun 26
0
APP - ValetParking on CVS-HEAD -- instructions on its use, anyone?
I've finally got this beast installed, but now I don't see how to use it. I've looked over the web near and far, and it just seems that no one has anything on its implementation.. This is all I get from the CLI: *CLI> -= Info about application 'ValetParking' =- [Synopsis] Valet Parking [Description]
2004 May 20
4
snom 200 and hold
Hi, I've looked through the archives and seen references to placing calls on hold on a snom 200 (any version of the firmware but we have the latest: 2.05e.) Basically, we can't place calls on hold on the snom 200! The manual talks about the Flash button (which is really the "R" button, as far as I can tell.) Pressing the R button will immediately disconnect the incoming call.
2009 Apr 30
0
valetparking.c
I found a version of valetparking.c that looks like what I need for adding more parking. However when I try and compile it in 1.2, it is looking for a file parking.h, which isn't in my install. I even looked through CVS and 1.0 and 1.2 to make sure it isn't an old file and I can't find it anywhere. Does anybody have an idea where I might get parking.h? Or what should be in it? Or
2003 Mar 09
16
Call Parking
Anyone having trouble parking calls? I haven't tried it in a while, but it seems to have stopped working. If I dial 700, I get a invalid extension. I have "include => parkedcalls" in the correct context, and I can dial 701, which tells me no call is parked there. Any ideas? Parking.conf is stock.