<div dir="ltr"><br clear="all"><div>Hello!</div><div><br></div><div>I need help understanding how I can use the dispatcher module in conjunction with db_text (I usually use a list file, but on this version, it is no longer possible).<br></div><div>My database consists of two tables/files: version and dispatcher:<br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><i>[root@localhost]# tree /etc/opensips/dbtext</i><div><i>/etc/opensips/dbtext</i></div><div><i>├── dispatcher</i></div><div><i>└── version</i></div></blockquote><div><i><br></i></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><i>[root@localhost]# cat /etc/opensips/dbtext/dispatcher</i></div><div><i>id(int,auto) setid(int) destination(string) socket(string,null) state(int) probe_mode(int) weight(string) priority(int) attrs(string) description(string)</i></div><div><i>1:1:sip\:127.0.0.1::1:2:3:4:'':''</i></div></blockquote><div><br>When I try to display the entire structure of SIP peers, I always get "OK" only, although I would expect to see a list of destination/s:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><i>[root@localhost]# opensips-cli -x mi dbt_dump</i></div></div><div><div><i>"OK"</i></div></div></blockquote><div><div><br>Script snippet:</div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><i>loadmodule "db_text.so"</i></div></div><div><div><i>modparam("db_text", "db_mode", 0)</i></div></div><div><div><i>loadmodule "dispatcher.so"</i></div></div><div><div><i>modparam("dispatcher", "db_url", "text:///etc/opensips/dbtext")</i></div></div></blockquote><div><div><i><br></i></div><div>Version:</div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><i>[root@localhost]# opensips -V</i></div></div><div><div><i>version: opensips 3.4.0-dev (x86_64/linux)</i></div></div><div><div><i>flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, HP_MALLOC, DBG_MALLOC, CC_O0, FAST_LOCK-ADAPTIVE_WAIT</i></div></div><div><div><i>ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535</i></div></div><div><div><i>poll method support: poll, epoll, sigio_rt, select.</i></div></div><div><div><i>git revision: 42c8a20eb</i></div></div><div><div><i>main.c compiled on 05:49:47 Jan 22 2023 with gcc 4.8.5</i></div></div></blockquote><div><div><br>--<br><br>BR,<div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div>Denys Pozniak<br></div><div><br></div><div><br></div></div></div></div></div></div></div>