<br><br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The valet system gets us partway from what I read, but it still uses the
<br>arbitrary number slots. It still requires the user know to transfer a<br>call to the valet.<br><br></blockquote></div>no you can park to a specific number (lotname)<br><br>exten => _6XX,1,ValetParkCall(auto|8${EXTEN:1:2}|180|${CALLEDEXTEN}|1|internal)
<br><br>
; Valet unpark from an extension<br>exten => _5XX,1,Playback(beep)<br>exten => _5XX,n,ValetUnParkCall(filo|8${EXTEN:1:2})<br><br><br>[Synopsis]<br>Valet Park Call<br><br>[Description]<br>ValetParkCall(<exten>|<lotname>|<timeout>[|<return_ext>][|<return_pri>][|<return_context>])
<br>Park Call at <exten> in <lotname> until someone calls ValetUnparkCall on the same <exten> + <lotname><br>set <exten> to 'auto' to auto-choose the slot.<br><br>[Synopsis]<br>Valet UnPark Call
<br><br>[Description]<br>ValetUnparkCall(<exten>|<lotname>)<br>Un-Park the call at <exten> in lot <lotname> use 'fifo' or 'filo' for auto-ordered Un-Park.<br><br><br>