lakshmanan ganapathy <[email protected]> said:

> But still I'm facing problem with the outgoing call. It says
> INVALID_IE_CONTENTS.
> What might be the issue? Even I tried the following dialplan to call by
> using bridge.
> <extension name="outgoing-fxo">
>                   <condition field="destination_number"
> expression="^(\d{10})$">
>                           <action application="answer"/>
>                           <action application="bridge"
> data="openzap/1/1/${dialed_ext}"/>

Does "answer" need to be called here? I haven't used an fxo. So, I don't
know. What value does $dialed_ext have? If you want to use the number
matched in the condition, then it should be

openzap/1/1/$1

-- 
Russell Mosemann



________________________________________________________
Concordia University, Nebraska
See http://www.cune.edu/ for the latest news and events!


_______________________________________________
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