search for: valetparklist

Displaying 4 results from an estimated 4 matches for "valetparklist".

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 great! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080202/c76ce28b...
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
2004 Apr 30
1
Flexible Call Parking Solution
...ng fifo in mylot ; exten => *2,1,ValetUnParkCall(fifo|mylot) ; ; Lets pickup the last call parked in the lot use filo in mylot ; exten => *3,1,ValetUnParkCall(filo|mylot) ; ; Lets cycle thru a list of calls in mylot and press * when you hear the one ; you want to pickup. ; exten => *4,1,ValetParkList(mylot) ; ; Ok lets query for the slot to park the call on in mylot. ; And have a 360 second timeout and return to default,10,1 on timeout ; exten => *5,1,ValetParkCall(query|mylot|360|10|1|default) ; ; Ok lets query for the slot to pickup in mylot ; exten => *6,1,ValetUnparkCall(query|mylot...