[Freeswitch-users] Phrases - Can't find macro

Maciej Bylica mbsip at gazeta.pl
Sat Feb 27 14:35:40 PST 2010


Thx Michael for Your prompt answer.
I did exactly what you had said -- in addition there was a need to use
<match>, but result is possitive.

Thank You,
Maciej

> You might try this suggestion:
> Create a new file for your custom macros:
> /conf/lang/en/demo/custom-phrases.xml
> <include>
>   <macro name="confwelcome">
>     <input pattern="(.*)">
>       <action function="play-file" data="vm/vm-youhave.wav"/>
>     </input>
>   </macro>
> </include>
>
> Now you have a single place to put all of your custom macros. Be sure to
> reloadxml!
> -MC




More information about the FreeSWITCH-users mailing list