[Freeswitch-users] Voicemail remote dialing in to retrieve messages

Brian West brian at freeswitch.org
Wed Nov 5 06:41:38 PST 2008


Something like this would do it:

     <!-- check voicemail extension -->
     <extension name="vmain">
       <condition field="destination_number" expression="^4000$">
         <action application="answer"/>
        <action application="sleep" data="1000"/>
         <action application="voicemail" data="check default $ 
{domain_name}"/>
       </condition>
     </extension>

This is in the default config as of a few weeks ago.

/b



On Nov 5, 2008, at 12:52 AM, David Walker wrote:

> I have been using freeswitch for over 18 months and watching it  
> being developed since its inception. This is one great software!!! I  
> have been able to do many things that I gathered from the list along  
> with the wiki and hope to contribute back. Which leads me to ask has  
> anyone created a remote dial in retrieval dialplan to check  
> voicemail if your out of the office? I cannot find any info on this  
> kind of procedure and I do not want to recreate something if it has  
> already been developed, but again I might not be looking in the  
> right place.





More information about the FreeSWITCH-users mailing list