Displaying 2 results from an estimated 2 matches for "passed_params".
Did you mean:
  passed_param
  
2018 Jul 27
3
SHELL() function Asterisk 13 - can only accept one paramter in string?
Hi all
This is a followup on my post "Asterisk 13 - system() dialplan app cannot call bash scripts" from yesterday
I've given up trying to use system() to call BASH scripts with parameters from Asterisk 13. 
Turned out under Asterisk 13.22.0 System() DOES work, but only if you do NOT attempt to pass any parameters to the called script.
This works, and reliably calls the script:
2012 May 14
2
defaults for virtual defined resources from hiera.
Hi,
This follows on a bit from the previous thread ''trouble with hiera and 
puppet defines'' [1]
Up to now I''ve had a large file of virtual resources and then enabled them 
on demand
on various services. The very standard.
@metric{''1234:
      one => 1
      two => [1,2]
}
@metric{''abcd'':
      one => a, 
      two => [b,c]
}
and