Discussion:
[Freeswitch-users] How to send SIP signaling message from fs console.
Naveen Tamanam
2015-05-18 20:30:17 UTC
Permalink
Hi,

I am wondering how to send sip signaling message from the fs console for
the particular user/caller.
I found respond dialplan application to send sip message back to the
caller.
Like

<action application="respond" data="480 Try again later"/>

​Is there any way to send sip message back to the caller. One use case is
call rejection or playing with SIP​
--
Thanks & Regards,
Naveen Tamanam
Michael Jerris
2015-05-18 20:49:17 UTC
Permalink
respond is one way, what exact message are you trying to send, and at what point in the call. There are capabilites to trigger re-invites in some situations, transfer, send notify or info or message. It depends on what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console for the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use case is call rejection or playing with SIP​
Naveen Tamanam
2015-05-18 20:59:25 UTC
Permalink
I am trying to do the following, I would like to reject the call when it
ringing from the fs console.
And second thing is I am pretty much eager to know the way to send
sip(signaling) message manually for a
selected channel from fs console.
Post by Michael Jerris
respond is one way, what exact message are you trying to send, and at what
point in the call. There are capabilites to trigger re-invites in some
situations, transfer, send notify or info or message. It depends on what
exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console for
the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use case is
call rejection or playing with SIP​
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Thanks & Regards,
Naveen Tamanam
Steven Ayre
2015-05-18 21:21:09 UTC
Permalink
I would like to reject the call when it ringing from the fs console.
uuid_hangup
I am trying to do the following, I would like to reject the call when it
ringing from the fs console.
And second thing is I am pretty much eager to know the way to send
sip(signaling) message manually for a
selected channel from fs console.
Post by Michael Jerris
respond is one way, what exact message are you trying to send, and at
what point in the call. There are capabilites to trigger re-invites in
some situations, transfer, send notify or info or message. It depends on
what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console for
the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use case is
call rejection or playing with SIP​
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Thanks & Regards,
Naveen Tamanam
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Naveen Tamanam
2015-05-20 13:39:44 UTC
Permalink
I am aware of uuid_hangup. Indeed my intention to know the way to send (low
level)sip messages
from fs console for a selected user.
I would like to reject the call when it ringing from the fs console.
uuid_hangup
Post by Naveen Tamanam
I am trying to do the following, I would like to reject the call when it
ringing from the fs console.
And second thing is I am pretty much eager to know the way to send
sip(signaling) message manually for a
selected channel from fs console.
Post by Michael Jerris
respond is one way, what exact message are you trying to send, and at
what point in the call. There are capabilites to trigger re-invites in
some situations, transfer, send notify or info or message. It depends on
what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console for
the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use case
is call rejection or playing with SIP​
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Thanks & Regards,
Naveen Tamanam
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Thanks & Regards,
Naveen Tamanam
Michael Jerris
2015-05-20 15:26:08 UTC
Permalink
Please review my previous question. If you can't answer that, no one can help you.
I am aware of uuid_hangup. Indeed my intention to know the way to send (low level)sip messages
from fs console for a selected user.
I would like to reject the call when it ringing from the fs console.
uuid_hangup
I am trying to do the following, I would like to reject the call when it ringing from the fs console.
And second thing is I am pretty much eager to know the way to send sip(signaling) message manually for a
selected channel from fs console.
respond is one way, what exact message are you trying to send, and at what point in the call. There are capabilites to trigger re-invites in some situations, transfer, send notify or info or message. It depends on what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console for the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use case is call rejection or playing with SIP​
Giovanni Maruzzelli
2015-05-21 11:01:55 UTC
Permalink
Naveen,

Please take note that FreeSWITCH is not intended to let the user to
manipulate in arbitrary way SIP dialogs.

You can do that for specific purposes and in.specific cases, within
specific boundaries.

If you are looking to interact with SIP directly and freely, you may want
to look at Kamailio and OpenSIPS.

You can put one of them in front of FreeSWITCH, and you can cross command
them, for example via.lua scripting (both of them and FreeSWITCH can be
scripted in.lua).

sent from my mobile,
Giovanni Maruzzelli
cell: +39 347 266 56 18
Post by Naveen Tamanam
I am aware of uuid_hangup. Indeed my intention to know the way to send
(low level)sip messages
from fs console for a selected user.
I would like to reject the call when it ringing from the fs console.
uuid_hangup
Post by Naveen Tamanam
I am trying to do the following, I would like to reject the call when
it ringing from the fs console.
And second thing is I am pretty much eager to know the way to send
sip(signaling) message manually for a
selected channel from fs console.
Post by Michael Jerris
respond is one way, what exact message are you trying to send, and at
what point in the call. There are capabilites to trigger re-invites in
some situations, transfer, send notify or info or message. It depends on
what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console
for the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use case
is call rejection or playing with SIP​
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Thanks & Regards,
Naveen Tamanam
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Thanks & Regards,
Naveen Tamanam
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Michael Jerris
2015-05-21 14:27:53 UTC
Permalink
That being said, we can send refer, specific response to invite,info, message, notify, etc. But they all use different methods, so without knowing what he wants to send, its not possible to answer the question.
Post by Giovanni Maruzzelli
Naveen,
Please take note that FreeSWITCH is not intended to let the user to manipulate in arbitrary way SIP dialogs.
You can do that for specific purposes and in.specific cases, within specific boundaries.
If you are looking to interact with SIP directly and freely, you may want to look at Kamailio and OpenSIPS.
You can put one of them in front of FreeSWITCH, and you can cross command them, for example via.lua scripting (both of them and FreeSWITCH can be scripted in.lua).
sent from my mobile,
Giovanni Maruzzelli
cell: +39 347 266 56 18
I am aware of uuid_hangup. Indeed my intention to know the way to send (low level)sip messages
from fs console for a selected user.
I would like to reject the call when it ringing from the fs console.
uuid_hangup
I am trying to do the following, I would like to reject the call when it ringing from the fs console.
And second thing is I am pretty much eager to know the way to send sip(signaling) message manually for a
selected channel from fs console.
respond is one way, what exact message are you trying to send, and at what point in the call. There are capabilites to trigger re-invites in some situations, transfer, send notify or info or message. It depends on what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console for the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use case is call rejection or playing with SIP​
_________________________________________________________________________
http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
Official FreeSWITCH Sites
http://www.freeswitch.org <http://www.freeswitch.org/>
http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
http://www.cluecon.com <http://www.cluecon.com/>
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
http://www.freeswitch.org <http://www.freeswitch.org/>
--
Thanks & Regards,
Naveen Tamanam
_________________________________________________________________________
http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
Official FreeSWITCH Sites
http://www.freeswitch.org <http://www.freeswitch.org/>
http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
http://www.cluecon.com <http://www.cluecon.com/>
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
http://www.freeswitch.org <http://www.freeswitch.org/>
_________________________________________________________________________
http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
Official FreeSWITCH Sites
http://www.freeswitch.org <http://www.freeswitch.org/>
http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
http://www.cluecon.com <http://www.cluecon.com/>
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
http://www.freeswitch.org <http://www.freeswitch.org/>
--
Thanks & Regards,
Naveen Tamanam
_________________________________________________________________________
http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
Official FreeSWITCH Sites
http://www.freeswitch.org <http://www.freeswitch.org/>
http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
http://www.cluecon.com <http://www.cluecon.com/>
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
http://www.freeswitch.org <http://www.freeswitch.org/>
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Naveen Tamanam
2015-05-21 20:14:51 UTC
Permalink
Giovanni,

Thank you very much, my intention is to know the way to handle/manipulate
(low level) sip packets with freeswitch if it possible. As per your reply
this is obvious way to use Kamailio or OpenSIPS infront of FS.
Post by Giovanni Maruzzelli
Naveen,
Please take note that FreeSWITCH is not intended to let the user to
manipulate in arbitrary way SIP dialogs.
You can do that for specific purposes and in.specific cases, within
specific boundaries.
If you are looking to interact with SIP directly and freely, you may want
to look at Kamailio and OpenSIPS.
You can put one of them in front of FreeSWITCH, and you can cross command
them, for example via.lua scripting (both of them and FreeSWITCH can be
scripted in.lua).
sent from my mobile,
Giovanni Maruzzelli
cell: +39 347 266 56 18
Post by Naveen Tamanam
I am aware of uuid_hangup. Indeed my intention to know the way to send
(low level)sip messages
from fs console for a selected user.
I would like to reject the call when it ringing from the fs console.
uuid_hangup
Post by Naveen Tamanam
I am trying to do the following, I would like to reject the call when
it ringing from the fs console.
And second thing is I am pretty much eager to know the way to send
sip(signaling) message manually for a
selected channel from fs console.
Post by Michael Jerris
respond is one way, what exact message are you trying to send, and at
what point in the call. There are capabilites to trigger re-invites in
some situations, transfer, send notify or info or message. It depends on
what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console
for the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use case
is call rejection or playing with SIP​
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Thanks & Regards,
Naveen Tamanam
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Thanks & Regards,
Naveen Tamanam
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Thanks & Regards,
Naveen Tamanam
Michael Jerris
2015-05-21 20:23:59 UTC
Permalink
Or its totally possible that I have asked for specifics multiple times now and you have ignored me every single time. YOU CAN DO THIS IN FREESWITCH BUT I CAN NOT TELL YOU HOW UNLESS YOU TELL ME WHAT SIP MESSAGES YOU ARE TRYING TO SEND IN WHAT SITUATIONS!!!!!!!!
Post by Naveen Tamanam
Giovanni,
Thank you very much, my intention is to know the way to handle/manipulate (low level) sip packets with freeswitch if it possible. As per your reply this is obvious way to use Kamailio or OpenSIPS infront of FS.
Naveen,
Please take note that FreeSWITCH is not intended to let the user to manipulate in arbitrary way SIP dialogs.
You can do that for specific purposes and in.specific cases, within specific boundaries.
If you are looking to interact with SIP directly and freely, you may want to look at Kamailio and OpenSIPS.
You can put one of them in front of FreeSWITCH, and you can cross command them, for example via.lua scripting (both of them and FreeSWITCH can be scripted in.lua).
sent from my mobile,
Giovanni Maruzzelli
cell: +39 347 266 56 18
I am aware of uuid_hangup. Indeed my intention to know the way to send (low level)sip messages
from fs console for a selected user.
I would like to reject the call when it ringing from the fs console.
uuid_hangup
I am trying to do the following, I would like to reject the call when it ringing from the fs console.
And second thing is I am pretty much eager to know the way to send sip(signaling) message manually for a
selected channel from fs console.
respond is one way, what exact message are you trying to send, and at what point in the call. There are capabilites to trigger re-invites in some situations, transfer, send notify or info or message. It depends on what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console for the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use case is call rejection or playing with SIP​
Sergey Safarov
2015-05-22 04:55:30 UTC
Permalink
This post might be inappropriate. Click to display it.
Michael Jerris
2015-05-22 15:52:27 UTC
Permalink
Michael, I think over how to organize the control of the call recording on OpenSips from FS dialplan (Scheme where FS is managing callcontrol, OpenSIPs RTP media processing)
As an option I think to make it through
1) additional headers in the messages 100, 180, 183, 200 (start recording). Stop recording through RE-INVITE;
2) as a separate SIP INFO message (start, stop recording - more elegant solution).
Tell me, please, as much as possible
1) send a custom SIP INFO message
from api interface: uuid_send_info_function
from dialplan: send_info
2) how custom headers can be added to 100, 180, 183, 200 messages
https://freeswitch.org/confluence/display/FREESWITCH/Sofia+SIP+Stack#SofiaSIPStack-ChannelVariables <https://freeswitch.org/confluence/display/FREESWITCH/Sofia+SIP+Stack#SofiaSIPStack-ChannelVariables>
Or its totally possible that I have asked for specifics multiple times now and you have ignored me every single time. YOU CAN DO THIS IN FREESWITCH BUT I CAN NOT TELL YOU HOW UNLESS YOU TELL ME WHAT SIP MESSAGES YOU ARE TRYING TO SEND IN WHAT SITUATIONS!!!!!!!!
Post by Naveen Tamanam
Giovanni,
Thank you very much, my intention is to know the way to handle/manipulate (low level) sip packets with freeswitch if it possible. As per your reply this is obvious way to use Kamailio or OpenSIPS infront of FS.
Naveen,
Please take note that FreeSWITCH is not intended to let the user to manipulate in arbitrary way SIP dialogs.
You can do that for specific purposes and in.specific cases, within specific boundaries.
If you are looking to interact with SIP directly and freely, you may want to look at Kamailio and OpenSIPS.
You can put one of them in front of FreeSWITCH, and you can cross command them, for example via.lua scripting (both of them and FreeSWITCH can be scripted in.lua).
sent from my mobile,
Giovanni Maruzzelli
cell: +39 347 266 56 18
I am aware of uuid_hangup. Indeed my intention to know the way to send (low level)sip messages
from fs console for a selected user.
I would like to reject the call when it ringing from the fs console.
uuid_hangup
I am trying to do the following, I would like to reject the call when it ringing from the fs console.
And second thing is I am pretty much eager to know the way to send sip(signaling) message manually for a
selected channel from fs console.
respond is one way, what exact message are you trying to send, and at what point in the call. There are capabilites to trigger re-invites in some situations, transfer, send notify or info or message. It depends on what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console for the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use case is call rejection or playing with SIP​
_________________________________________________________________________
http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
Official FreeSWITCH Sites
http://www.freeswitch.org <http://www.freeswitch.org/>
http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
http://www.cluecon.com <http://www.cluecon.com/>
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
http://www.freeswitch.org <http://www.freeswitch.org/>
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Sergey Safarov
2015-05-22 17:24:29 UTC
Permalink
Michael, thank very much. It is what I am searching.
Post by Sergey Safarov
Michael, I think over how to organize the control of the call recording on
OpenSips from FS dialplan (Scheme where FS is managing callcontrol,
OpenSIPs RTP media processing)
As an option I think to make it through
1) additional headers in the messages 100, 180, 183, 200 (start
recording). Stop recording through RE-INVITE;
2) as a separate SIP INFO message (start, stop recording - more elegant solution).
Tell me, please, as much as possible
1) send a custom SIP INFO message
from api interface: uuid_send_info_function
from dialplan: send_info
2) how custom headers can be added to 100, 180, 183, 200 messages
https://freeswitch.org/confluence/display/FREESWITCH/Sofia+SIP+Stack#SofiaSIPStack-ChannelVariables
Post by Michael Jerris
Or its totally possible that I have asked for specifics multiple times
now and you have ignored me every single time. YOU CAN DO THIS IN
FREESWITCH BUT I CAN NOT TELL YOU HOW UNLESS YOU TELL ME WHAT SIP MESSAGES
YOU ARE TRYING TO SEND IN WHAT SITUATIONS!!!!!!!!
Giovanni,
Thank you very much, my intention is to know the way to
handle/manipulate (low level) sip packets with freeswitch if it possible.
As per your reply this is obvious way to use Kamailio or OpenSIPS
infront of FS.
Post by Giovanni Maruzzelli
Naveen,
Please take note that FreeSWITCH is not intended to let the user to
manipulate in arbitrary way SIP dialogs.
You can do that for specific purposes and in.specific cases, within
specific boundaries.
If you are looking to interact with SIP directly and freely, you may
want to look at Kamailio and OpenSIPS.
You can put one of them in front of FreeSWITCH, and you can cross
command them, for example via.lua scripting (both of them and FreeSWITCH
can be scripted in.lua).
sent from my mobile,
Giovanni Maruzzelli
cell: +39 347 266 56 18
Post by Naveen Tamanam
I am aware of uuid_hangup. Indeed my intention to know the way to send
(low level)sip messages
from fs console for a selected user.
I would like to reject the call when it ringing from the fs console.
uuid_hangup
Post by Naveen Tamanam
I am trying to do the following, I would like to reject the call
when it ringing from the fs console.
And second thing is I am pretty much eager to know the way to send
sip(signaling) message manually for a
selected channel from fs console.
Post by Michael Jerris
respond is one way, what exact message are you trying to send, and
at what point in the call. There are capabilites to trigger re-invites in
some situations, transfer, send notify or info or message. It depends on
what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console
for the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use
case is call rejection or playing with SIP​
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Naveen Tamanam
2015-05-22 17:57:38 UTC
Permalink
Hi Michael,

Thanks for your concern. Many times I fell freeswitch commands are crafted
in such a way we don't need to deal with low level sip manipulation.

I am trying to know about,
Hang up the call with specific reason. Putting the sip header (Reason:
Q.850;cause=21;text="CALL_REJECTED")
Using custom user agent string when it is required.
Only putting commands we want in the sip allow header.
Post by Michael Jerris
Or its totally possible that I have asked for specifics multiple times now
and you have ignored me every single time. YOU CAN DO THIS IN FREESWITCH
BUT I CAN NOT TELL YOU HOW UNLESS YOU TELL ME WHAT SIP MESSAGES YOU ARE
TRYING TO SEND IN WHAT SITUATIONS!!!!!!!!
Giovanni,
Thank you very much, my intention is to know the way to handle/manipulate
(low level) sip packets with freeswitch if it possible. As per your reply
this is obvious way to use Kamailio or OpenSIPS infront of FS.
Post by Giovanni Maruzzelli
Naveen,
Please take note that FreeSWITCH is not intended to let the user to
manipulate in arbitrary way SIP dialogs.
You can do that for specific purposes and in.specific cases, within specific boundaries.
If you are looking to interact with SIP directly and freely, you may want
to look at Kamailio and OpenSIPS.
You can put one of them in front of FreeSWITCH, and you can cross command
them, for example via.lua scripting (both of them and FreeSWITCH can be
scripted in.lua).
sent from my mobile,
Giovanni Maruzzelli
cell: +39 347 266 56 18
Post by Naveen Tamanam
I am aware of uuid_hangup. Indeed my intention to know the way to send
(low level)sip messages
from fs console for a selected user.
I would like to reject the call when it ringing from the fs console.
uuid_hangup
Post by Naveen Tamanam
I am trying to do the following, I would like to reject the call when
it ringing from the fs console.
And second thing is I am pretty much eager to know the way to send
sip(signaling) message manually for a
selected channel from fs console.
Post by Michael Jerris
respond is one way, what exact message are you trying to send, and at
what point in the call. There are capabilites to trigger re-invites in
some situations, transfer, send notify or info or message. It depends on
what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console
for the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use
case is call rejection or playing with SIP​
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Thanks & Regards,
Naveen Tamanam
Michael Jerris
2015-05-22 20:19:24 UTC
Permalink
This post might be inappropriate. Click to display it.
Michael Jerris
2015-05-19 18:10:40 UTC
Permalink
Please review my previous question.
I am trying to do the following, I would like to reject the call when it ringing from the fs console.
And second thing is I am pretty much eager to know the way to send sip(signaling) message manually for a
selected channel from fs console.
respond is one way, what exact message are you trying to send, and at what point in the call. There are capabilites to trigger re-invites in some situations, transfer, send notify or info or message. It depends on what exactly you are trying to do.
Hi,
I am wondering how to send sip signaling message from the fs console for the particular user/caller.
I found respond dialplan application to send sip message back to the caller.
Like
<action application="respond" data="480 Try again later"/>
​Is there any way to send sip message back to the caller. One use case is call rejection or playing with SIP​
_________________________________________________________________________
http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
Official FreeSWITCH Sites
http://www.freeswitch.org <http://www.freeswitch.org/>
http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
http://www.cluecon.com <http://www.cluecon.com/>
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
http://www.freeswitch.org <http://www.freeswitch.org/>
--
Thanks & Regards,
Naveen Tamanam
_________________________________________________________________________
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Loading...