Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] answer command

Goto page Previous  1, 2
 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
maxim.tsvetov at gmail...
Guest





PostPosted: Wed Aug 12, 2009 3:57 am    Post subject: [Freeswitch-users] answer command Reply with 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 Smile.

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:

Quote:


On Tue, Aug 11, 2009 at 9:05 AM, Milena <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


_______________________________________________
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-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





PostPosted: Wed Aug 12, 2009 6:27 am    Post subject: [Freeswitch-users] answer command Reply with 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 Smile.

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:

Quote:


On Tue, Aug 11, 2009 at 9:05 AM, Milena <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


_______________________________________________
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-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





PostPosted: Wed Aug 12, 2009 11:57 am    Post subject: [Freeswitch-users] answer command Reply with 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.


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 Smile.

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:

Quote:


On Tue, Aug 11, 2009 at 9:05 AM, Milena <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


_______________________________________________
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-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





PostPosted: Wed Aug 12, 2009 12:04 pm    Post subject: [Freeswitch-users] answer command Reply with quote

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





PostPosted: Wed Aug 12, 2009 12:47 pm    Post subject: [Freeswitch-users] answer command Reply with quote

If I have two FS extensions A and B. I'm calling from A to B and want to
answer from B-side in my CTI application and to make SIP phone to be
synchronised to my CTI application. Is it possible to do it?


Brian West-3 wrote:
Quote:

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



--
View this message in context: http://www.nabble.com/answer-command-tp24912812p24941422.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
mike at jerris.com
Guest





PostPosted: Wed Aug 12, 2009 12:57 pm    Post subject: [Freeswitch-users] answer command Reply with quote

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:

Quote:

If I have two FS extensions A and B. I'm calling from A to B and
want to
answer from B-side in my CTI application and to make SIP phone to be
synchronised to my CTI application. Is it possible to do it?


Brian West-3 wrote:
Quote:

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



--
View this message in context: http://www.nabble.com/answer-command-tp24912812p24941422.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
diego.viola at gmail.com
Guest





PostPosted: Thu Aug 13, 2009 3:09 am    Post subject: [Freeswitch-users] answer command Reply with quote

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:
Quote:
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 (maxim.tsvetov@gmail.com)>
wrote:


Quote:

If I have two FS extensions A and B. I'm calling from A to B and
want to
answer from B-side in my CTI application and to make SIP phone to be
synchronised to my CTI application. Is it possible to do it?


Brian West-3 wrote:
Quote:

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 (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-tp24912812p24941422.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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 (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
mike at jerris.com
Guest





PostPosted: Thu Aug 13, 2009 8:28 am    Post subject: [Freeswitch-users] answer command Reply with quote

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:



Quote:
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 <[url=mailto:mike@jerris.com]mike@jerris.com (mike@jerris.com)[/url]> wrote:
Quote:
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 <[url=mailto:maxim.tsvetov@gmail.com]maxim.tsvetov@gmail.com (maxim.tsvetov@gmail.com)[/url]>
wrote:


Quote:

If I have two FS extensions A and B. I'm calling from A to B and
want to
answer from B-side in my CTI application and to make SIP phone to be
synchronised to my CTI application. Is it possible to do it?


Brian West-3 wrote:
Quote:

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
[url=mailto:FreeSWITCH-users@lists.freeswitch.org]FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)[/url]
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-tp24912812p24941422.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
FreeSWITCH-users mailing list
[url=mailto:FreeSWITCH-users@lists.freeswitch.org]FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)[/url]
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
[url=mailto:FreeSWITCH-users@lists.freeswitch.org]FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)[/url]
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 (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





PostPosted: Thu Aug 13, 2009 1:23 pm    Post subject: [Freeswitch-users] answer command Reply with quote

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:
Quote:
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:






Quote:
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 (mike@jerris.com)> wrote:
Quote:
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)maxim.tsvetov@gmail.com (maxim.tsvetov@gmail.com)>
wrote:


Quote:

If I have two FS extensions A and B. I'm calling from A to B and
want to
answer from B-side in my CTI application and to make SIP phone to be
synchronised to my CTI application. Is it possible to do it?


Brian West-3 wrote:
Quote:

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)FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
[/url][url=http://lists.freeswitch.org/mailman/listinfo/freeswitch-users]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:[/url][url=http://lists.freeswitch.org/mailman/options/freeswitch-users]http://lists.freeswitch.org/mailman/options/freeswitch-users
[/url][url=http://www.freeswitch.org]http://www.freeswitch.org



--
View this message in context: [/url][url=http://www.nabble.com/answer-command-tp24912812p24941422.html]http://www.nabble.com/answer-command-tp24912812p24941422.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
FreeSWITCH-users mailing list
(FreeSWITCH-users@lists.freeswitch.org)FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
[/url][url=http://lists.freeswitch.org/mailman/listinfo/freeswitch-users]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:[/url][url=http://lists.freeswitch.org/mailman/options/freeswitch-users]http://lists.freeswitch.org/mailman/options/freeswitch-users
[/url][url=http://www.freeswitch.org]http://www.freeswitch.org

_______________________________________________
FreeSWITCH-users mailing list
(FreeSWITCH-users@lists.freeswitch.org)FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
[/url][url=http://lists.freeswitch.org/mailman/listinfo/freeswitch-users]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:[/url][url=http://lists.freeswitch.org/mailman/options/freeswitch-users]http://lists.freeswitch.org/mailman/options/freeswitch-users
[/url][url=http://www.freeswitch.org]http://www.freeswitch.org





_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:[/url][url=http://lists.freeswitch.org/mailman/options/freeswitch-users]http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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





PostPosted: Thu Aug 13, 2009 1:24 pm    Post subject: [Freeswitch-users] answer command Reply with 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:
Quote:
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:






Quote:
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 (mike@jerris.com)> wrote:
Quote:
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)maxim.tsvetov@gmail.com (maxim.tsvetov@gmail.com)>
wrote:


Quote:

If I have two FS extensions A and B. I'm calling from A to B and
want to
answer from B-side in my CTI application and to make SIP phone to be
synchronised to my CTI application. Is it possible to do it?


Brian West-3 wrote:
Quote:

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)FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
[/url][url=http://lists.freeswitch.org/mailman/listinfo/freeswitch-users]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:[/url][url=http://lists.freeswitch.org/mailman/options/freeswitch-users]http://lists.freeswitch.org/mailman/options/freeswitch-users
[/url][url=http://www.freeswitch.org]http://www.freeswitch.org



--
View this message in context: [/url][url=http://www.nabble.com/answer-command-tp24912812p24941422.html]http://www.nabble.com/answer-command-tp24912812p24941422.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
FreeSWITCH-users mailing list
(FreeSWITCH-users@lists.freeswitch.org)FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
[/url][url=http://lists.freeswitch.org/mailman/listinfo/freeswitch-users]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:[/url][url=http://lists.freeswitch.org/mailman/options/freeswitch-users]http://lists.freeswitch.org/mailman/options/freeswitch-users
[/url][url=http://www.freeswitch.org]http://www.freeswitch.org

_______________________________________________
FreeSWITCH-users mailing list
(FreeSWITCH-users@lists.freeswitch.org)FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
[/url][url=http://lists.freeswitch.org/mailman/listinfo/freeswitch-users]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:[/url][url=http://lists.freeswitch.org/mailman/options/freeswitch-users]http://lists.freeswitch.org/mailman/options/freeswitch-users
[/url][url=http://www.freeswitch.org]http://www.freeswitch.org





_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:[/url][url=http://lists.freeswitch.org/mailman/options/freeswitch-users]http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services