[Asterisk-Users] Please explain this streaming example to me
barton-lists at gcmcomputers.com
barton-lists at gcmcomputers.com
Mon May 23 16:20:43 MST 2005
You use a few .call files to make extensions 1001 and 1002 join the
conference in 1000.
Here is the example you might be referring to:
http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20Ices
Barton
asterisk-users-bounces at lists.digium.com wrote:
> I believe that I found the example below while reading at the voip
> site. I understand the elements i.e. extensions, conference room
> assignment, etc. What I can not conceptualize is how do individuals
> using exten 1000 join the stream at exten 1002.
>
>
> ; Icecast streaming
> ;
> ; Conference Room
> exten => 1000,1,Answer
> exten => 1000,2,Wait(1)
> exten => 1000,3,MeetMe2(1000)
> ; Music On Hold
> exten => 1001,1,Answer
> exten => 1001,2,Wait(1)
> exten => 1001,3,MusicOnHold(random)
> ; Stream
> exten => 1002,1,Answer
> exten => 1002,2,Wait(1)
> exten => 1002,3,Ices(/etc/ices.xml)
>
> Thanks
> Flash
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list