Hi,
 
Have anyone seen this kind of error message before :
 
ERROR: exec_msg: cmd echo $SIP_HF_CSEQ : $SIP_HF_FROM to $SIP_HF_TO >> /var/log/syslog failed. exit_status=-1, errno=32: Broken pipe
 
This command is actually in my ser.cfg where i capture this few environmental variables and push them into my /var/log/syslog. It effectively went in, but i still see this error message.
Here is the original code in ser.cfg :
exec_msg("echo $SIP_HF_CSEQ : $SIP_HF_FROM to $SIP_HF_TO >> /var/log/syslog");
 
Please help!
 
Regards,
Sam