[Freeswitch-users] dialplan rule to send the caller to voice mail when same extension is called.

freeswitch list eman at chabotel.com
Thu Nov 26 14:26:15 PST 2009


 <condition field="destination_number" expression="^${caller_id_number}$">

On Thu, Nov 26, 2009 at 4:36 PM, Joseph L. Casale <JCasale at activenetwerx.com
> wrote:

> >Of course.  Please read through the default configs and the getting
> started guide and xml dialplan information on the wiki.
> >
> >Mike
>
> This is of interest to me as well, would that be something like this:
>
>   <extension name="ext_100_vm">
>     <condition field="caller_id_number" expression="^100$"/>
>     <condition field="destination_number" expression="^100$">
>         <action application="answer"/>
>         <action application="voicemail" data="check $${voicemail_profile}
> $${domain} 100"/>
>     </condition>
>   </extension>
>
> Could anyone versed in xml and variables comment on this so it generically
> checked
> if the extension dialed was of your extension length, like ^(\d{3})$ then
> if it matched
> your caller_id_number go into the action so you could leave it as $1, not
> 100 in my case?
>
> That way you could only have one of these plans work for all extensions.
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091126/d00c2357/attachment-0002.html 


More information about the FreeSWITCH-users mailing list