Displaying 2 results from an estimated 2 matches for "asterisk_str".
Did you mean:
asterisk_src
2005 Mar 24
0
AGI commands STDOUT problem
...$this->WriteLog("\nSending string {$escaped_string} to Asterisk...");
$bytes = fwrite(STDOUT, $String);
fflush(STDOUT);
$this->WriteLog("Wroten bytes to STDOUT: {$bytes}");
return $bytes;
}
private function ReceiveAsteriskEnvironmentVariables()
{
do
{
$asterisk_string = $this->ReadStdin();
if ( $asterisk_string != "\n" )
{
$delimiter_position =
strpos($asterisk_string,':');
$data_name =
substr($asterisk_string, 0, $delimiter_position);
$data_value...
2016 Dec 20
0
[ANNOUNCE] nftables 0.7 release
...connlabel path
ct: release ct_label table on exit
src: quote user-defined strings when used from rule selectors
src: add 'to' for snat and dnat
src: support for RFC2732 IPv6 address format with brackets
parser_bison: missing token string in QUOTED_ASTERISK and ASTERISK_STRING
scanner: allow strings starting by underscores and dots
scanner: remove range expression
src: rename datatype name from tc_handle to classid
src: simplify classid printing using %x instead of %04x
src: meta priority support using tc classid
parser_bison: redir...