Re: [asterisk-dev] Issue with Parsing Contact Header without Brackets and with additional HeaderParameters seperated with semicolon

2017-06-08 Thread bala murugan
Here you go george , i have raised a issue in Jira see below 1. Asterisk 2. ASTERISK-27045 Issue with Parsing Contact Header without Brackets and with additional

Re: [asterisk-dev] Issue with Parsing Contact Header without Brackets and with additional HeaderParameters seperated with semicolon

2017-06-08 Thread George Joseph
Bala, are you going to open an issue? On Thu, Jun 8, 2017 at 7:02 AM, George Joseph wrote: > > > Here's the ABNF: >>> >>> Contact= ("Contact" / "m" ) HCOLON >>>( STAR / (contact-param *(COMMA contact-param))) >>> contact-param = (name-addr /

Re: [asterisk-dev] "telephone-event" at rates other than 8000?

2017-06-08 Thread Joshua Colp
On Thu, Jun 8, 2017, at 11:35 AM, Stephen Davies wrote: > Hi, > > Reviewing rtp_engine.c it appears that we only support telephone-event > rtp > with a sample rate of 8000? > > JSSIP using Opus offers Opus as "opus/48000/2" and then (by necessity, I > think), telephone-event/48000. > > > In

[asterisk-dev] "telephone-event" at rates other than 8000?

2017-06-08 Thread Stephen Davies
Hi, Reviewing rtp_engine.c it appears that we only support telephone-event rtp with a sample rate of 8000? JSSIP using Opus offers Opus as "opus/48000/2" and then (by necessity, I think), telephone-event/48000. EG (this is a JSSIP using WebRTC behind a Freeswitch system): v=0

Re: [asterisk-dev] hangup handlers & unwanted cdr

2017-06-08 Thread marek cervenka
i have no "endbeforehexten" in cdr.conf Dne 02/06/2017 v 16:21 Joshua Colp napsal(a): On Fri, Jun 2, 2017, at 11:15 AM, marek cervenka wrote: hi, i'm using hangup handlers on Asterisk13 with standard answered calls i have 1 CDR per call with scenario call from voip->mobile, call rejected

Re: [asterisk-dev] Issue with Parsing Contact Header without Brackets and with additional HeaderParameters seperated with semicolon

2017-06-08 Thread George Joseph
Here's the ABNF: >> >> Contact= ("Contact" / "m" ) HCOLON >>( STAR / (contact-param *(COMMA contact-param))) >> contact-param = (name-addr / addr-spec) *(SEMI contact-params) >> name-addr = [ display-name ] LAQUOT addr-spec RAQUOT >> addr-spec = SIP-URI /

Re: [asterisk-dev] Issue with Parsing Contact Header without Brackets and with additional HeaderParameters seperated with semicolon

2017-06-08 Thread Walter Doekes
Bala wrote: Contact:sip:p65549t000m112562c59100@10.196.0.111:5089 ;+g.3gpp.accesstype="cellular";+sip.instance="" Currently this is getting parsed incorrectly based on the closed brackets and we end up storing the fullcontact with incomplete URI (metnioned below) and same is sent