search for: backets

Displaying 8 results from an estimated 8 matches for "backets".

Did you mean: packets
2012 Aug 24
1
Regular expressions: stuck again...
...quot;tblArtnr\".\"Artnr\" FROM \"public\".\"tblFiche\", \"public\".\"tblArtnr\" WHERE \"public\".\"tblFiche\".\"Artnr_ID\" = \"public\".\"tblArtnr\".\"Artnr_ID\"; concrete: The square backets [ and ] should removed and xxx_xxx.xxx should become \"xxx\".\"xxx\"\".\"xxx\" When only queries with square brackets, I used gsub('[', '\"', x, fixed=TRUE), gsub(']', '\"', x, fixed=TRUE), gsub('_', '\&...
2003 Aug 15
1
Asterisk H323 Trunk
During debugging of H323 trunk side (using Jeremy Macnamara's H323 driver in ~/channels/h323) a couple of things come don't quite work as advertised... 1/ the following line in extensions.conf explicitly sets the outgoing caller ID (required in my case for downstream GK processing..) exten => _1NX.,1,SetCallerID,6400047602100 exten => _1NX.,2,Dial,H323/${EXTEN:1} what
2017 Jun 05
1
RPC Server is unavailable
On Thu, 01 Jun 2017 14:55:40 +0200 Supporter via samba <samba at lists.samba.org> wrote: >> Hello All, >> >> I have big problem. I don't know how can i resolve it. >> >> Design: >> >> |server Samba AD 4.6.2| <---------- | Samba File Server >> v4.6.2/v4.6.4 | <--------- | Windows 7 client | >> >> >>
2009 Jun 26
3
IAX for internet file transfer?
I'm dealing with an idea to exchange data in a socket connection style or a sort of ftp transfer with IAX2 as the transport medium. An IAX client on e.g. a notebook could establish a connection to any remote machine (also client) via any Asterisk Server where both clients are registered. Due to the unique properties of IAX2 one could connect quite easily to any "hidden" remote
2013 Aug 28
12
[PATCH V2] x86/AMD-Vi: Add additional check for invalid special->handle
From: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> This patch add an additional logic to check for the often case when the special->handle is not initialized due to firmware bugs. but the special->usedid is correct. If users overide this using the command line option ivrs_ioapic, then it should use the value instead. --- This patch is supposed to follow the patches:
2012 Sep 25
1
mapping data from table to .csv template
I have a .csv table named mailing.csv as below. It consist a receiver, subject and sender. Receiver subject sender 1 Adrian Cole RE: [WHIRR-117] Composable services Tom White 2 Adrian Cole RE: [WHIRR-117] Composable services Tom White 3 Adrian Cole RE: [WHIRR-117] Composable services Adrian Cole 4 Adrian Cole RE: [WHIRR-117]
2017 Jun 05
3
RPC Server is unavailable
>> >> This is my nsswitch file: >> >> >> passwd: files ldap compat winbind >> group: files ldap compat winbind >> shadow: files ldap compat > > Do you have anything that needs to connect via LDAP ? > If you have what it is it ? > I would remove 'ldap' > > 'files' and 'compat' basically
2010 Sep 02
7
[PATCH] libxl: make libxl communicate with xenstored by socket or xenbus driver
Hi, George sent a patch on this problem before, but it was not completed. This patch makes libxl use xenbus to communicate with xenstored if libxl cannot open a socket. There''s a place that does not close fd in the case of failure, which is also fixed in this patch. -----------------------------------------Patch------------------------------------------------------ diff -r eff592364826