Displaying 4 results from an estimated 4 matches for "achoring".
Did you mean:
accoring
2009 Jun 08
1
Achoring MEdia
I have 2 hosts that Asterisk is in between of...and for both I have canreinvite=no - but asterisk still sends re-invite to get out of the media path.
?
Proxy 1 --> Asterisk--> Proxy 2
?
I want asterisk to anshor media..
?
In extenstions.conf I have an entry to send calls for say 5551000 to proxy 2 and if? I suffix that entry with ||t , asterisk does anchor media....
?
However, it is
2011 Apr 03
4
replace last 3 characters of string
Hi,
I would like to replace the last tree characters of the values of a certain
column in a dataframe.
This replacement should only take place if the last three characters
correspond to the value "/:/" and they should be replaced with ""(blank)
I cannot perform a simple gsub because the characters /:/ might also be
present somewhere else in the string values and then they
2009 Aug 25
0
[LLVMdev] Regular Expression lib support
On 2009-08-25 21:18, Daniel Dunbar wrote:
> Woot! Thanks a bunch Edwin!
>
> Some comments on the patch:
> --
> I'm not sure if it makes sense to import the man pages, if we only
> expose Regex.h.
>
I'd like to keep re_format.7, it describes the format of the regex as
accepted by this implementation.
I'll remove regex.3 since its not exposed.
>
>>
2009 Aug 25
6
[LLVMdev] Regular Expression lib support
Woot! Thanks a bunch Edwin!
Some comments on the patch:
--
I'm not sure if it makes sense to import the man pages, if we only
expose Regex.h.
> diff --git a/include/llvm/Support/Regex.h b/include/llvm/Support/Regex.h
> new file mode 100644
> index 0000000..314bff4
> --- /dev/null
> +++ b/include/llvm/Support/Regex.h
> @@ -0,0 +1,49 @@
> +//===-- Regex.h - Regular