search for: bayrouni

Displaying 8 results from an estimated 8 matches for "bayrouni".

Did you mean: baroni
2007 Feb 28
3
read write or only read fields in cdr?
Hello, I created a new field named pre_dst of type varchar(80) exactly like dst field in cdr table. In the dialplan I put: exten => _7.,1,Set(CDR(pre_dst)=${EXTEN:1}) and when I call, all goes fine except that pre_dst has always NULL value in cdr. Do you know why? Is something wrong I did? I know that original fields in cdr are only readable, but in this cas pre_dst is one I created
2007 Mar 08
1
icecast and asterisk
...to use icecast with asterisk for the music on hold. I read all I found about this but without success. Is there anyway to use icecast and asterisk in the way that this works? Is there someone used asterisk and icecast to stream audio? (music on hold in terms of asterisk) Thank you very much Bayrouni
2006 Feb 23
1
not consistent log from asterisk
...ot;SIP/|PHONE_1|30") in new stack If I comment iaxfwd-outbound channel [iaxfwd-outbound], then the output is correct: Executing Dial("IAX2/192.246.69.186:4569-1", "SIP/PHONE_1|30") in new stack. (192.246.69.186:4569 : this is from FWD) Thank's for any help a+ -- Bayrouni
2006 Mar 01
1
how to run asterisk?
...r my username, I have some errors: Parsing '/etc/asterisk/logger.conf': Found Logger Warning: Unable to open log file '/var/log/asterisk/messages': Permission denied Mar 1 10:41:42 ERROR[3140]: logger.c:609 init_logger: Unable to create event log: Permission denied. Thank you -- Bayrouni
2007 Feb 28
2
this i a test
Sorry for disturbing, but I sent some messages today and I am not seeing them on this list. Can sombody tell me, in case this message appear on the list. Thank you
2006 Feb 07
1
asterisk to FWD
...2744]: chan_iax2.c:2821 auto_congest: Auto-congesting call due to slow response -- IAX2/iaxfwd-outbound-1 is circuit-busy -- Hungup 'IAX2/iaxfwd-outbound-1' == Everyone is busy/congested at this time (1:0/1/0) Please, how can I resolve this problem? Thank you very much -- Bayrouni
2007 Jun 24
2
cannot download from svn
Hello all, Can you download icecast from svn? I got this error when tryint it: svn co http://svn.xiph.org/icecast/trunk/icecast/ icecast svn: PROPFIND request failed on '/icecast/trunk/icecast' svn: PROPFIND of '/icecast/trunk/icecast': could not connect to server (http://svn.xiph.org)
2007 Feb 27
0
asterisk CDR and mysql
Hello all, I added a record named pre_dst in the cdr table. It has the same type as dst field. And I used this line in the dialplan: exten => _7.,1,Set(CDR(pre_dst)=${EXTEN:1}) When I call, 70123456, (7 is only to use the provider trunk), I have this in the CLI: Executing Set("SIP/foo-0816a490", "CDR(predst)=0123456") in new stack -- Executing