FYI,<br><br>This method and the bind meta app method are now in the wiki:<br><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_valet_park#Valet_Autoselect_Parking_Stall">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_valet_park#Valet_Autoselect_Parking_Stall</a><br>
<br>-MC<br><br><div class="gmail_quote">On Wed, Mar 17, 2010 at 11:47 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
side note:<br><br>Some of mod_valet_parking seems undocumented you can do the following <br><br> &lt;extension name=&quot;park-in&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(8000)$&quot;&gt;<br>

        &lt;action application=&quot;valet_park&quot; data=&quot;auto in 8001 8999&quot;/&gt;<br>      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br><br>
 &lt;extension name=&quot;park-out&quot;&gt;<br>     &lt;condition field=&quot;destination_number&quot; expression=&quot;^(8\d{3})$&quot;&gt;<br>        &lt;action application=&quot;answer&quot;/&gt;<br>        &lt;action application=&quot;valet_park&quot; data=&quot;test $1&quot;/&gt;<br>

     &lt;/condition&gt;<br>&lt;/extension&gt;<br><br><br>So if you attended transfer to 8000, you will park them at the next available slot <br>This is missing the blf like fifo has but it will be unique announced slots.<br>

<br><br>also<br><br>you can add this before any call<br><br> &lt;action application=&quot;bind_meta_app&quot; data=&quot;1 a s valet_park::test auto in 8001 8999&quot;/&gt;<br><br>so when on the phone you can dial *1 to park the call to the next free slot 8001-8999<div>
<div></div><div class="h5"><br></div></div></blockquote></div><br>