Wanted to ask about changing rates while a call is not yet connected.
I did this,
$var(cc_ret1) = Ro_CCR_Stop("term", "487", "Request Terminated");
$var(cc_ret2) = Ro_CCR("RO_REPLY", "term", 30, "1", "1");
however, upon sending the new CCR, i get this
ERROR: cdp [acctstatemachine.c:185]: cc_acc_client_stateful_sm_process(): Received unknown event [1] in state [1]
and
CRITICAL: ims_charging [ro_timer.c:122]: insert_ro_timer(): Trying to insert a bogus ro tl=0x7f484ab48728 tl->next=0x7f484ab42858 tl->prev=0x7f484aaa1090
looks like there is some statemachine issue.
question is, how do we change rate?
----
Sent using GuerrillaMail.com
Block or report abuse: https://www.guerrillamail.com/abuse/?a=UlM5EB4FUac1hAen5G1RYR3XANifx8NV1epN…
Hi,
I have two identical hosts running Kamailio with the same set of
users. They are located in different locations. Both are running
behind NAT and I've enabled rtpproxy for that and also advertised the
public IP. Both the MySQL DBs are similar and have the same data.
Both the hosts have different sub-domains in alias and I have set auto_alias=no
Now, the problem is my users are not able to communicate from one
server to another.
user1(a)mydomain.com from host1 is not able to communicate to
user1(a)mydomain.com at host2, though inter-server communication is
happening nicely.
Any idea how to solve this? Thanks.
regards
Ganesh Kumar
--
---
http://www.infinicalls.com
Hello,
I'm planning on doing some smart load balancing with Kamailio.
We have a distributed network, with multiple Kamailio boxes in different
locations serving as Ingress SBC,
these Kamailio boxes are the entry point for a SIP call and then they route
the call to a pre-configured Asterisk boxes.
I want to move away from this, I would like these Kamailios to be able to
distribute the traffic to Asterisk boxes based on the performance of the
Asterisk ,it would be great if we could take a look at SIP response time
from Asterisk and use that as metric for load balancing the traffic)
Is there any Kamailio module which could do that? Do I need to integrate
some other tool with Kamailio to achieve this?
Any suggestions are welcome.
--
*Nitesh Bansal*
Business Development Engineer
http://www.voxbone.com/
Hello,
That depends entirely on what you need to replicate between servers. DMQ is
just a communication channel. How you use it is up to you.
For example, if you enable dmq_usrloc, there's no need to share a location
database. Htable has an option for replicating over dmq too.
The number of direct module integrations like dmq_usrloc/htable is fairly
limited, but you can also share arbitrary data between nodes yourself from
within your config.
I think you'll need to provide a little more information about what you're
trying to achieve, however, in order for us to offer any further advice.
Cheers,
Charles
On 29 Sep 2016 08:08, "Moacir Ferreira" <moacirferreira(a)hotmail.com> wrote:
Hi,
When using the DMQueue module what is the best approach, using one SQL
server/database for each member node or having a single SQL server for all
nodes?
Thanks,
Moacir
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users(a)lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
--
Sipcentric Ltd. Company registered in England & Wales no. 7365592. Registered
office: Faraday Wharf, Innovation Birmingham Campus, Holt Street,
Birmingham Science Park, Birmingham B7 4BB.
Hi,
When using the DMQueue module what is the best approach, using one SQL server/database for each member node or having a single SQL server for all nodes?
Thanks,
Moacir
hi all
I have kamailio 4.2.0 on Debian Jessie
the parameters on startup of kamailio are :
SHM_MEMORY=512
PKG_MEMORY=32
the server is dedicated to the kamailio SIP service with authentication and
accounting on a separated db server
the server process about 30/50 call setups per second
everythings works good but after 5/6 days the processes lock and I received
a lot of error log like these:
<core> [rvalue.c:1710]: rval_str_add2(): rv eval out of memory
<core> [msg_translator.c:362]: received_builder(): out of memory
<core> [msg_translator.c:2717]: via_builder(): out of memory
...
<core> [msg_translator.c:2423]: build_res_buf_from_sip_req(): out of
memory; needs 514
...
<core> [data_lump.c:172]: insert_new_lump_before(): out of memory
acc [acc_extra.c:267]: extra2strar(): extra2strar: out of memory.
after a kamailio reboot evrethings works again for 5/6 days.
what can I do to resolve?
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 is to increase the parameter tcp_conn_wq_max every time
i've an error ?
Thanks
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 show ' or 'kamctl trusted show ', show that the tables along with tag column are cached.
Thanks!
-Dan