<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hallo Karsten,<div class=""><br class=""></div><div class="">thanks for the hint! With some modifications in my script it can work.</div><div class=""><br class=""></div><div class="">Best regards</div><div class=""><br class=""></div><div class="">Markus<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">Am 19.10.2021 um 16:21 schrieb Karsten Horsmann <<a href="mailto:khorsmann@gmail.com" class="">khorsmann@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi Markus,<div class=""><br class=""></div><div class="">not testet but looked at latest doc 'sockname' instead of socket could be a solution.<br class="">So you label your sockets with "name" in the listen directive (in config file) and use 'sockname' in dispatcher table.<a href="https://kamailio.org/docs/modules/devel/modules/dispatcher.html#dispatcher.ex.attributes" class="">https://kamailio.org/docs/modules/devel/modules/dispatcher.html#dispatcher.ex.attributes</a><span style="font-family: Helvetica, Arial, sans-serif; font-size: 15px; text-align: justify;" class=""><br class=""></span></div><div class=""><pre class="gmail-programlisting" style="background-color: rgb(252, 255, 252); border: 1px solid rgb(153, 204, 204); padding-left: 15pt; overflow: auto; border-top-left-radius: 2.5px; border-top-right-radius: 2.5px; border-bottom-right-radius: 2.5px; border-bottom-left-radius: 2.5px; font-size: 15px;">listen=udp:<a href="http://1.2.3.4:5060/" class="">1.2.3.4:5060</a> name "sock1"</pre></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Di., 19. Okt. 2021 um 15:13 Uhr schrieb Markus Bönke <<a href="mailto:mb@tenios.de" class="">mb@tenios.de</a>>:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello all,<br class="">
<br class="">
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? <br class="">
<br class="">
<br class="">
Thanks and regards<br class="">
<br class="">
Markus<br class="">
__________________________________________________________<br class="">
Kamailio - Users Mailing List - Non Commercial Discussions<br class="">
  * <a href="mailto:sr-users@lists.kamailio.org" target="_blank" class="">sr-users@lists.kamailio.org</a><br class="">
Important: keep the mailing list in the recipients, do not reply only to the sender!<br class="">
Edit mailing list options or unsubscribe:<br class="">
  * <a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank" class="">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br class="">
</blockquote></div><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div dir="ltr" class="gmail_signature">Mit freundlichen Grüßen<br class="">*Karsten Horsmann*<br class=""></div>
__________________________________________________________<br class="">Kamailio - Users Mailing List - Non Commercial Discussions<br class="">  * <a href="mailto:sr-users@lists.kamailio.org" class="">sr-users@lists.kamailio.org</a><br class="">Important: keep the mailing list in the recipients, do not reply only to the sender!<br class="">Edit mailing list options or unsubscribe:<br class="">  * <a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" class="">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br class=""></div></blockquote></div><br class=""></div></body></html>