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