VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
arturo.diaz.almagro at... Guest
|
Posted: Tue Oct 21, 2008 10:18 am Post subject: [Freeswitch-users] FreeSWITCH as pure SIP proxy |
|
|
Hi all,
I am new in the FreeSWITCH world and I am not been able to discover how FS can acts as a pure SIP forwarder, sorry. My problem is that I need a kind of B2BUA "in the middle" of the signaling path between my SIP phones and my SIP Proxy. The purpose of this is to get additional features in my VoIP system like CAC, MoH, etc, etc. The first problem I get is I need to forward all REGISTER methods: PHONE -> FS -> SIP PROXY, but WITHOUT changing the Contact header field just adding a Via.
I started with Asterisk due to I have quite experience with it but Asterisk is not able unless you hack chan_sip. FS claims to be a softswitch with SIP router capabilities so, it should be able to do that task. At this stage I am quite confused about the configuration of FS as a SIP proxy and today, I am not completely sure if that is possible to do with FS. Could anyone help me? Is that possible? If that is the case, how could I do it?
Thanks a lot.
--
Arturo Díaz
Contact me on
FWD: 870436
Skype: arturo.diaz.almagro |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Tue Oct 21, 2008 11:55 am Post subject: [Freeswitch-users] FreeSWITCH as pure SIP proxy |
|
|
On Oct 21, 2008, at 10:56 AM, Arturo Díaz Almagro wrote:
Quote: | Hi all,
I am new in the FreeSWITCH world and I am not been able to discover
how FS can acts as a pure SIP forwarder, sorry. My problem is that I
need a kind of B2BUA "in the middle" of the signaling path between
my SIP phones and my SIP Proxy. The purpose of this is to get
additional features in my VoIP system like CAC, MoH, etc, etc. The
first problem I get is I need to forward all REGISTER methods: PHONE
-> FS -> SIP PROXY, but WITHOUT changing the Contact header field
just adding a Via.
I started with Asterisk due to I have quite experience with it but
Asterisk is not able unless you hack chan_sip. FS claims to be a
softswitch with SIP router capabilities so, it should be able to do
that task. At this stage I am quite confused about the configuration
of FS as a SIP proxy and today, I am not completely sure if that is
possible to do with FS. Could anyone help me? Is that possible? If
that is the case, how could I do it?
|
If your looking to do pure proxy, why not just use a proxy?
Mike
_______________________________________________
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 |
|
|
arturo.diaz.almagro at... Guest
|
Posted: Tue Oct 21, 2008 1:26 pm Post subject: [Freeswitch-users] FreeSWITCH as pure SIP proxy |
|
|
Thanks for your answers. In fact I am using Kamailio as SIP proxy, but some additional functionality is needed that Kamailio cannot afford. I need a B2BUA in the middle of the signaling between phones and Kamailio to get track of dialogs and to interfere on them when neccessary. For that reason I need FS to receive REGISTER messages and to forward them to Kamailio just adding a Via record. From your answers I conclude that FS cannot forward those REGISTER methods, don't I?
Again, thanks for your answers. I will try to investigate a lot more about FS and its capabilities.
Regards.
--
Arturo Díaz
Contact me on
FWD: 870436
Skype: arturo.diaz.almagro |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Tue Oct 21, 2008 1:27 pm Post subject: [Freeswitch-users] FreeSWITCH as pure SIP proxy |
|
|
FreeSWITCH claims to be a switch. Hence the name Free SWITCH. Proxy is an entirely different class of software. Have you seen kamailio http://www.kamailio.org/
The list of things FS can do are more or less listed here:
http://wiki.freeswitch.org/wiki/Specsheet
On Tue, Oct 21, 2008 at 9:56 AM, Arturo Díaz Almagro <arturo.diaz.almagro@gmail.com (arturo.diaz.almagro@gmail.com)> wrote:
Quote: | Hi all,
I am new in the FreeSWITCH world and I am not been able to discover how FS can acts as a pure SIP forwarder, sorry. My problem is that I need a kind of B2BUA "in the middle" of the signaling path between my SIP phones and my SIP Proxy. The purpose of this is to get additional features in my VoIP system like CAC, MoH, etc, etc. The first problem I get is I need to forward all REGISTER methods: PHONE -> FS -> SIP PROXY, but WITHOUT changing the Contact header field just adding a Via.
I started with Asterisk due to I have quite experience with it but Asterisk is not able unless you hack chan_sip. FS claims to be a softswitch with SIP router capabilities so, it should be able to do that task. At this stage I am quite confused about the configuration of FS as a SIP proxy and today, I am not completely sure if that is possible to do with FS. Could anyone help me? Is that possible? If that is the case, how could I do it?
Thanks a lot.
--
Arturo Díaz
Contact me on
FWD: 870436
Skype: arturo.diaz.almagro
_______________________________________________
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
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Tue Oct 21, 2008 1:53 pm Post subject: [Freeswitch-users] FreeSWITCH as pure SIP proxy |
|
|
correct, we do not proxy register requests.
On Tue, Oct 21, 2008 at 1:16 PM, Arturo Díaz Almagro <arturo.diaz.almagro@gmail.com (arturo.diaz.almagro@gmail.com)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
kokoska.rokoska at pos... Guest
|
Posted: Wed Oct 22, 2008 5:00 am Post subject: [Freeswitch-users] FreeSWITCH as pure SIP proxy |
|
|
Arturo Díaz Almagro napsal(a):
Quote: | Thanks for your answers. In fact I am using Kamailio as SIP proxy, but
some additional functionality is needed that Kamailio cannot afford. I
need a B2BUA in the middle of the signaling between phones and Kamailio
to get track of dialogs and to interfere on them when neccessary. For
that reason I need FS to receive REGISTER messages and to forward them
to Kamailio just adding a Via record. From your answers I conclude that
FS cannot forward those REGISTER methods, don't I?
|
May be you can utilize some kind of dispatcher (kamailio|opensips|ser)
in front of your registrar (kamailio) and B2BUA (FreeSWITCH) and route
SIP request based on SIP method.
In this kind of setup FS don't need to handle REGISTER messages at all
and you get extra flexibility in SIP processing...
Hope this helps
Best regards,
kokoska.rokoska
_______________________________________________
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 |
|
|
arturo.diaz.almagro at... Guest
|
Posted: Tue Oct 28, 2008 4:01 pm Post subject: [Freeswitch-users] FreeSWITCH as pure SIP proxy |
|
|
Thanks, that is the solution I am working on now... and the one I wanted to avoid..... At the moment, I am doing this with kamailio and asterisk. As far as I get deep knowledge on FS I will replace Asterisk.
Regards.
2008/10/22 kokoska rokoska <kokoska.rokoska@post.cz (kokoska.rokoska@post.cz)>
Quote: |
Arturo Díaz Almagro napsal(a):
Quote: | Thanks for your answers. In fact I am using Kamailio as SIP proxy, but
some additional functionality is needed that Kamailio cannot afford. I
need a B2BUA in the middle of the signaling between phones and Kamailio
to get track of dialogs and to interfere on them when neccessary. For
that reason I need FS to receive REGISTER messages and to forward them
to Kamailio just adding a Via record. From your answers I conclude that
FS cannot forward those REGISTER methods, don't I?
|
May be you can utilize some kind of dispatcher (kamailio|opensips|ser)
in front of your registrar (kamailio) and B2BUA (FreeSWITCH) and route
SIP request based on SIP method.
In this kind of setup FS don't need to handle REGISTER messages at all
and you get extra flexibility in SIP processing...
Hope this helps
Best regards,
kokoska.rokoska
_______________________________________________
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
|
--
Arturo Díaz
Contact me on
FWD: 870436
Skype: arturo.diaz.almagro |
|
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
|