Hi everyone,
I have a kamailio configured to send invites from different phone numbers registered in
kamailio to different endpoints.
The configuration that I have right now is a big if chain with the phone numbers that then
sends the invite using dispatcher module.
Example:
If (phone number in invite = phone number X) { dispatcher sends to endpoint X}
If (phone number in invite = phone number Y) { dispatcher sends to endpoint Y}
If (phone number in invite = phone number Z) { dispatcher sends to endpoint Z}
Im not sure if this is the correct way of doing this or if there is any module that can do
this allowing me to configure it using BBDD instead of kamailio configuration.
I started doing it like this on our test environment while I was learning how to use
kamailio and I'd like to know if this is the right way to do it or if I should do it
with other methods
Thank you in advance