Hi Markus, not testet but looked at latest doc 'sockname' instead of socket could be a solution. So you label your sockets with "name" in the listen directive (in config file) and use 'sockname' in dispatcher table. https://kamailio.org/docs/modules/devel/modules/dispatcher.html#dispatcher.ex.attributes
listen=udp:1.2.3.4:5060 name "sock1" Am Di., 19. Okt. 2021 um 15:13 Uhr schrieb Markus Bönke <[email protected]>: > Hello all, > > I’ve a question regarding the dispatcher module. So far we use on every > server a separate database table, where the attribute column is set to the > local internal or external socket like "socket=udp:192.168.1.70:5060“ or > socket=udp:80.239.xxx.xxx:5060. Is there a way to use constants here like > socket=udp:IPADDR_INTERN:5060 or socket=udp:IPADDR_EXTERN:5060 which are > replaced when the data is loaded from the DB? > > > Thanks and regards > > Markus > __________________________________________________________ > Kamailio - Users Mailing List - Non Commercial Discussions > * [email protected] > 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 > -- Mit freundlichen Grüßen *Karsten Horsmann*
__________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions * [email protected] 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
