dOpensource / dsiprouter

UI Interface for implementing Kamailio to provide PBX Hosting and SIP Trunking Services
https://dsiprouter.org
Apache License 2.0
189 stars 101 forks source link

Presence Only Configurable Manually in Kamailio Config #471

Open eduardofoliveira opened 1 year ago

eduardofoliveira commented 1 year ago

Good Morning,

Guys,

I installed dsiprouter to configure high availability with 2 PBX.

Register is OK Calls are also

Register OK

However, SUBSCRIBE packets are not forwarded.

Subscribe

What do I need to configure to forward these packets?

I added a domain and an endpoint group to forward all packets from a domain to a given IP with the settings below:

Endpoints Domain

Yours sincerely,

Eduardo.

mackhendricks commented 1 year ago

@cruzer45 It looks like this problem occurs specifically with MicroSIP. But, let's validate if it occurs on Zoiper, Polycom and Yealink phones, which are the core phones that our users typically deploy.

mackhendricks commented 1 year ago

@eduardofoliveira If you need an immediately fix you can use our paid support services. Just send us an email at support@dopensource.com if you are interested in that option.

devopsec commented 1 year ago

Hey everyone,

Presence is only handled manually in our default kamailio config.
To use it you must define a voicemail server:
https://github.com/dOpensource/dsiprouter/blob/master/kamailio/configs/kamailio.cfg#L311

Ideally we will allow this to be configurable via the GUI in the future...