View previous topic :: View next topic |
Author |
Message |
contactramu at gmail.com Guest
|
Posted: Fri Mar 06, 2009 12:15 pm Post subject: [Freeswitch-users] Freeswitch and Kamailio (OpenSer) Integra |
|
|
Hi All,
I would like to setup freswitch and kamailio as follows:
Kamailio acts as Proxy and Registrator
Freeswitch acts as a SBC and MediaServer (voicemail)
Users will be reigstered to Kamailio
Kamailio forwards calls to FS to NAT
FS sends back INVITE to Kamailio
Kamailio will dial-out user.
Bob calls Alice
Bob ==INVITE ==> Kamailio ==INVITE==> FS ==INVITE==> Kamailio ==INVITE ==> Alice
How can I achieve this scenario? Can you please direct me to any documentation which is available?
Thanks,
Ramu |
|
Back to top |
|
|
thomas.mangin at exa-n... Guest
|
Posted: Tue Mar 17, 2009 4:34 am Post subject: [Freeswitch-users] Freeswitch and Kamailio (OpenSer) Integra |
|
|
Yes it is possible but there is no documentation on how to do it. You will have to learn SIP and understand what you are doing.Forwarding the call to FS for nat may cause issue as FS will then not have direct connection to the phone and may not be able to always detect it is behind NAT.
Have a look at SIP PATH Extension as it is what you need to force traffic back to KAM from FS.
Regards,
Thomas
On 6 Mar 2009, at 08:51, Ramu wrote:
Quote: | Hi All,
I would like to setup freswitch and kamailio as follows:
Kamailio acts as Proxy and Registrator
Freeswitch acts as a SBC and MediaServer (voicemail)
Users will be reigstered to Kamailio
Kamailio forwards calls to FS to NAT
FS sends back INVITE to Kamailio
Kamailio will dial-out user.
Bob calls Alice
Bob ==INVITE ==> Kamailio ==INVITE==> FS ==INVITE==> Kamailio ==INVITE ==> Alice
How can I achieve this scenario? Can you please direct me to any documentation which is available?
Thanks,
Ramu
_______________________________________________
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 |
|
|
|