We have a problem putting data to an AVP object. The data type is byte
array (:byte[]).
If we convert that array to an integer and put it in 'int32' field then the
module just gets the first 4 bytes.
If we convert it to base64 or hexString and put it in 'string' field then
it treats it as a regular string.
And any other field beside 'int32' and 'string' will be ignored.
So the question is, how we put a byte array inside an AVP and send it to
the module so the diameter gets the data as a byte array?
Best Regards
Iman Mohammadi
Hello,
if there is no other opinion, I am considering to create git branch 5.2
at the beginning of next week (likely on Monday evening), to be used for
5.2.x release series.
>From that moment, the master branch can get new features and the
appropriate bug fixes have to be backported to branch 5.2 as well.
With this step, the first release in 5.2.x series, respectively v5.2.0,
should be out in about 2-3 weeks.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference -- www.kamailioworld.com
Kamailio Advanced Training, Nov 12-14, 2018, in Berlin -- www.asipto.com
Dear community,
I am new in Kamailio hence the following question:
Does any one know how to tell Kamailio to store the TLS session data in an external DB?
Many Thanks in advance!
BR;
Toffi
Hello!
According to https://github.com/sipwise/rtpengine/blob/master/el/README.el.md , we should be able to install rtpengine from a CentOS repository using yum. We're unable to find the packages. Any suggestions?
Pan B. Christensen
Developer
Phonect AS
Mail: pan.christensen(a)phonect.no<mailto:pan.christensen@phonect.no>
+ 47 41 88 88 00
[mail_footer]
Hi, i'm newbie in kamailio,
I tried installed ims kamailio from ng-repository packages,
Then when I tried to send register to SIP server using SIPp,
I received this log
[Proxy-CSCF][28505]: ERROR: <core> [core/parser/msg_parser.c:331]:
parse_headers(): bad header field [(null)]
[Proxy-CSCF][28500]: ERROR: <core> [core/parser/msg_parser.c:331]:
parse_headers(): bad header field [(null)]
[Proxy-CSCF][28496]: WARNING: <core> [core/receive.c:192]: receive_msg():
parsing relevant headers failed
[Proxy-CSCF][28505]: message repeated 2 times: [ WARNING: <core>
[core/receive.c:192]: receive_msg(): parsing relevant headers failed]
[Proxy-CSCF][28492]: ERROR: <core> [core/parser/msg_parser.c:675]:
parse_msg(): ERROR: parse_msg:
message=<#002#020#002#021#023�#023���z'��z'#006��[%�#007>
Thank you
--
Nguyễn Tiến Hưng
Hello,
We are working on a project that's using a Twilio SIP trunk that diverts
calls from the PSTN to our cluster that is hosting two active-active
Kamailio 5.1 instances that redirect traffic to several Asterisk 15.4
instances.
On this setup we are facing 2 issues:
- *Diversion headers access: *Currently, Kamailio only supports access
to the last diversion header but since we are receiving traffic from Twilio
(it sets the last Diversion header) we are unable to see if the caller was
diverted to our SIP trunk. Is there a workaround for this? Any external
module that would support this use case?
- *Message Too Long Error:* Since Twilio uses long URIs to define its
resources, the SIP messages being handled by Kamailio are sometimes too big
and generate a "Message Too Long error". I have been able to temporarily
patch this removing unused headers using remove_hf_re and remove_hf but it
still fails from time to time. Is there a way to split the UDP packet to
mitigate this issue? or what other options could be considered?
Thanks and regards,
Hello!
How can I add module DB_MONGODB to existing installation of Kamailio 5.1.6
, if there is no package in OpenSUSE repo (home:kamailio:v5.1.x-rpms.repo) ?
--
BR,
Denys Pozniak
Hi!
We’ve run into really interesting issue while testing Kamailio with sipp (15 CPS, 300 calls - 1 failed call, more CPS - more failed calls) with topos involved.
And at some point Kamailio starts to send 2 packets on received INVITE. 1 - with topos applied, 1 - with not.
Main problem is to collect logs at this point, cause load is really high.
Is it possible some internal race condition while topos involved?
PCAP is attached.
I’ve made a picture to illustrate a bit an issue
Regards, Igor