[Freeswitch-users] Call parking question/best practice advice

Michael Collins msc at freeswitch.org
Wed Mar 17 12:58:45 PDT 2010


FYI,

This method and the bind meta app method are now in the wiki:
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_valet_park#Valet_Autoselect_Parking_Stall

-MC

On Wed, Mar 17, 2010 at 11:47 AM, Anthony Minessale <
anthony.minessale at gmail.com> wrote:

> side note:
>
> Some of mod_valet_parking seems undocumented you can do the following
>
>  <extension name="park-in">
>       <condition field="destination_number" expression="^(8000)$">
>         <action application="valet_park" data="auto in 8001 8999"/>
>       </condition>
>     </extension>
>
>
>  <extension name="park-out">
>      <condition field="destination_number" expression="^(8\d{3})$">
>         <action application="answer"/>
>         <action application="valet_park" data="test $1"/>
>      </condition>
> </extension>
>
>
> So if you attended transfer to 8000, you will park them at the next
> available slot
> This is missing the blf like fifo has but it will be unique announced
> slots.
>
>
> also
>
> you can add this before any call
>
>  <action application="bind_meta_app" data="1 a s valet_park::test auto in
> 8001 8999"/>
>
> so when on the phone you can dial *1 to park the call to the next free slot
> 8001-8999
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100317/3a8a1b16/attachment-0002.html 


More information about the FreeSWITCH-users mailing list