Displaying 4 results from an estimated 4 matches for "inc_calls".
Did you mean:
inc_call
2009 Feb 01
1
asterisk-users Digest, Vol 54, Issue 109
...;9>
>
> Attributes:
>
> Acct-Status-Type = Stop
>
> Asterisk-Acc-Code = "TO_PROVIDER"
>
> Asterisk-Src = "5502222272"
>
> Asterisk-Dst = "0130005411234618"
>
> Asterisk-Dst-Ctx = "INC_CALLS"
>
> Asterisk-Clid = ""sipp"
> <5502222272>"
>
> Asterisk-Chan = "SIP/5060-0972ae58"
>
> Asterisk-Dst-Chan =
> "SIP/TO_ITSP1-0972f830"
>
> Asterisk-Last-App = "Dial"
>...
2009 Jan 30
0
Duplicate Radius accounting in Asterisk.
...;156><159>D<153>A$<209><233>`G<9>
Attributes:
Acct-Status-Type = Stop
Asterisk-Acc-Code = "TO_PROVIDER"
Asterisk-Src = "5502222272"
Asterisk-Dst = "0130005411234618"
Asterisk-Dst-Ctx = "INC_CALLS"
Asterisk-Clid = ""sipp" <5502222272>"
Asterisk-Chan = "SIP/5060-0972ae58"
Asterisk-Dst-Chan = "SIP/TO_ITSP1-0972f830"
Asterisk-Last-App = "Dial"
Asterisk-Last-Data = "SIP/005411234618 at...
2013 Aug 19
4
[LLVMdev] Generating GetElementPtr inlined in a function argument list programmatically
Hello LLVMDev List,
It's my first time sending a message to the List - I have been working on a tool for my research project using LLVM. Thanks for your awesome work!
I have come across some bytecode like the following with an GetElementPtr instruction in brackets:
Bytecode:%3 = call i32 @_Z4funcPKc(i8* getelementptr inbounds ([5 x i8]* @.str2, i32 0, i32 0))
C++ code:func("bleh");
2013 Aug 19
0
[LLVMdev] Generating GetElementPtr inlined in a function argument list programmatically
On Aug 19, 2013, at 14:26 , chentommy <baiypwup at hotmail.com> wrote:
> Hello LLVMDev List,
>
>
> It's my first time sending a message to the List - I have been working on a tool for my research project using LLVM. Thanks for your awesome work!
>
> I have come across some bytecode like the following with an GetElementPtr instruction in brackets:
>
>