View previous topic :: View next topic |
Author |
Message |
klaus.mailinglists at ... Guest
|
Posted: Wed Mar 26, 2014 4:51 am Post subject: [asterisk-users] Duplicate incoming channel into two outgoin |
|
|
Hi!
I have strange requirement: a incoming call should be duplicated to two
outgoing calls (to two voice recorders). On the incoming channel we only
receive RTP, on the two outgoing channel we only send RTP.
I thought of:
incoming call
-> originate: make outgoing call to recorder 1 and put the channel
into a confBridge
-> originate: make outgoing call to recorder 2 and put the channel
into the same confBridge
-> put the incoming channel into the same confBridge (as Admin,
terminate conference when admin leaves)
To optimize the conference processing I would configure the outgoing
channels to "listen only". This should lower CPU usage.
Of course I need also some extra logic to periodically check if the
outgoing channels still exists and if not, recreate the outgoing channels.
Is somebody aware of a nicer solution for the problem?
Thanks
Klaus
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
webaccounts173 at jgoe... Guest
|
Posted: Wed Mar 26, 2014 5:30 am Post subject: [asterisk-users] Duplicate incoming channel into two outgoin |
|
|
What do you mean with "voice recorders"? Voice mail, if nobody answers, or do want to monitor calls?
jg
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
klaus.mailinglists at ... Guest
|
Posted: Thu Mar 27, 2014 4:28 am Post subject: [asterisk-users] Duplicate incoming channel into two outgoin |
|
|
On 26.03.2014 11:30, jg wrote:
Quote: | What do you mean with "voice recorders"? Voice mail, if nobody answers,
or do want to monitor calls?
|
I mean voice recording (just like a voice box does), but the recorder is
not Asterisk, but a dedicated VoIP recorder.
regards
Klaus
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
webaccounts173 at jgoe... Guest
|
Posted: Thu Mar 27, 2014 4:40 am Post subject: [asterisk-users] Duplicate incoming channel into two outgoin |
|
|
Wouldn't it make more sense to handle this by just monitoring the calls and doing everything
else with normal data processing?
jg
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
klaus.mailinglists at ... Guest
|
Posted: Mon Mar 31, 2014 4:50 am Post subject: [asterisk-users] Duplicate incoming channel into two outgoin |
|
|
On 27.03.2014 10:39, jg wrote:
Quote: | Wouldn't it make more sense to handle this by just monitoring the calls
and doing everything else with normal data processing?
|
Basically yes, but the whole idea is a workaround to fix issues in
legacy systems.
klaus
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|