Einwahl in Konferenz

cksit

Neuer User
Mitglied seit
27 Feb 2008
Beiträge
5
Punkte für Reaktionen
0
Punkte
0
Hallo,

ich bin völlig neu in diesem Segment und suche eine Lösung, bei der man sich in eine Konferenz einwählen kann.
Folgendes Scenario:

Ein Redner und Leute die von aussen zuhören wollen. Die Leute sollen aber nichts sagen können. (sich also auch nicht gegenseitig hören können)

Lässt sich das realisieren? Gibt es dazu schon eine Komplettlösung, wenn ja wie nennt man das (dann kann ich vielleicht selbst suchen und mich "schlau" machen).

Vielen Dank im vorraus!
 
ich habe jetzt was gefunden.

meet me ist ja eigentlich nur ein Konferenz system.

die lösung wird erstmal so aussehen:

stream server der den line in der soundkarte (wo die rede drauf ist ) rausstreamt und music on hold am asterisk mit dem stream als audio quelle. jeder call der reinkommt wird angenommen und hört dann den stream.

interessant wäre eine lösung bei der ich als signal direkt den line in nehmen kann und nicht über den stream muss...

wenn da jemand noch ne lösung hat wäre ich dankbar!
 
meet me ist ja eigentlich nur ein Konferenz system.
Das íst ein wenig untertrieben und kann genau dein Problem lösen.

Aber na gut, du willst was anderes, hier ein Beispiel von: voip-info.org
voip-info.org schrieb:
Using a sound card as the source.

This is usefull for such things as FM tuners or other external audio feeds (XM Satellite Radio anyone?).

1. Add the following into musiconhold.conf:

[default]
mode=custom
directory=/var/lib/asterisk/mohmp3
application=/usr/sbin/ast-playlinein

In /var/lib/asterisk/mohmp3 therre should be at least one mp3 file.

2. Create script file /usr/sbin/ast-playlinein and make it executable:

#!/bin/bash
/usr/bin/arecord -q -c 1 -r 8000 --buffer-size=2048 -f S16_LE -t raw

3. Then you need to configure your mixer to turn on LINE-IN capturing.
You can then plug into the line-in port your FM-tuner or external audio player.

Don't forget to reload (should be enough) asterisk.

Additional note by crees (at) bearrivernet (dot) net
Trixbox users may notice that this does not work. Your MOH will start and stop immediatly. This is due to asterisk not having rights to the /dev/snd folder and files. You will need to create a new group (i called audio) and then allow root and asterisk to be part of it. then chmod the directory so everyone can have access to read and write these files. (in /dev/snd ) You then will need to adjust the mixer via alsamixer command. I ended up using the mic in on my sound card since line in on mine was not working. Look for the line in capt and line in or mic in , mic capture levels and adjust them accordingly. You may want to unmute (pushing m on slider) and move all sliders up and see which one controls the volume.
 
Danke!

ich wüsste nicht wie ich das mit meet me lösen könnte, aber die Lösung mit MOH ist ideal! Ich hoffe es läuft so..

wenn ich es hinbekommen habe werde ich mich wieder melden. (wenn nicht dann sowieso :) )
 
Hi,

macht denn die Option

'm' — set monitor only mode (Listen only, no talking)

nicht genau das?

Wenn ich den Redner im Dialplan in die Konferenz ohne 'm' reinwerfe und alle anderen mit 'm'?

Schönen Gruß
Cornelius
 
Kostenlos!

Statistik des Forums

Themen
248,847
Beiträge
2,302,777
Mitglieder
378,497
Neuestes Mitglied
guenther1987