This is totally possible. You need to look at the originate command. Also, if you have an IVR or a dialplan extension that does what you want - plays prompts, accepts DTMF digits from caller, etc. - then you can use it with inbound or outbound calls. For an outbound call just route it to the dp extension. For example to route an outbound call to the demo IVR do this:<br>
<br>originate sofia/gateway/mygatewayname/18005551212 5000<br><br>Have fun.<br>-MC<br><br><div class="gmail_quote">On Mon, May 25, 2009 at 10:03 PM, Paul Li <span dir="ltr">&lt;<a href="mailto:plite2012@gmail.com">plite2012@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">There are a few examples in the wiki, showing how to configure IVR for inbound calls. My question lies in whether it is possible to write a dialplan in xml or scripts to configure IVR for outbound calls. Here is a typical scenario (of usage):<br>

<br>(1) Call any extension or external endpoints (maybe PSTN numbers);<br>(2) Activate IVR menu once the recipient answers call;<br>(3) Take feedback (DTMF keystrokes or survey recordings).<br><br>Your assistance is highly appreciated!<br>

<br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>