Re: SIP Diversion Problem
ale Gural via sr-users <[email protected]>
| Newsgroups | gmane.comp.voip.ser |
|---|---|
| Message-ID | <CAFvJwp50U9dq2qVi_S2JRbFP7Qne_bAQhoBfn=7_rSwmXhwi2w@mail.gmail.com> |
Hi, Attach BT core file Thanks & Regards On Tue, Sep 9, 2025 at 8:30 PM Henning Westerholt <[email protected]> wrote: > Hello, > > > > I think the general approach was discussed a lot already, but could you > maybe share a backtrace of the crash that it could be analysed and possible > fixed? Even if the code is wrong, it should not crash. > > > > Here some pointer about the core dump/back trace: > https://www.kamailio.org/wikidocs/tutorials/troubleshooting/coredumpfile/ > > > > Thanks, > > > > Henning > > > > *From:* ale Gural via sr-users <[email protected]> > *Sent:* Sonntag, 7. September 2025 16:35 > *To:* Kamailio (SER) - Users Mailing List <[email protected]> > *Cc:* ale Gural <[email protected]> > *Subject:* [SR-Users] SIP Diversion Problem > > > > Hello, > > I am using version: kamailio 5.8.6 > > I try to send in INVITE message the follow Diversion header, > > > > Diversion: "39988246 39988246" <sip:[email protected] > >;privacy=off;reason=unconditional;counter=1,<sip:[email protected]>,< > sip:[email protected] > ;user=phone>;privacy=off;reason=unconditional;counter=1 > > in my script code I need to separate every diversion Multibody wit the > follow (example): > > $var(i) = 0; > > while($var(i) < $hflc(Diversion) ) { > > remove_hf("Diversion"); > > $vn(new_div) = $(hfl(Diversion)[1]); > $var(i) = $var(i) +1; > > } > > > > when $var(i) = 1, the kamailio make restart with exit by signal 11 > > > > > > I appreciate your help! > > > > > > > > > > __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
bt.txt
(text/plain, 137.4 KB) - not displayed