Displaying 7 results from an estimated 7 matches for "perpose".
Did you mean:
expose
2011 Apr 01
2
BRI detection
Hi,
I need to configure BRI 4span card in dubai in vicidialnow for dialer
perpose. in that i have small confusion which is NT an TE mode . that was i
am setting perfectly but dubai telco what they are use for this i dont know
which parameters are use for that . please help me.
--
Best Regards,
Mahesh Katta
*BUZZ**WORKS* Business Services Private Limited
BANGALORE | CHENNAI |...
2008 Sep 02
9
Can we disable secondary_bus_reset in runtime?
I think we need this feature at least for debugging purpose, right?
Or, do we already have this feature?
Thanks,
Neo
--
I would remember that if researchers were not ambitious
probably today we haven''t the technology we are using!
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
1999 Oct 15
1
samba shared client lib needs LGPL
I have repackaged the client support functionality in samba to support
applications requiring access to smb servers. It is a shared library
built using automake & libtool. It builds samba's smbclient utility
linked against the shared library for test.
The perpose is to use in gnome virtual filesystem. It is currently used
statically linked into midnight commander when configure'd --with-samba.
The code is unmodified, only repackaged. This message is posted because
it needs LGPL to legally use it. location:
wget http://members.home.com/wroberts1/lib...
2008 Jul 10
1
TX tcp checksum errors with Xen GPLPV 0.9.9 Drivers (xen 3.2.1 and windows Server x86 2003 R2)
...y the eye
no packet without checksum error. the relative acknowledge numer is in all
transmitted packets ''0''.
While using the regular realtek NIC driver in xen i got a TX and RX
performance from about 85Mbit/s witch is acceptable for a 100MBit/s NIC
emulation, but not for the perpose i want to use (Gbit)
I also tried to sniff in the domU itself, but the M$ monitor tool seems
just not to see the NIC. didn''t try winpcap/wireshark yet.
Any thoughts, experiences solutions?
Many thanks in advance
please while reply-ing, reply directly to my email adres too please
Reg...
2003 Mar 11
0
"Failed to create stdout file decriptor" while adding a printer
Hi List,
I receive to above message in my logfile when I try to add a printer.
My addprinter.sh script contains this and has root:root, 0755 rights
echo "Add: $1 $2 $3 $4 $5" >> /tmp/addprinter
(just for debugging perpose..., it's never been called at all)
The important part of [global] contains:
load priners = yes
printing = lprng
printer admin = ries, @ntadmin
show add printer wizard = yes
addprinter command = /etc/samba/scripts/addprinter.sh
admin user = ries
I login as user Ries, and I can see from the lo...
2007 Oct 30
1
G.729 transcoder beetween asterisk to avaya
...h E1 back 2 back now i have on asterisk side G.711 codec and Avaya also useing G.711 codec everything fine.
I need G.729 on my asterisk side. can i have lots of SIP phone on my lan and issue is i have 2 to 3 building so problem is LAN is congested thats why i need G.729 Now testing perpose i have download Free G.729 codec from digium and install on asterisk and configure SIP device to use codec G.729 now when i make call from asterisk to avaya i got this error message
I have also done entry in sip.config
allow=g729
PBX>
-- Executing [1648 at from-avaya:1] Dial("SIP/5...
2000 May 10
0
patche for samba-2.0.7/source/smbd/conn.c
...#39;jump around the
cache' behavior. So, instead, I made 'array of pointer' with
128 pointers.
( I didn't change structure of `connection_struct', so they still
contains next/prev pointers. It might be true that we no longer
need it, or we can use it for another perpose ... like managing
snum in some way better then simple search ).
3) I made entire "global" variable to single structure.
do
% patch -p0 < [The patch below]
and you'll get patched conn.c.
best regards,
----
Kenichi Okuyama@Tokyo Research Lab. IBM-Japan.Co.
---- Patch starts...