Re: [Freeswitch-users] Best way to run originate calls through dial plan

2009-12-03 Thread Michael Jerris
http://wiki.freeswitch.org/wiki/Mod_commands#originate Usage: originate call_url exten|application_name(app_args) [dialplan] [context] [cid_name] [cid_num] [timeout_sec] You can do this via shelling out to fs_cli like your example below or using esl directly from php:

Re: [Freeswitch-users] Best way to run originate calls through dial plan

2009-12-02 Thread Michael Collins
On Wed, Dec 2, 2009 at 6:47 AM, eaf erandr-j...@usa.net wrote: What would be the best way of making originate() run call through a dial plan (compared to directly going to a specified VOIP gateway). Would it be loopbacks, i.e. smth like this? /opt/freeswitch/bin/fs_cli -x originate

Re: [Freeswitch-users] Best way to run originate calls through dial plan

2009-12-02 Thread eaf
I need a way to start a call from the PHP script to the originating number, tell the party on that number to hold on, start another call to destination number, and bridge everything together. On both legs I need to pass custom caller ID. I can of course open direct connections to VOIP gateways