Talk:OpenZAP
From FreeSWITCH Wiki
The page needs some config examples like this one below:
<extension name="tollfree">
<condition field="destination_number" expression="^(800[0-9]{7})$">
<action application="bridge" data="openzap/1/$1"/>
</condition>
</extension>
HOWEVER, I'm not sure it is correct so I'm reluctant to put it on the page until someone reviews it.
