[Home]

Summary:ASTERISK-25551: [patch]Ability to add channel to an existing bridge by specifying an existing channel prefix
Reporter:Alec Davis (alecdavis)Labels:
Date Opened:2015-11-14 05:31:59.000-0600Date Closed:2015-11-19 00:17:14.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Applications/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_bridgeaddchan-13.c
Description:To be able to barge into a call by dialling a prefix+extension that maps to the extensions device.

Senario is that DECT headset users may be away from their desks and need to transfer the call, the goal is that from any phone they dial a prefix then their extension and are added to the bridge that they are in, from there they can drop the headset call, as it's also on the handset, and transfer the caller.

The dialplan would look like, where prefix=73, extension = 8512;
exten => _738512,1,BridgeAdd(SIP/cisco0001)
Comments:By: Asterisk Team (asteriskteam) 2015-11-14 05:32:01.520-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].

By: Matt Jordan (mjordan) 2015-11-18 21:32:41.002-0600

Very nice new feature - thanks [~alecdavis]!

By: Alec Davis (alecdavis) 2015-11-19 00:13:14.198-0600

attached app_bridgeaddchan-13.c

For users wanting to deploy on 13, as we have.

By: Alec Davis (alecdavis) 2015-11-19 00:16:15.752-0600

@asterisk team.

I can't take all the credit, thanks for the help Richard and Mark