Hello all,
I am new to the list but have been reading plenty. Loads of good tips and help.
I am playing with Freeswitch and would like to put Kamailio/RTPProxy in front for the user endpoints. Freeswitch will talk directly with the service provider.
I am wondering *if* i can do this... 1) have the endpoints register with kamailio 2) have the media proxy via RTPProxy as it is needed for NAT 3) have the actual work (voicemail/ring groups/ivr/conference/etc...) done on Freeswitch 4) have all the SUBSCRIBE/PUBLISH/PRESENCE done on Kamailio
Is this doable? Are there any guides to setting this sort of thing up?
regards, Jerry
Hi Jerry
1) have the endpoints register with kamailio Just need to relay user requests to FreeSwitch and the responses back.
2) have the media proxy via RTPProxy as it is needed for NAT this is the main purpose of RTPproxy and RTPengine.
3) have the actual work (voicemail/ring groups/ivr/conference/etc...) done on Freeswitch yes, this will work.
4) have all the SUBSCRIBE/PUBLISH/PRESENCE done on Kamailio I do not use case when registration is stored on the FreeSwitch side and cannot comment.
On Sat, Sep 18, 2021 at 12:15 AM Jerry Kendall < Jerry.Kendall@bishophosting.com> wrote:
Hello all,
I am new to the list but have been reading plenty. Loads of good tips and help.
I am playing with Freeswitch and would like to put Kamailio/RTPProxy in front for the user endpoints. Freeswitch will talk directly with the service provider.
I am wondering *if* i can do this...
- have the endpoints register with kamailio
- have the media proxy via RTPProxy as it is needed for NAT
- have the actual work (voicemail/ring groups/ivr/conference/etc...)
done on Freeswitch 4) have all the SUBSCRIBE/PUBLISH/PRESENCE done on Kamailio
Is this doable? Are there any guides to setting this sort of thing up?
regards, Jerry
Kamailio - Users Mailing List - Non Commercial Discussions
- sr-users@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
thanks Sergey,
Would you by chance have a config that you could share?
Any links you have to point at things would be great
My biggest hurdle at the moment is the BLFs - they are not working - K is sending the NOTIFY but it has incorrect values.
Jerry
On 2021-09-18 12:12 a.m., Sergey Safarov wrote:
Hi Jerry
- have the endpoints register with kamailio
Just need to relay user requests to FreeSwitch and the responses back.
- have the media proxy via RTPProxy as it is needed for NAT
this is the main purpose of RTPproxy and RTPengine.
- have the actual work (voicemail/ring groups/ivr/conference/etc...)
done on Freeswitch yes, this will work.
- have all the SUBSCRIBE/PUBLISH/PRESENCE done on Kamailio
I do not use case when registration is stored on the FreeSwitch side and cannot comment.
On Sat, Sep 18, 2021 at 12:15 AM Jerry Kendall <Jerry.Kendall@bishophosting.com mailto:Jerry.Kendall@bishophosting.com> wrote:
Hello all, I am new to the list but have been reading plenty. Loads of good tips and help. I am playing with Freeswitch and would like to put Kamailio/RTPProxy in front for the user endpoints. Freeswitch will talk directly with the service provider. I am wondering *if* i can do this... 1) have the endpoints register with kamailio 2) have the media proxy via RTPProxy as it is needed for NAT 3) have the actual work (voicemail/ring groups/ivr/conference/etc...) done on Freeswitch 4) have all the SUBSCRIBE/PUBLISH/PRESENCE done on Kamailio Is this doable? Are there any guides to setting this sort of thing up? regards, Jerry __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions * sr-users@lists.kamailio.org <mailto:sr-users@lists.kamailio.org> Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe: * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users <https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users>
Kamailio - Users Mailing List - Non Commercial Discussions
- sr-users@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
Hello,
this are obviously some broader questions, but generally this is doable, this one of the typical deployments with Freeswitch or Asterisk.
For 1) - have a look to the example cfg, there are some defines to activate usrloc/registrar functions. For 2) dito, RTPENGINE, NAT defines. For 3) for dispatching requests like this you find some example cfgs in the misc/examples/ source dir or the dispatcher readme. You'll need to define more exact, what you are up to. For 4) This of course depends on your requirements. Keep in mind that certain PUBLISH/SUBSCRIBE/PRESENCE topics are easier (or only possible) to do on a real B2BUA.
Cheers,
Henning