Salve Maxim!

On Sat, 08 Jul 2006, Maxim Vexler wrote:
> exten => 100,1,System(touch /tmp/file1 \; touch /tmp/file2) works for me.
Here, too ;)

Erghhh, I should played with "\" before send noise to this list...
But thank you - your hint should be add to a documentation of 
System()

> Note that && and || are logical operators,
right - for this reason I quotet man bash ;)


Ok \; is working fine - I just have modificated my vim syntax
highlighting:

-- syn match       asteriskComment         ";.*" contains=asteriskTodo
++ syn match       asteriskComment         "[^\\];.*" contains=asteriskTodo

And BTW for highlighting MP3Player() add:

++ syn match       asteriskApp             ",\zsMP3[a-zA-Z]\+\ze(" 

Greetings,
rob
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to