Thank you for clarification.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
2017-03-01 20:05 GMT+02:00 Victor Seva :
> 2017-03-01 15:48 GMT+01:00 Sergey Basov :
>> 2017-03-01 15:57 GMT+02:00 Daniel-Constantin Mierla :
>>> If yes, this
Hi, Daniel
Yes it is without any headers...
I have attached screenshot from wireshark, I can not save it because
this is sip tls...
Thank you
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
2017-03-01 15:57 GMT+02:00 Daniel-Constantin Mierla :
> He
-ALIVE sip:1.2.3.4 SIP/2.0#015#012#015#012#012parsed
:#012KEEP-ALIVE sip:1.2.3.4 SIP/2.0
After which my kamailio closes TCP session
This connection is done with sip TLS.
Thank you in advance.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
Hi, Richard.
Seems with your latest patch rtpengine enable/disable commands work
correctly without any issues.
Tested on kamailio 4.4.5 on RHEL 7 x86_64
Thank you.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2017-02-06 17:50 GMT
information or test - let me know.
Thank you.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2017-02-03 23:07 GMT+02:00 Sergey Basov :
> Hi,
> with your patch rtpengine is disables with success, as it was before.
>
> But wh
Hi,
with your patch rtpengine is disables with success, as it was before.
But when I do enable it just stay as is, no coredump, and enable
process does not end...
May be you have another idea?
Thank you.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel
Hello,
you can find this info in attached files.
If you need anything else please let me know.
Thank you.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
2017-02-02 17:29 GMT+02:00 Richard Fuchs :
> On 02/02/2017 06:54 AM, Sergey Basov wrote:
>>
Hello Daniel,
You can find backtrace in attaced file
Thank you.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2017-02-02 11:39 GMT+02:00 Daniel-Constantin Mierla :
> Hello,
>
> did you get a coredump and can send the back
Hi
I am using kamailio 4.2.x and now 4.4.x on RHEL 6 x86_64 and RHEL 7 x86_64.
I does not have any issues regarding OS.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
2017-02-02 0:05 GMT+02:00 Diego Nadares :
> Hi guys,
>
> We are using vmware to run
0.1.23.25:2223")
Thank you.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hi.
I using Homer into test and production environement and it is wery
helpfull.
For 10 days I have 200GB of data in mysql, but I have 400 concurrent calls
at busines time with max 1500 concurent cals, and I do capture of rtcp
statistic from rtpengine to Homer.
I have a lot of sip tls connectio
if(!t_is_set("onreply_route"))
> t_on_reply("MANAGE_REPLY_ON_
> CANCEL");
> route(RELAY);
> }
> exit;
> }
>
>
> Thanks again,
>
> Diego
>
>
Hi All.
I have similar task. But i have to remove server and user-agent headers
from all request an replyes.
You can try:
I have added route:
# Fix user-agent and server
route[RemoveHeader] {
remove_hf("server");
remove_hf("user-agent");
return;
}
I use it form
request
Hi.
As from textopsx module doc: "This function can be used from REQUEST_ROUTE
or ONREPLY_ROUTE."
And you have error in your log: "Dec 26 11:36:22 dwrfsd01 ./kamailio[8847]:
ERROR: textopsx [textopsx.c:159]: msg_apply_changes_f(): invalid usage -
not in request route"
--
S
es to MANAGE_REPLY_ON_BYE route and headers
are removed.
Is this configuration correct?
I can not find any info regarding parsing 200 OK on BYE in google.
Sorry for long question...
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
20
Hello.
I make test, currently on kamailio 4.4.0, but as I see in git - tm
module does not changes from that time.
I have normal line termination.
See a dump in attach.
in that dump 10.56.41.33 and 10.56.42.33 is the my mhomed kamailio.
--
Best regards,
Sergey Basov e-mail
Hi, Vladislav
I had very simmilar issue, try to use topoh module.
It will mask contact in header and called side will not try to send reply
to contact dyrectly or using its proto.
It will send using via or record-route headers.
But this will work when kamailio is in statefull proxy mode.
29 нояб.
t; On Fri, Nov 25, 2016 at 02:08:07PM +0200, Sergey Basov wrote:
> > Hello All.
> >
> > I have some troubles with upstream sip switch.
> > It ignores SIP packets which contains:
> >
> > User-Agent: FPBX-2.11.0(11.17.1)
> > or
> > Server: User-Agent:
nalyze and modify this headers
using kamailio?
In which routes i must parse it?
i need such modifications:
User-Agent: FPBX-2.11.0(11.17.1) -> User-Agent: FPBX-2.11.0 (11.17.1)
Server: User-Agent: FPBX-2.11.0(11.17.1) -> Server: User-Agent:
FPBX-2.11.0 (11.17.1)
Thank you.
--
Best regar
-\2/sg});
> set_body("$var()","multipart/mixed;boundary=\"
> unique-boundary-1\"");
> }
>
> this way at least we have a base ISUP part for a 1XX response
>
> best regards
> david
>
>
>
>
> El lun, 07-11-2016 a l
ther messages.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-11-07 19:19 GMT+02:00 david :
> hello all
>
> i'm using kam version 4.4.1 and i would like to generate an ISUP part on the
> 1xx,2xx responses to a remote
Hi Daniel,
I have just create pull request for this change.
https://github.com/kamailio/kamailio/pull/842
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-11-01 12:09 GMT+02:00 Daniel-Constantin Mierla :
> Hello,
>
> can
omplete_init(): Using initial TLS domain
TLSc<10.1.23.19:5061> (dom 0x7fd2eefa3d68 ctx 0x7fd2ef7e70a8 sn [])
Oct 26 09:33:56 sip1 /usr/sbin/kamailio[20712]: DEBUG: tls
[tls_domain.c:703]: sr_ssl_ctx_info_callback(): SSL handshake started
Can you look at this code?
Thank you in advance.
--
Best rega
Sorry, Daniel
Seems it my mistake in configuration.
All works as expected.
25 окт. 2016 г. 9:51 AM пользователь "Sergey Basov" <
sergey.v.ba...@gmail.com> написал:
> Hi Daniel,
>
> In attachment part of the log with debug=3 after kamailio starts and
> when i
Hi Daniel,
In attachment part of the log with debug=3 after kamailio starts and
when it is accepting connection to 10.1.23.23 and 10.1.23.33 port 5061
If you need more info I will try to provide it
kamailio v 4.4.3 on rhel 7 x86_64
Thank you.
--
Best regards,
Sergey Basov e
require_certificate = no
private_key = /etc/kamailio/keys/sip1.key
certificate = /etc/kamailio/keys/sip1.crt
[server:10.1.23.23:5061]
method = TLSv1+
verify_certificate = no
require_certificate = no
private_key = /etc/kamailio/keys/sip2.key
certificate = /etc/kamailio/keys/sip2.crt
--
Best regards,
Sergey
And I think you are wrong about last \x00
Look at attached screenshot, I think you does not have field that is
highlighted "End of optional parameter" this must be last \x00 in
string to get correct part with ISUP.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...
sorry
correct function is isup_update_destination
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-08-05 16:29 GMT+03:00 Sergey Basov :
> You are welcome.
>
>
> If you shure about last \x00 then you can try to edit
&g
] = 0x00;
replace_body_segment(mangle, offset-4, 3, tmp_buf, 3);
and recompile sipt module. This will change your "Forward Call
Indicators: 0x4800" (last 00) and "Transmission medium requirement: 0
(speech)"
--
Best regards,
Sergey Basov e-mail: sergey.v.
Hello.
Most important, i think, is the las \x00 which is the flag end of ISUP
message...
Without it you cant generate correct ISUP part..
Look in wireshark. It will inform you about any error in ISUP.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel
But for conversion between SIP and SIP-I I using 2 kamailio instances/
One main for pure SIP and managing rtpengines, and second for
conversion between SIP and SIP-I.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-08-05 1
nd at this moment. That's
> why I asked for backtrace from the coredump file, based on the
> guidelines I did in my previous email.
>
> Cheers,
> Daniel
>
>
> On 01/08/16 09:07, Sergey Basov wrote:> Hello,>> try make dump packet after>
> append_body_pa
cessing message. before number/presentation/screening
modifications.
you have first \x00 as forth symbol in your ISUP string and after it
all have to be ignored. Look at dump using wireshark. I think you will
see mailformed ISUP incapsulated message.
--
Best regards,
Sergey Basov e-mail:
Hi.
I have 1024 MB of shared memory and it works fine.
I have similar problem, after installing kamailio it does not create
directory /var/run/kamailio
check is it present when kamailio is stopped, and owner of this dir is
kamailio user.
--
Best regards,
Sergey Basov e-mail
. You does not
need it on production system.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-05-05 9:44 GMT+03:00 ycaner :
> Hello;
> libevent2 rpm was installed and it still gives error. i checked
> libevent_pthreads.s
Thank you, Daniel.
2 мая 2016 г. 10:31 пользователь "Daniel-Constantin Mierla" <
mico...@gmail.com> написал:
> Hi Sergey,
>
> yes, they will be backported -- on my short to-do list.
>
> Cheers,
> Daniel
>
> On 29/04/16 13:08, Sergey Basov wrote:
>
> H
Hi Daniel.
Thank you, for commit, and sorry for wrong format.
Can you apply this patches for kamailio 4.4 branch ?
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-04-28 9:16 GMT+03:00 Sergey Basov :
> Hi Daniel.
>
&g
Hi Daniel.
I have create pool request as you have proposed.
https://github.com/kamailio/kamailio/pull/587
After this patches problem with memory leak was solved for me.
Thank you.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016
gs&FL_BODY_MULTIPART))"
returns false...
But in this way it works for me without memory leak.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-04-22 14:06 GMT+03:00 Daniel-Constantin Mierla :
> Thanks for troubleshoot
build_req_buf_from_sip_req():
check_boundaries error
when doing msg_apply_changes
after 1 call
qm_sums: count= 1 size= 256 bytes from core:
msg_translator.c: build_body(2986)
after 2 calls
qm_sums: count= 2 size= 536 bytes from core:
msg_translator.c: build_body(2986)
--
Done.
Please see in attached files.
seems textops.c: set_multibody_helper(1637) and textops.c:
set_multibody_helper(1648) size are increasing..
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-04-22 10:05 GMT+03:00 Daniel
I make test with kamailio 4.4 started with the option '-x qm'
result of corex.pkg_summary pid in file attached.
Thank you.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-04-22 9:52 GMT+03:00 Sergey Basov :
>
I have used corex.pkg_summary pid 19607
where pid is the pid of "udp receiver" process
I used it few times, and after a while I get that output.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-04-22 9:24 GMT+03
fragments = 1456768 free bytes
Apr 22 08:24:28 sip1 /usr/sbin/kamailio-sipt[19607]: ALERT: fm_status:
-
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-04-21 18:11 GMT+03:00 Sergey Basov :
> Hi, Daniel.
, Sergey Basov wrote:
> Hi, All.
>
> I have some problems with pkg_memory leak.
>
> After each call used private memory of the "udp receiver" process
> increases at 2500 bytes.
> On test environment I hav set it to 2Mbyte, but it is full after 700
calls.
>
> I n
Hi, All.
I have some problems with pkg_memory leak.
After each call used private memory of the "udp receiver" process
increases at 2500 bytes.
On test environment I hav set it to 2Mbyte, but it is full after 700 calls.
I need to modify SDP in invite and other packets.
When I do
Hi All.
Sorry for delay with reply.
But I make workaround by replacing \x00 in my string with values \x01.
In this case ISUP body was successfully added. I make some
modifications into sipt module to replace this values with 00 under
called number modifications using function sipt_destination($rU
ut message added only \x01\x10\x48.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-02-10 18:27 GMT+02:00 Daniel-Constantin Mierla :
> Msg length field should not be relevant in this case.
>
> Can you add the mu
with
> non-printable characters -- there is easy to check if the content-length
> includes them or not.
>
> Cheers,
> Daniel
>
> On 10/02/16 15:46, Sergey Basov wrote:
> > I am looking what is send to the network.
> > --
> > Best regards,
> > Sergey Basov
I am looking what is send to the network.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-02-10 16:43 GMT+02:00 Daniel-Constantin Mierla :
> Hello,
>
> On 10/02/16 15:26, Sergey Basov wrote:
>> Thank you for reply.
&
optional");
but kamailio does not inserts \x00 into the body,
May be it thinks that string is terminating?
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-02-10 15:17 GMT+02:00 Daniel-Constantin Mierla :
> Hello,
>
>
there any possibility to insert basic ISUP message to update it after using
sipt_destination($rU, 31, 4);
and
sipt_set_calling($fU, 4, 0, 3);
Thank you.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
___
SIP Expres
call-rate 200 cps.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-01-13 22:56 GMT+02:00 Daniel-Constantin Mierla :
> Hello,
>
> as an extra hint on top of Carsten's remarks: search your configuration
> for sl_send_repl
Hi Daniel.
Seems yes, it is captured properly.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-01-13 23:14 GMT+02:00 Daniel-Constantin Mierla :
> Hi Sergey,
>
> thanks for testing and the feedback. The patch is also
,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-01-13 1:06 GMT+02:00 Daniel-Constantin Mierla :
> Earlier today I pushed the patch to catch the incoming traffic before
> topoh gets the chance to decode it. If you can try with latest master
> a
I am sorry.
I have missed commit 4fc969760d8eec6355ce661ccd3c5fd9ad2a36f0...
Now all works as I had expected.
Than you so match.
If you are interesting, I now try to backport changes to kamailio 4.3.4.
When it will be done I can email patch file to you.
--
Best regards,
Sergey Basov
Thank you for commits.
I just try it and now I can see that sending packets captured properly..
Now there is a problem with receiving packets, I does not see Initial
invite from client into the capture.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel
:1zTwRqKsCajOhkZK 1 UDP 2130706431 10.56.42.23 18274 typ host
a=candidate:1zTwRqKsCajOhkZK 2 UDP 2130706430 10.56.42.23 18275 typ host
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
tel: (+38067) 403-62-54
2016-01-06 11:08 GMT+02:00 Daniel-Constantin Mierla
Sorry, not only ACK.
There is ACK, INVITE, ACK and BYE
I am using kamailio as statefull proxy.
So in case of normal callflow there is REGISTER and so on..
And with sip_trace enabled in onsend_route errors in kamailio.log still persist.
Jan 6 10:12:01 sip1 /usr/sbin/kamailio[30545]: INFO:
gt; On 05/01/16 15:38, Sergey Basov wrote:
>> It will be great, because I am using sip TLS in production environment.
>> This is why I can not using homer capture agent...
>
> --
> Daniel-Constantin Mierla
> http://twitter.com/#!/miconda - http://www.linkedin.com/in/mic
It will be great, because I am using sip TLS in production environment.
This is why I can not using homer capture agent...
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
SATB-RIPE
SATB-UANIC
tel: (+38067) 403-62-54
2016-01-05 15:37 GMT+02:00 Daniel-Constantin
And one more thing.
In captured packet from Homer, I see original SIP packets, without
topoh modifications.
But in dump from network interface by wireshark i see that packets was
modified...
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
SATB-RIPE
SATB-UANIC
see HEP packets on kamailio capture server.
--
Best regards,
Sergey Basov e-mail: sergey.v.ba...@gmail.com
SATB-RIPE
SATB-UANIC
tel: (+38067) 403-62-54
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr
002#021#023�#023�#0128*#027#0128*#024zx�V�#016#003>
Jan 5 10:02:02 sip1 /usr/sbin/kamailio[28348]: DEBUG: topoh
[topoh_mod.c:214]: th_prepare_msg(): outbuf buffer parsing failed!
Jan 5 10:02:02 sip1 /usr/sbin/kamailio[28348]: DEBUG: tm [t_funcs.c:362]:
t_relay_to(): SER: new transaction fwd
64 matches
Mail list logo