Brian Stafford wrote:
> Brian West wrote:
>   
>> You have to be doing it wrong then.
>>
>> Can you show us your dialplan you should have two extensions one for  
>> the lot range and one to attended transfer someone into the lot.
>>
>> /b
>>   
>>     
> The relevant excerpt from the dialplan is
>
> <extension name="valet_unpark">
> <condition field="destination_number" expression="^(41[0-9])$">
> <action application="answer"/>
> <action application="valet_park" data="valet_lot $1"/>
> </condition>
> </extension>
>
> <extension name="valet_park">
> <condition field="destination_number" expression="^(420)$">
> <action application="answer"/>
> <action application="valet_park" data="valet_lot auto in 410 419"/>
> </condition>
> </extension>
>
> x410-419 are the slots and 420 parks a call. Parking by picking one of 
> 410-419 works fine and subsequently dialling them from another works 
> fine, I added x420 for the auto feature.
>
> Regards
> Brian
>
> _

Any clues what I'm doing wrong?  Is more information needed?

Brian

_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to