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: Wed Aug 12, 2009 3:57 am Post subject: [Freeswitch-users] answer command |
|
|
I've tried to use "answer" command from outbound event socket and it's
working, but
the problem is that FS answering the call, but SIP Client (we tried this
with EyeBeam and CISCO 7960)
doesn't know that call was answered. So, as long as FS doesn't know what to
do with this number it then disconnects the call.
2009-08-12 11:25:07.599250 [NOTICE] mod_dptools.c:649 Channel
[sofia/internal/sip:1000@10.107.181.160:42840] has been answered
2009-08-12 11:25:07.599250 [NOTICE] switch_ivr_originate.c:2015 Channel
[sofia/internal/1003@10.107.249.12] has been answered
2009-08-12 11:25:07.614875 [ERR] switch_core_io.c:118
sofia/internal/sip:1000@10.107.181.160:42840 has no read codec.
2009-08-12 11:25:07.614875 [NOTICE] switch_ivr_bridge.c:503 Hangup
sofia/internal/sip:1000@10.107.181.160:42840 [CS_EXCHANGE_MEDIA]
[NORMAL_CLEARING]
2009-08-12 11:25:07.614875 [NOTICE] switch_ivr_bridge.c:1016 Hangup
sofia/internal/1003@10.107.249.12 [CS_EXECUTE] [NORMAL_CLEARING]
2009-08-12 11:25:07.630500 [NOTICE] switch_core_session.c:1086 Session 133
(sofia/internal/sip:1000@10.107.181.160:42840) Ended
Maybe there is the way to acknowledge SIP client that call was answered?
Regards,
Maxim Tsvetov
Diego Viola wrote:
Quote: |
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>
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>wrote:
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://www.nabble.com/answer-command-tp24912812p24931876.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
dujinfang at gmail.com Guest
|
Posted: Wed Aug 12, 2009 6:27 am Post subject: [Freeswitch-users] answer command |
|
|
It's not Eyebeam but FS hung up the call because it have nothing to do
after answer.
You should either playback a sound, do the echo command, record, hold
the call, bridge to another channel or transfer somewhere else.....
On Aug 12, 2009, at 4:54 PM, Maxim Tsvetov wrote:
Quote: |
I've tried to use "answer" command from outbound event socket and it's
working, but
the problem is that FS answering the call, but SIP Client (we tried
this
with EyeBeam and CISCO 7960)
doesn't know that call was answered. So, as long as FS doesn't know
what to
do with this number it then disconnects the call.
2009-08-12 11:25:07.599250 [NOTICE] mod_dptools.c:649 Channel
[sofia/internal/sip:1000@10.107.181.160:42840] has been answered
2009-08-12 11:25:07.599250 [NOTICE] switch_ivr_originate.c:2015
Channel
[sofia/internal/1003@10.107.249.12] has been answered
2009-08-12 11:25:07.614875 [ERR] switch_core_io.c:118
sofia/internal/sip:1000@10.107.181.160:42840 has no read codec.
2009-08-12 11:25:07.614875 [NOTICE] switch_ivr_bridge.c:503 Hangup
sofia/internal/sip:1000@10.107.181.160:42840 [CS_EXCHANGE_MEDIA]
[NORMAL_CLEARING]
2009-08-12 11:25:07.614875 [NOTICE] switch_ivr_bridge.c:1016 Hangup
sofia/internal/1003@10.107.249.12 [CS_EXECUTE] [NORMAL_CLEARING]
2009-08-12 11:25:07.630500 [NOTICE] switch_core_session.c:1086
Session 133
(sofia/internal/sip:1000@10.107.181.160:42840) Ended
Maybe there is the way to acknowledge SIP client that call was
answered?
Regards,
Maxim Tsvetov
Diego Viola wrote:
Quote: |
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>
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>wrote:
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://www.nabble.com/answer-command-tp24912812p24931876.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
maxim.tsvetov at gmail... Guest
|
Posted: Wed Aug 12, 2009 11:57 am Post subject: [Freeswitch-users] answer command |
|
|
I will try to paraphrase my question.
Is there any possibility to answer call from CTI application and
synchronise answer with answer in SIP client?Maybe we can use SIP functions
in our CTI application instead of FS api commands?
I'm trying to find the way to make prototype of lineAnswer command in TAPI.
Seven Du wrote:
Quote: |
It's not Eyebeam but FS hung up the call because it have nothing to do
after answer.
You should either playback a sound, do the echo command, record, hold
the call, bridge to another channel or transfer somewhere else.....
On Aug 12, 2009, at 4:54 PM, Maxim Tsvetov wrote:
Quote: |
I've tried to use "answer" command from outbound event socket and it's
working, but
the problem is that FS answering the call, but SIP Client (we tried
this
with EyeBeam and CISCO 7960)
doesn't know that call was answered. So, as long as FS doesn't know
what to
do with this number it then disconnects the call.
2009-08-12 11:25:07.599250 [NOTICE] mod_dptools.c:649 Channel
[sofia/internal/sip:1000@10.107.181.160:42840] has been answered
2009-08-12 11:25:07.599250 [NOTICE] switch_ivr_originate.c:2015
Channel
[sofia/internal/1003@10.107.249.12] has been answered
2009-08-12 11:25:07.614875 [ERR] switch_core_io.c:118
sofia/internal/sip:1000@10.107.181.160:42840 has no read codec.
2009-08-12 11:25:07.614875 [NOTICE] switch_ivr_bridge.c:503 Hangup
sofia/internal/sip:1000@10.107.181.160:42840 [CS_EXCHANGE_MEDIA]
[NORMAL_CLEARING]
2009-08-12 11:25:07.614875 [NOTICE] switch_ivr_bridge.c:1016 Hangup
sofia/internal/1003@10.107.249.12 [CS_EXECUTE] [NORMAL_CLEARING]
2009-08-12 11:25:07.630500 [NOTICE] switch_core_session.c:1086
Session 133
(sofia/internal/sip:1000@10.107.181.160:42840) Ended
Maybe there is the way to acknowledge SIP client that call was
answered?
Regards,
Maxim Tsvetov
Diego Viola wrote:
Quote: |
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>
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>wrote:
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context:
http://www.nabble.com/answer-command-tp24912812p24931876.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://www.nabble.com/answer-command-tp24912812p24940548.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Wed Aug 12, 2009 12:04 pm Post subject: [Freeswitch-users] answer command |
|
|
Well you can only truly answer an inbound call to FS... you can't
force answer an outbound call.
/b
On Aug 12, 2009, at 11:49 AM, Maxim Tsvetov wrote:
Quote: |
I will try to paraphrase my question.
Is there any possibility to answer call from CTI application and
synchronise answer with answer in SIP client?Maybe we can use SIP
functions
in our CTI application instead of FS api commands?
I'm trying to find the way to make prototype of lineAnswer command
in TAPI.
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
maxim.tsvetov at gmail... Guest
|
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Wed Aug 12, 2009 12:57 pm Post subject: [Freeswitch-users] answer command |
|
|
Sip does not support this functionality. The called device would have
to support this via some other mechanism such as ctsa which I have
seen recently someone was looking at for freeswitch. So the first
issue you must resolve is the called device needs to support some way
to do this.
Mike
On Aug 12, 2009, at 10:38 AM, Maxim Tsvetov <maxim.tsvetov@gmail.com>
wrote:
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
diego.viola at gmail.com Guest
|
Posted: Thu Aug 13, 2009 3:09 am Post subject: [Freeswitch-users] answer command |
|
|
Hey Michael,
Just wondering something, I have found that you added "conference_set_auto_outcall" on the dptools wiki, but I could not find that function in the mod_dptools.c, shouldn't that be part of the mod_conference wiki article? =D.
Best regards,
Diego
On Wed, Aug 12, 2009 at 1:50 PM, Michael Jerris <mike@jerris.com (mike@jerris.com)> wrote:
|
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Thu Aug 13, 2009 8:28 am Post subject: [Freeswitch-users] answer command |
|
|
It probably belongs there. It's a wiki, feel free to fix it. What does this have to do with this thread?
On Aug 13, 2009, at 4:03 AM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
|
|
Back to top |
|
|
diego.viola at gmail.com Guest
|
Posted: Thu Aug 13, 2009 1:23 pm Post subject: [Freeswitch-users] answer command |
|
|
Err, I asked if that was wrong to fix it.
On Thu, Aug 13, 2009 at 2:15 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote: | I was talking with Michael about fixing stuff in the wiki, so I just asked to fix that also.
On Thu, Aug 13, 2009 at 9:10 AM, Michael Jerris <mike@jerris.com (mike@jerris.com)> wrote:
|
|
|
Back to top |
|
|
diego.viola at gmail.com Guest
|
Posted: Thu Aug 13, 2009 1:24 pm Post subject: [Freeswitch-users] answer command |
|
|
I was talking with Michael about fixing stuff in the wiki, so I just asked to fix that also.
On Thu, Aug 13, 2009 at 9:10 AM, Michael Jerris <mike@jerris.com (mike@jerris.com)> 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
|