Re: [asterisk-users] oneway audio with asterisk behind cisco pix 506

2008-02-09 Thread Joris Cras
Ravi, there is a easy way of creating all those commands in linux. just run the following in a shell: for x in $(seq 10001 10050); do echo 192.168.5.0 eq $x any conduit permit udp host 192.168.5.0 eq $x any conduit permit udp host;done This will create all your PIX rules at ones. I think you co

Re: [asterisk-users] Can't read environment variable

2008-01-30 Thread Joris Cras
You're using the variables wrong. This is what you could do is either: exten => s,1,NoOp(${ENV(HOSTNAME)}) or In globals section ;; Defing hostname host=${ENV(HOSTNAME)}) In you dailplan section exten => s,1,NoOp(${host}) You will manage, Greets Joris Jo

Re: [asterisk-users] Finding difficulty in installing Asterisk

2008-01-25 Thread Joris Cras
Tzafrir Cohen wrote: > On Fri, Jan 25, 2008 at 02:08:02PM +0530, [EMAIL PROTECTED] wrote: > >> Hi, >> >> I am using Fedora and I tried to install Libpri-1.4.3 but now I am getting >> error "AVC access denied". Its saying I need to disable SELinux protection. >> I do not know what to do. Please

[asterisk-users] Authenticate problems (Extensions)

2008-01-11 Thread Joris Cras
xten => 1,n,Hangup() Does anyone has a clue? Please tell me. Greetings, Joris Cras ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users