[asterisk-bugs] [JIRA] (ASTERISK-25470) SDP version increased when no change in SDP on 183 session progress retransmit

Rusty Newton (JIRA) noreply at issues.asterisk.org
Fri Oct 16 16:21:32 CDT 2015


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton updated ASTERISK-25470:
------------------------------------

    Description: 
183 is retransmitted by Asterisk every 60 seconds. The version is bumped even if there are no change in the SDP.

Some equipment terminates the call because of this.

We had a similar error like this earlier, but then asterisk bumped the version on the 200 OK after a 183 session progress.

Reproduce like this:
{noformat}
progressinband=yes
{noformat}
{noformat}
exten => 200,1,Progress
exten => 200,n,Wait(65)
{noformat}
First SDP:
{noformat}
v=0 
o=root 179570363 179570363 IN IP4 192.168.1.50 
s=Nordicom 
c=IN IP4 192.168.1.50 
t=0 0 
m=audio 12914 RTP/AVP 8 97 
a=rtpmap:8 PCMA/8000 
a=rtpmap:97 telephone-event/8000 
a=fmtp:97 0-16 
a=ptime:20 
a=maxptime:150 
a=sendrecv 
{noformat}

Second:
{noformat}
v=0 
o=root 179570363 179570364 IN IP4 192.168.1.50 
s=Nordicom 
c=IN IP4 192.168.1.50 
t=0 0 
m=audio 12914 RTP/AVP 8 97 
a=rtpmap:8 PCMA/8000 
a=rtpmap:97 telephone-event/8000 
a=fmtp:97 0-16 
a=ptime:20 
a=maxptime:150 
a=sendrecv 
{noformat}

  was:
183 is retransmitted by Asterisk every 60 seconds. The version is bumped even if there are no change in the SDP.

Some equipment terminates the call because of this.

We had a similar error like this earlier, but then asterisk bumped the version on the 200 OK after a 183 session progress.

Reproduce like this:
progressinband=yes

exten => 200,1,Progress
exten => 200,n,Wait(65)

First SDP:
v=0 
o=root 179570363 179570363 IN IP4 192.168.1.50 
s=Nordicom 
c=IN IP4 192.168.1.50 
t=0 0 
m=audio 12914 RTP/AVP 8 97 
a=rtpmap:8 PCMA/8000 
a=rtpmap:97 telephone-event/8000 
a=fmtp:97 0-16 
a=ptime:20 
a=maxptime:150 
a=sendrecv 

Second:
v=0 
o=root 179570363 179570364 IN IP4 192.168.1.50 
s=Nordicom 
c=IN IP4 192.168.1.50 
t=0 0 
m=audio 12914 RTP/AVP 8 97 
a=rtpmap:8 PCMA/8000 
a=rtpmap:97 telephone-event/8000 
a=fmtp:97 0-16 
a=ptime:20 
a=maxptime:150 
a=sendrecv 


> SDP version increased when no change in SDP on 183 session progress retransmit
> ------------------------------------------------------------------------------
>
>                 Key: ASTERISK-25470
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25470
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/General
>    Affects Versions: 13.5.0, 13.6.0
>         Environment: Centos 6
>            Reporter: Morten Tryfoss
>            Severity: Minor
>
> 183 is retransmitted by Asterisk every 60 seconds. The version is bumped even if there are no change in the SDP.
> Some equipment terminates the call because of this.
> We had a similar error like this earlier, but then asterisk bumped the version on the 200 OK after a 183 session progress.
> Reproduce like this:
> {noformat}
> progressinband=yes
> {noformat}
> {noformat}
> exten => 200,1,Progress
> exten => 200,n,Wait(65)
> {noformat}
> First SDP:
> {noformat}
> v=0 
> o=root 179570363 179570363 IN IP4 192.168.1.50 
> s=Nordicom 
> c=IN IP4 192.168.1.50 
> t=0 0 
> m=audio 12914 RTP/AVP 8 97 
> a=rtpmap:8 PCMA/8000 
> a=rtpmap:97 telephone-event/8000 
> a=fmtp:97 0-16 
> a=ptime:20 
> a=maxptime:150 
> a=sendrecv 
> {noformat}
> Second:
> {noformat}
> v=0 
> o=root 179570363 179570364 IN IP4 192.168.1.50 
> s=Nordicom 
> c=IN IP4 192.168.1.50 
> t=0 0 
> m=audio 12914 RTP/AVP 8 97 
> a=rtpmap:8 PCMA/8000 
> a=rtpmap:97 telephone-event/8000 
> a=fmtp:97 0-16 
> a=ptime:20 
> a=maxptime:150 
> a=sendrecv 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list