[asterisk-users] How to park calls on a specific extension

marvin horst fivehorsts at gmail.com
Sat Nov 25 05:17:47 MST 2006


The valet system gets us partway from what I read, but it still uses the
> arbitrary number slots.  It still requires the user know to transfer a
> call to the valet.
>
> no you can park to a specific number (lotname)

exten =>
_6XX,1,ValetParkCall(auto|8${EXTEN:1:2}|180|${CALLEDEXTEN}|1|internal)

;  Valet unpark from an extension
exten => _5XX,1,Playback(beep)
exten => _5XX,n,ValetUnParkCall(filo|8${EXTEN:1:2})


[Synopsis]
Valet Park Call

[Description]
ValetParkCall(<exten>|<lotname>|<timeout>[|<return_ext>][|<return_pri>][|<return_context>])
Park Call at <exten> in <lotname> until someone calls ValetUnparkCall on the
same <exten> + <lotname>
set <exten> to 'auto' to auto-choose the slot.

[Synopsis]
Valet UnPark Call

[Description]
ValetUnparkCall(<exten>|<lotname>)
Un-Park the call at <exten> in lot <lotname> use 'fifo' or 'filo' for
auto-ordered Un-Park.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061125/0f09ff7b/attachment.htm


More information about the asterisk-users mailing list