[Freeswitch-users] Dialplan actions
Jonas Gauffin
jonas.gauffin at gmail.com
Wed Feb 21 05:57:25 PST 2007
Hello
What kind of actions can I use in a diaplan and what kind of
parameters do they have?
How should sound files be specified in win32?
I tried this:
<extension name="testmusic">
<condition field="destination_number" expression="^1234$">
<!-- Request a certain tone/file to be played while you wait for
the call to be answered-->
<action application="set" data="ringback=C:/windows/Media/ringin.wav"/>
<action application="bridge"
data="sofia/$${domain}/1234 at conference.freeswitch.org"/>
</condition>
</extension>
Regards,
Jonas
More information about the FreeSWITCH-users
mailing list