[Home]

Summary:ASTERISK-25824: How release a call if Receive a specific reason (e.g. Q.850;cause=7) in 183 Session Progress message
Reporter:Nuno Alves (nmalves)Labels:
Date Opened:2016-03-01 08:48:54.000-0600Date Closed:2020-01-14 11:20:59.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:
Versions:11.13.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hello,
I have a fully working asterisk 11.13.0 interconnected with a network softswitch. I'm wondering if it is possible to force a call to disconnect if asterisk receives specific information on a 183 Session Progress header message. Is this possible?
In this example I have Reason: Q.850;cause=7;*text="Call awarded and being delivered in an established channel"
This is my example:
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 10.0.0.2:5060;branch=z9hG4bKojq032000gq16i0ud700.1
To: ;tag=a190001-18393
From: ;tag=1838216357
Call-ID: 420069346-27029-23@BAA.GE.A.DI
CSeq: 230 INVITE
Contact:
Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,INFO,REFER,NOTIFY,PRACK,UPDATE
Reason: Q.850;cause=7;text="Call awarded and being delivered in an established channel"
Record-Route:
User-Agent: Softswitch/1.0.0
Content-Type: application/sdp
Content-Length: 116
v=0
o=Softswitch 654 5178 IN IP4 10.0.0.1
s=phone-call
c=IN IP4 10.0.0.1
t=0 0
m=audio 10000 RTP/AVP 0
a=ptime:20
Thank you.
Comments:By: Asterisk Team (asteriskteam) 2016-03-01 08:48:55.328-0600

We appreciate the difficulties you are facing, however information request type issues would be better served in a different forum.

The Asterisk community provides support over IRC, mailing lists, and forums as described at http://asterisk.org/community. The Asterisk issue tracker is used specifically to track issues concerning bugs and documentation errors.

If this issue is actually a bug please use the Bug issue type instead.

Please see the Asterisk Issue Guidelines [1] for instruction on the intended use of the Asterisk issue tracker.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines

By: Asterisk Team (asteriskteam) 2016-03-01 08:48:55.914-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].