[Devel] CVS commitlog: sip-server/modules/exec README exec_mod.c sip-server/modules/exec/doc exec_user.sgml

Daniel-Constantin Mierla daniel at voice-system.ro
Thu Dec 1 13:16:30 CET 2005


On 12/01/05 13:51, Klaus Darilion wrote:
> Klaus Darilion wrote:
>> Daniel-Constantin Mierla wrote:
>>
>>> User: miconda   - caution: if the var your passing out has a bash 
>>> special
>>>   character in it, the var needs to be placed inside quotes, for ex:
>>>      exec_msg("print-contact.sh '$ct'");
>>
>>
>> IMO this warning should be included in the README
>>
> or even better: is it possible to put all pseudo variables into '' 
> automatically?
this is not that easy and maybe you want to execute a script where you 
give as parameter a composed string of two pseudo-variables:

exec_msg("print_aor.sh $rU@$rd");

I think the warning in the readme is better.

Cheers,
Daniel

>
> klaus
>



More information about the Devel mailing list