Hello,
On 26/09/16 19:58, pars3c wrote:
>
> Hello,
>
> i’m trying to list the dialog (dlg_profile list) in the proxy using an
> RPC call to jsonrpc-s (dlg_profile list).
>
> But when there are many calls , kamailio send an error because the tcp
> buffer is not big enough.
>
> The only solution i
I am getting this error on every outgoing request.
Below are log entries i found
Sep 27 22:09:06 centos1 /usr/sbin/kamailio[22421]: ERROR:
[udp_server.c:550]: udp_send(): sendto(sock,0x7fb76f5da5e0,1568,0,
10.3.4.2:5060,16): Invalid argument(22)
Sep 27 22:09:06 centos1 /usr/sbin/kamailio[22421]:
I have commented UDP listeners on 127.0.0.1 and kept only open on 10.3.4.1
listen=udp:10.3.4.1:5060
listen=tcp:10.3.4.1:5060
#listen=udp:127.0.0.1:5060
l#isten=tcp:127.0.0.1:5060
Error goes away and it successfully sent packet to network.
However, after that i added mhomed = 1 in config and unco
Hi,
we are running a Registrar server with 4.4.3, the registrar module is
configured with the following parameters:
modparam("registrar", "max_contacts", 50)
modparam("registrar", "use_path", 1)
modparam("registrar", "path_mode", 0)
modparam("registrar", "path_use_received", 1)
modparam("registra
Is there a way to access a cached database table from the config file, without
using a function from a module?
Example - Lookup ip_addr from 'address' table or src_ip from 'trusted' table
based on the 'tag' column. No function exists in permissions module to do this,
but running 'kamctl address
we have serial forking already setup properly but need to t_suspend().
found out that it completely breaks the destination set.
other than manually rebuilding the destination set after t_continue(), are
there any other solution out there?
Kelvin Chua
__
i think peer_tag_avp can help you about your problem.
http://kamailio.org/docs/modules/4.4.x/modules/permissions.html#permissions.p.peer_tag_avp
--
View this message in context:
http://sip-router.1086192.n5.nabble.com/Accessing-cached-database-table-tp152152p152154.html
Sent from the Users mai
I want to query the cached table without invoking one of the permission module
methods. The only way peer_tag_avp is loaded is a result of calling
allow_address() for example.
-Original Message-
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
ycaner
Sent: Wed
Thanks , i will try it.
Da: sr-users [mailto:sr-users-boun...@lists.sip-router.org] Per conto di
Daniel-Constantin Mierla
Inviato: martedì 27 settembre 2016 09:54
A: Kamailio (SER) - Users Mailing List
Oggetto: Re: [SR-Users] RPC tcp limit buffer
Hello,
On 26/09/16 19:58, pars3c wro