[Freeswitch-users] checking voicemail without ID?

Michael Collins msc at freeswitch.org
Thu Mar 3 09:43:24 MSK 2011


On Wed, Mar 2, 2011 at 7:58 AM, Johan Helsingius <julf at julf.com> wrote:

> Brian,
>
> > Show us the whole dialplan.
>
> Here is the voicemail part:
>
>  <!-- voicemail main extension -->
>    <extension name="vmain">
>      <condition field="destination_number" expression="^vmain$|^\*98$">
>        <action application="answer"/>
>        <action application="sleep" data="1000"/>
>        <action application="set"
> data="voicemail_authorized=${sip_authorized}"/>
>

Don't you need to execute this one inline?

>         <action application="set" data="voicemail_authorized=true"/>
>
Should be
 <action application="set" data="voicemail_authorized=true" inline="true"/>

Try that and let us know what happens.
-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110302/72aef13a/attachment.html 


More information about the FreeSWITCH-users mailing list