[Freeswitch-dev] valet parking new feature
e schmidbauer
eschmidbauer at gmail.com
Thu Feb 19 17:43:11 MSK 2015
Hi,
Would anyone want to test out new parking feature for polycoms?
The feature is outlined in this doc:
http://support.polycom.com/global/documents/support/technical/products/voice/Static_BLF_TB62475.pdf
Just pull clean FS branch and do a git apply with that diff like
git apply --ignore-whitespace ~/valet_sofia.c.diff
make mod_sofia-install
make mod_valet_parking-install
restart FS
Provisiong the polycom with:
attendant.resourceList.2.address="orbit+lot at mydomain.com"
attendant.resourceList.2.label="Orbit Lot"
attendant.resourceList.2.type="automata"
FreeSWITCH dialplan
Park in Orbit:
<extension name="parking_auto_in">
<condition field="destination_number" expression="^\*7$">
<action application="answer"/>
<action application="valet_park" data="lot at mydomain.com auto in 701 799"/>
</condition>
</extension>
Pick up from Orbit:
<extension name="parking_pickup">
<condition field="destination_number" expression="^\*97(7[0-9][1-9])$">
<action application="answer"/>
<action application="valet_park" data="lot at mydomain.com $1"/>
</condition>
</extension>
Please test and let me know what you think... I'd like to get this
feature pushed to valet_parking instead of forking the module
Thanks
Join us at ClueCon 2014 Aug 4-7, 2014
More information about the FreeSWITCH-dev
mailing list