VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
maxim.tsvetov at gmail... Guest
|
Posted: Tue Aug 11, 2009 2:17 am Post subject: [Freeswitch-users] answer command |
|
|
Hello,
I found in WIKI list of supported commands
http://wiki.freeswitch.org/wiki/Mod_commands.
I need command "answer" but it doesn't exist (Freeswitch 1.04, Win32)
That's what Freeswitch replies for this command:
"answer: Command not found!"
óould you please help?
Regards,
Maxim Tsvetov |
|
Back to top |
|
|
solko at gcdf.pl Guest
|
|
Back to top |
|
|
maxim.tsvetov at gmail... Guest
|
|
Back to top |
|
|
testeador01 at gmail.com Guest
|
|
Back to top |
|
|
wangdq.no1 at gmail.com Guest
|
Posted: Tue Aug 11, 2009 8:26 am Post subject: [Freeswitch-users] answer command |
|
|
why not use:š
ššš session:answer()
2009/8/11 Maxim Tsvetov <maxim.tsvetov@gmail.com (maxim.tsvetov@gmail.com)>
|
|
Back to top |
|
|
maxim.tsvetov at gmail... Guest
|
|
Back to top |
|
|
maxim.tsvetov at gmail... Guest
|
|
Back to top |
|
|
dujinfang at gmail.com Guest
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
testeador01 at gmail.com Guest
|
|
Back to top |
|
|
testeador01 at gmail.com Guest
|
Posted: Tue Aug 11, 2009 9:20 am Post subject: [Freeswitch-users] answer command |
|
|
Hello Brian,
I wanna fix the wiki, but to make sure i got it right, does it only work on outbound event socket? or is there any other scenario where it would work.
Thank you.
2009/8/11 Brian West <brian@freeswitch.org (brian@freeswitch.org)>
|
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Tue Aug 11, 2009 12:20 pm Post subject: [Freeswitch-users] answer command |
|
|
On Tue, Aug 11, 2009 at 9:05 AM, Milena <testeador01@gmail.com (testeador01@gmail.com)> wrote:
Quote: |
Hello Brian,
I wanna fix the wiki, but to make sure i got it right, does it only work on outbound event socket? or is there any other scenario where it would work.
|
FYI, Diego Viola fixed the wiki. (Thanks Diego!)
-MC |
|
Back to top |
|
|
diego.viola at gmail.com Guest
|
Posted: Tue Aug 11, 2009 1:20 pm Post subject: [Freeswitch-users] answer command |
|
|
Michael, you're welcome .
Milena, answer is a mod_dptools command, you can use it from the XML dialplan or from the event socket outbound. mod_commands API are APIs that you execute from the socket, event socket inbound, etc. But you can also execute them from event socket outbound using the "api" command.
I hope that makes sense, correct me if I'm wrong =D.
On Tue, Aug 11, 2009 at 1:09 PM, Michael Collins <msc@freeswitch.org (msc@freeswitch.org)> wrote:
|
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Tue Aug 11, 2009 1:40 pm Post subject: [Freeswitch-users] answer command |
|
|
On Tue, Aug 11, 2009 at 1:10 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote: | Michael, you're welcome .
Milena, answer is a mod_dptools command, you can use it from the XML dialplan or from the event socket outbound. mod_commands API are APIs that you execute from the socket, event socket inbound, etc. But you can also execute them from event socket outbound using the "api" command.
I hope that makes sense, correct me if I'm wrong =D. |
A simple way to remember it is like this:
mod_dptools are dialplan tools that go in the dialplan, aka dialplan apps
mod_commands are APIs that are typed at the FS command line
Of course, there's some crossover, but as long as you separate the idea of an API and an app you'll be fine.
-MC |
|
Back to top |
|
|
diego.viola at gmail.com Guest
|
Posted: Tue Aug 11, 2009 1:45 pm Post subject: [Freeswitch-users] answer command |
|
|
I suggest that you learn the differences between mod_commands commands and mod_dptools applications, and also the interfaces where you can access and use them.
As said before, mod_dptools is accessible from dialplan, event socket outbound, etc. and mod_commands is accessible from the CLI, event socket (inbound/outbound), XML RPC, etc.
That's all described in the wiki I think.
Let us know if you have any questions =D.
On Tue, Aug 11, 2009 at 2:10 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote: | Michael, you're welcome .
Milena, answer is a mod_dptools command, you can use it from the XML dialplan or from the event socket outbound. mod_commands API are APIs that you execute from the socket, event socket inbound, etc. But you can also execute them from event socket outbound using the "api" command.
I hope that makes sense, correct me if I'm wrong =D.
On Tue, Aug 11, 2009 at 1:09 PM, Michael Collins <msc@freeswitch.org (msc@freeswitch.org)> wrote:
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|