Hi i have kamailio 4.2, dialog module with parametr
modparam("dialog", "dlg_flag", 5)
modparam("dialog", "enable_stats", 1)
modparam("dialog", "profiles_with_value", "caller")
modparam("dialog", "dlg_match_mode", 1)
modparam("dialog", "default_timeout", 3600)
modparam("dialog", "timeout_noreset", 1
Hello,
the process of releasing 5.0 will be started soon. If anyone has to push
commits to branch 5.0, do it before 12:00UTC, afterwards send an email
to sr-dev mailing list in order to synchronize to avoid using
inconsistent data while packaging.
Cheers,
Daniel
On 20/02/2017 12:15, Daniel-Cons
Let's suppose that i have two machines with installed asterisk and one with
kamailio. I would like have routing based on sip domain. for domain
sip.domain1.com send sip signalling to asterisk#1 server and for
sip.domain2.com send to asterisk#2 server. What i should use? Domain module
or what ?
Tom