Displaying 2 results from an estimated 2 matches for "4b82".
Did you mean:
482
2010 Jul 24
1
Exchange UM Play on Phone
...TE sip:2001 at voip.mydomain.net;user=phone SIP/2.0
FROM: ""<sip:2001 at exch.testdev.local;user=phone>;epid=079E8F8013;tag=849256682
TO: <sip:2001 at voip.mydomain.net;user=phone>
...
Sending to 10.10.1.31 : 19219 (no NAT)
Using INVITE request as basis request - 5c97e0f0-5456-4b82-a7f4-e7f2adeba338
Found peer '2001' for '2001' from 10.10.1.31:19219
Peer has insecure flags no
SIP/2.0 401 Unauthorized
Due to Exchange making the call from / to the same valid extension
Asterisk is wanting authentication for the 2001. I thought by using
host and insecure in the...
2009 Jan 29
0
[PATCH v2] txt: 2/5 - ACPI Generic Address Structure for tboot shutdown
...wakeup_vector;
+ uint32_t vector_width;
+ uint64_t kernel_s3_resume_vector;
+} tboot_acpi_sleep_info_t;
-typedef struct __attribute__ ((__packed__)) {
- /* version 0x01+ fields: */
+typedef struct __packed {
+ /* version 3+ fields: */
uuid_t uuid; /* {663C8DFF-E8B3-4b82-AABF-19EA4D057A08} */
- uint32_t version; /* Version number: 0x01, 0x02, ... */
+ uint32_t version; /* Version number; currently supports 0.3 */
uint32_t log_addr; /* physical addr of tb_log_t log */
uint32_t shutdown_entry; /* entry point for tbo...