]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-10416: [mod_commands] add new outbound channels to an in-progress originate
authorHristo Trendev <htrendev@gmail.com>
Wed, 21 Jun 2017 17:00:52 +0000 (19:00 +0200)
committerHristo Trendev <htrendev@gmail.com>
Wed, 21 Jun 2017 17:31:46 +0000 (19:31 +0200)
commitb11955db0bfdcccd5ad98fd689870153d31154f3
tree4dcb885bcc2ad690eabcdeb066e2350729b762c0
parentdcc0bf72ec77042acf38172af262a4a2f35c1f48
FS-10416: [mod_commands] add new outbound channels to an in-progress originate

This allows new endpoints (outbound channels) to be called, after an originate
is already in progress, where any of the originally called endpoints need to
continue to ring.

One use case would be to convert a 302 Moved Temporarily destination to SIP
endpoint(s) and then to add the new endpoints to an in-progress originate,
without cancelling any of the other (already ringing) outbound channels.
src/include/switch_types.h
src/mod/applications/mod_commands/mod_commands.c
src/switch_core_session.c
src/switch_ivr_originate.c