]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_bridgeaddchan: ability to barge into existing call 31/1631/12
authorAlec Davis <sivad.a@paradise.net.nz>
Wed, 18 Nov 2015 08:25:15 +0000 (21:25 +1300)
committerAlec Davis <sivad.a@paradise.net.nz>
Wed, 18 Nov 2015 22:37:59 +0000 (11:37 +1300)
commit8c14b91651fc9a608c0017a8d6850c5a9bd1ed02
tree7bc1c43993298a098e98e8ad42b2caa2ff4914cb
parentf57da2ae908e490d85bbe1dc0284c629bfcd4f97
app_bridgeaddchan: ability to barge into existing call

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)

ASTERISK-25551 #close
Reported By: Alec Davis

Change-Id: I8eb5096a02168dcc8d7aeea416ef36ba4ed10540
CHANGES
apps/app_bridgeaddchan.c [new file with mode: 0644]