Re: [asterisk-dev] Pjsip segfault

2017-06-28 Thread Tomec Martin
-Original Message- From: asterisk-dev-boun...@lists.digium.com [mailto:asterisk-dev-boun...@lists.digium.com] On Behalf Of Joshua Colp Sent: Friday, June 16, 2017 4:44 PM To: asterisk-dev@lists.digium.com Subject: Re: [asterisk-dev] Pjsip segfault On Fri, Jun 16, 2017, at 11:37 AM, Tomec

Re: [asterisk-dev] Pjsip segfault

2017-06-16 Thread Joshua Colp
On Fri, Jun 16, 2017, at 11:37 AM, Tomec Martin wrote: > On Fri, Jun 16, 2017, at 11:10 AM, Tomec Martin wrote: > > Hi, > > I am looking at issue > > https://issues.asterisk.org/jira/browse/ASTERISK-27037 and so far I have > > found that: > > In asterisk function ast_sip_send_stateful_response, we

Re: [asterisk-dev] Pjsip segfault

2017-06-16 Thread Tomec Martin
On Fri, Jun 16, 2017, at 11:10 AM, Tomec Martin wrote: > Hi, > I am looking at issue > https://issues.asterisk.org/jira/browse/ASTERISK-27037 and so far I have > found that: > In asterisk function ast_sip_send_stateful_response, we receive message > via pjsip_tsx_recv_msg then prepare answer and

Re: [asterisk-dev] Pjsip segfault

2017-06-16 Thread Joshua Colp
On Fri, Jun 16, 2017, at 11:10 AM, Tomec Martin wrote: > Hi, > I am looking at issue > https://issues.asterisk.org/jira/browse/ASTERISK-27037 and so far I have > found that: > In asterisk function ast_sip_send_stateful_response, we receive message > via pjsip_tsx_recv_msg then prepare answer and

[asterisk-dev] Pjsip segfault

2017-06-16 Thread Tomec Martin
Hi, I am looking at issue https://issues.asterisk.org/jira/browse/ASTERISK-27037 and so far I have found that: In asterisk function ast_sip_send_stateful_response, we receive message via pjsip_tsx_recv_msg then prepare answer and send answer via pjsip_tsx_send_msg. Before we send the answer, the