Hi,
I'm trying to have Asterisk pick up a call and stream it to Liquidsoap 
(Icecast2 compatible).

This is what I have in my extensions.conf :

[default]
exten => s,1,Answer
exten => s,n,Wait(1)
exten => s,n,Ices(/etc/asterisk/asterisk-ices.xml)
exten => s,n,HangUp


Here's what working so far: Asterisk does pick up the call, and connects to the 
icecast server. However it seems like nothing is sent in the stream, as if no 
sound were present.
Doing Echo() instead of Ices() works fine (I can hear myself talk back).
The ices binary is in the path, and works well with the supplied configuration 
file when called from the bash cli.

Do you see anything that would explain that my voice is not sent through the 
Ices() function call ?

Any help greatly appreciated

Thomas
--
_____________________________________________________________________
-- 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

Reply via email to