LCR module load_gws() call can currently filter matching gateways based
on regular expression match of From URI. I was thinking to add as an
alternative to the regular expression match a match based on mt_match()
of mtree module.
That would require that mtree module provides an API function
corresponding to mt_match() script function. Does such an API function
sound like a feasible thing to implement or does there already exist
better ways to achieve the same?
-- Juha
When using the rabbitmq_publish function, there is no need to create
a reply-to queue, because it will never be read. And since there is
never a real consumer, the queue will never be deleted. This
will eventually cloak up the RabbitMQ server with millions of
generic reply queues.
This bug has been fixed in master already, so this is basically a
backport.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1128
-- Commit Summary --
* rabbitmq: don't create reply-to queue on publish
-- File Changes --
M src/modules/rabbitmq/rabbitmq.c (35)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1128.patchhttps://github.com/kamailio/kamailio/pull/1128.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1128
Hello!
I keep into DB (kamailio.domain_attrs) around 25 domains and I can't get them via kamcmd:
```
#kamcmd domain.dump
ERROR: reply too big
```
```
# kamailio -v
version: kamailio 5.1.0-dev2 (x86_64/linux)
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: unknown
compiled with gcc 5.3.1
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1127