Bruce N wrote:
> Hello,
> I am trying to add a line break after each line while using System() command 
> in the dial-plan but it doesn't do. Any suggestions please? Currently I have 
> this:
> exten => 100,n,System(/bin/echo -e "'LogON ${CHANNEL} ${EXTEN} ${EPOCH} 
> \n'">> /var/www/html/rawData/index.html)

did you try \\n ?

Alternatively

(echo .... && echo) >> ...

Or

echo ... >> ; echo ...

-- 

Best regards,
 Duane

http://www.freeauth.org - Enterprise Two Factor Authentication
http://www.nodedb.com - Think globally, network locally
http://www.sydneywireless.com - Telecommunications Freedom
http://e164.org - Global Communication for the 21st Century

"In the long run the pessimist may be proved right,
    but the optimist has a better time on the trip."

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to