Displaying 3 results from an estimated 3 matches for "bc4b".
Did you mean:
bc40
2010 Apr 01
3
RPID on called party
...SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.60.20:5060;branch=z9hG4bK42892c32;rport
From: "Ondrej Valousek" <sip:7775 at 192.168.60.20> <sip:7775 at 192.168.60.20> ;tag=as4786d518
To: <sip:1098 at 192.168.62.12> <sip:1098 at 192.168.62.12> ;tag=f75ff5d8-1023-4240-bc4b-d7eeb6d0d77d-42063104
Date: Tue, 30 Mar 2010 13:53:15 GMT
Call-ID: 465a9c200587260d164f4514094896fb at 192.168.60.20
CSeq: 102 INVITE
Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
Allow-Events: presence
*Remote-Party-ID: "Paul Ryan" <sip:1098 a...
2010 Jul 01
3
Remote Party ID issue
...nging
> Via: SIP/2.0/UDP 192.168.60.20:5060;branch=z9hG4bK42892c32;rport
> From: "Ondrej Valousek" <sip:7775 at 192.168.60.20> <sip:7775 at 192.168.60.20> ;tag=as4786d518
> To: <sip:1098 at 192.168.62.12> <sip:1098 at 192.168.62.12> ;tag=f75ff5d8-1023-4240-bc4b-d7eeb6d0d77d-42063104
> Date: Tue, 30 Mar 2010 13:53:15 GMT
> Call-ID: 465a9c200587260d164f4514094896fb at 192.168.60.20
> CSeq: 102 INVITE
> Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
> Allow-Events: presence
> *Remote-Party-ID: "...
2009 Jul 27
1
supporting --fake-super on opensolaris (zfs) destination
....
Please do not laugh reading my code: see disclaimer :)
--
Enrico Cavalli
CILEA - via R. Sanzio 4, 20090 - Segrate (MI), Italy
phone: +39 02 26995.1 - fax: +39 02 2135520 - skype: enricocavalli
GTalk/Jabber/iChat: enrico.cavalli at gmail.com
PGP Fingerprint: 3762 7B1B 743E 029C 8F94 8ADE BC4B 43A7 0485 30E5
-------------- next part --------------
diff --git a/lib/sysxattrs.c b/lib/sysxattrs.c
index 12e456e..8655760 100644
--- a/lib/sysxattrs.c
+++ b/lib/sysxattrs.c
@@ -128,7 +128,155 @@ ssize_t sys_llistxattr(const char *path, char *list, size_t size)
#else
-#error You need to crea...