atefsaeed2010 / datacard

Automatically exported from code.google.com/p/datacard
Other
0 stars 1 forks source link

Conference feature #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Conference support mean 

1) Control of Conference feature of modem 
This mean modem/network internally mix and share sound from 
multiple sources and code must just control this process.

2) Conference support inside asterisk.

Because device has only one sound input/output but any call has asterisk 
channel we also need provide mix of sound from these channels before write to 
device and share readed voice from device between all channels in conference.

BUT, if channels bridged together with source is call on device and destination 
is call on same device with calls in one conference, we must break this loop by 
drop write requests to device from both channels.

Channels only reading from device and sound mixed and shared inside device.

Original issue reported on code.google.com by bg_...@mail.ru on 30 Nov 2010 at 8:36

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/datacard/downloads/detail?name=chan_datacard-1.0.r260.t
gz&can=2&q=#makechanges

Original comment by bg_...@mail.ru on 13 Dec 2010 at 3:27