search for: 9de1

Displaying 4 results from an estimated 4 matches for "9de1".

Did you mean: 9da1
2013 Feb 01
0
Hi
...orm1" method="post" action="Invite.aspx?MemberID=thor.rustad%40gmail.com&amp;MemberFirstName=Thor&amp;IDGuid=96dd3cd9-8d47-4f39-b50a-54d7ef01c121&amp;ContactEmail=asterisk-users%40lists.digium.com&amp;ContactName=Asterisk+Discussion&amp;CID=97b4490e-1ba2-4818-9de1-edc1b252b192&amp;LangID=en" id="Form1"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTc2NTI3NzUyMw9kFgJmD2QWAmYPZBYIZg8WAh4EVGV4dAUrP0VNS2V5PTk3YjQ0OTBlLTFiYTItNDgxOC05ZGUxLWVkYzFiMjUyYjE5MmQCAQ9kFgICAw8WAh4HVml...
2005 Jul 26
2
sip+oh323 - no voice at sip side
...isallow=all [48224789000] type=friend username=48224789000 secret=xxxxxx host=dynamic nat=yes qualify=100 disallow=all allow=g729 context=intern Here is sip debug: SIP Debugging Enabled -- Inbound H.323 call 'ip$10.0.0.3:61804/23122' detected. == Starting OH323/datacom1234,@10.0.0.3-9de1 at voip-h323,224789000,1 failed so falling back to exten 's' == Starting OH323/datacom1234,@10.0.0.3-9de1 at voip-h323,s,1 still failed so falling back to context 'default' -- Executing Dial("OH323/datacom1234,@10.0.0.3-9de1", "SIP/48224789000") in new stac...
2020 Sep 01
2
[RFC] [DebugInfo] Using DW_OP_entry_value within LLVM IR
...nly at the end of LLVM pipeline (within > LiveDebugValues). There are cases it could be useful at IR level; i.e. for > unused arguments (please take a look into > https://protect2.fireeye.com/v1/url?k=16c671b9-4876ec21-16c63122-861fcb972bfc-e4488a7f57de3412&q=1&e=4f293e8b-6a1f-4a80-9de1-30399c7295a6&u=https%3A%2F%2Freviews.llvm.org%2FD85012 > ); I believe there are a lot of cases where an IR pass drops/cuts variable’s > debug value info where an entry value can fall back on as a backup location. > There could be multiple ways of implementation, but in general, we need...
2020 Sep 01
4
[RFC] [DebugInfo] Using DW_OP_entry_value within LLVM IR
Hi all, The debug entry values feature introduces new DWARF symbols (tags, attributes, operations) on caller (call site) as well as on callee side; and the intention is to improve debugging user experience by using the functionality (especially in “optimized” code by turning “<optimized_out>” values into real values). The call site information includes info about call itself (described with