Hello.
Are there any ways to reset the Prometheus counter once?
I can do something like this, but counter will be reset on each request
loadmodule "xhttp_prom.so"
> modparam("xhttp_prom", "prom_counter", "name=mycounter;")
> route {
> prom_counter_reset("mycounter");
> }
Otherwise, I will not receive the counter until a special and rare event
occurs.
Regards,
Marat
Hello,
I’m having problem with RPC socket that stops answering after approximatively one or two hours.
Version is 5.2.7
My principal host with exact same version and configuration has no problem, only the backup node (Keepalived + DMQ) encounters the problem.
I could catch this log about the problem, but didn’t find any reason for this :
Jun 18 10:53:33 sbc-kam-partner-b kamailio[83170]: ERROR: ctl [binrpc_run.c:600]: rpc_send(): ERROR: binrprc: rpc_send: send failed
My configuration about rpc :
loadmodule "jsonrpcs.so"
modparam("ctl", "binrpc", "unix:/var/run/kamailio/kamailio_ctl")
modparam("ctl", "binrpc_max_body_size", 1024)
Do you have any idea to troubleshoot this ?
Regards,
David
Hi, Im new in VoIP, especially Kamailio. I want to connect my kamailio with
asterisk by routing the call coming from kamailio to asterisk for specific
number, also from asterisk to kamailio. For example, if kamailio client
call ext number 0123, the will be routed to asterisk, if kamailio client
call 0233 the call will not be routed to external proxy. And also how can I
receive call form asterisk to kamailio ?
Is there any real example, ? because I dont understand what to change in
documentation example.
Thanks
Hi,
Is it possible to load and use both dialog and ims_dialog modules in the
same server ?
Even though ims_dialog docs says ims_dialog extends dialog module, I do see
that some of the dialog module features are not present in ims_dialog.
Example, wait_ack , track_cseq_updates are not present in ims_dialog.
I have requirements to use ims_dialog mainly for ims_charging module and
dialog module with wait_ack and track_cseq_updates parameters are enabled.
--
Regards,
Sumesh S.
Got this when building 5.4;
CC (gcc) [sip-proxy] core/dset.o
core/dset.c: In function 'uri_trim_rcv_alias':
core/dset.c:1042:6: warning: variable 'proto' set but not used [-Wunused-but-set-variable]
int proto;
^~~~~
-- Juha
Hello,
Is it possible to use the following logic :
Route()
ds_select_dst (1,2)
failure_route(1)
ds_next_dst(first_dispatcher_ secondgateway)
failure_route(newdispatcher_group)
ds_select_dst (2,2)
failure_route(secondispatcher_secondgateway)
ds_next_dst()
Thanks in advance.
Regards,
David
Hello,
I use Kamailio and Asterisk.
SIP Compact header is activated by ASTERISK (
https://www.cs.columbia.edu/sip/compact.html).
I am trying to disable the SIP Compact header on KAMAILIO.
Is it possible?
Regards
Abdoul OSSENI