On Sep 24, 2008, at 6:17 PM, Jair Santos wrote:

Hi,

If I call ext 1000 the voicemail system answer on timeout . If I call a DID that is linked to that same extension it returns a busy signal when it is trying to call the VM.

In my public.xml I have

 <extension name="public_did">

      <condition field="destination_number" expression="^(3462101)$"/>
<condition field="${sip_h_X-DID}" expression="^(3105266066)$">

        <action application="transfer" data="1000"/>
<action application="voicemail" data="default $${domain} 1000"/>


      </condition>
    </extension>


if you transfer, any actions after it will not get executed.
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to