search for: ntt

Displaying 20 results from an estimated 218 matches for "ntt".

Did you mean: nt
2013 Jan 06
2
PRI (Primary-NTT)
hi folks. i recently setup an Asterisk system in Hong Kong. their phone company told me that their T1 PRI switch type is Primary-NTT. however in chan_dahdi.conf there's no such option. i have it set to national. it worked fine for a while, but now suddenly stop working. in coming call just keep ringing and didn't even show up on console. out going call hang up immediately with cause code 27. (as usual, phone co. just sai...
2019 Sep 11
3
FREEPBX Mailinglist
Hallo, is there a Freepbx mailinglist? or can this be posted here? Best Regards,
2003 Nov 24
1
NTT FSK - Japanese Caller ID
Hi Isamar maybe I think disclose your code to CVS is best and fast :-) mack > > Hi folks, > > I'm trying now to play with fsk_modem.c and callerid.c > to get the Japanese callerid working and I already got to make some > steps.. > I don't know if anybody accomplished that already... but > Since two or more minds think better than one, send private messages >
2008 Nov 25
17
[RFC][PATCH] Kemari v1.0 released
...ers in dom0 set up the backend rings from the state of the shared rings in the guest. Could you please review the code? Any comments are appreciated. We''re also planning to merge with Remus from UBC to propose a better solution for Xen 3.4 together. Thanks, Yoshi -- TAMURA, Yoshiaki NTT Cyber Space Labs OSS Computing Project Kernel Group E-mail: tamura.yoshiaki@lab.ntt.co.jp TEL: +81-46-859-2771 FAX: +81-46-855-1152 Address: 1-1 Hikarinooka, Yokosuka Kanagawa 239-0847 JAPAN _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http...
2008 Sep 11
5
[PATCH] Fix arguments passed to SHADOW_PRINTK
...rs at SHADOW_PRINTK. The following patch will fix the arguments passed to SHADOW_PRINTK in xen/arch/x86/mm/shadow/common.c and xen/arch/x86/mm/shadow/multi.c. Although I haven''t tested, it is the same for xen-unstable.hg Thanks, Yoshi Signed-off-by: Yoshi Tamura <tamura.yoshiaki@lab.ntt.co.jp> diff -r bfd1157dd315 xen/arch/x86/mm/shadow/common.c --- a/xen/arch/x86/mm/shadow/common.c Thu Sep 11 08:06:48 2008 +0900 +++ b/xen/arch/x86/mm/shadow/common.c Thu Sep 11 09:25:28 2008 +0900 @@ -701,7 +701,8 @@ static void _sh_resync(struct vcpu *v, m ASSERT(!sh_page_has_multiple_sh...
2017 Dec 25
2
[PATCH net-next] virtio_net: Add ethtool stats
On 2017/12/25 3:16, Stephen Hemminger wrote: > On Wed, 20 Dec 2017 13:40:37 +0900 > Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp> wrote: > >> + >> +static const struct virtnet_gstats virtnet_gstrings_stats[] = { >> + { "rx_packets", VIRTNET_NETDEV_STAT(rx_packets) }, >> + { "tx_packets", VIRTNET_NETDEV_STAT(tx_packets) }, >> + { "rx_bytes", VIRTNET_N...
2017 Dec 25
2
[PATCH net-next] virtio_net: Add ethtool stats
On 2017/12/25 3:16, Stephen Hemminger wrote: > On Wed, 20 Dec 2017 13:40:37 +0900 > Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp> wrote: > >> + >> +static const struct virtnet_gstats virtnet_gstrings_stats[] = { >> + { "rx_packets", VIRTNET_NETDEV_STAT(rx_packets) }, >> + { "tx_packets", VIRTNET_NETDEV_STAT(tx_packets) }, >> + { "rx_bytes", VIRTNET_N...
2012 Jan 26
1
can't delete files and directories from windows NFS client
...d:0 access: 0x0f .... .1 = allow READ .... 1. = allow LOOKUP ...1 .. = allow MODIFY ..1. .. = allow EXTEND .0.. .. = not allow DELETE 0... .. = not allow EXECUTE -------------------------------------------- -- Kazuyuki Morita k.morita at ntt.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20120126/2080c7f5/attachment.html>
2003 Sep 16
9
OpenSSH heads-up
...are patches: buffer46.patch -- For FreeBSD 4.6-RELEASE and later buffer45.patch -- For FreeBSD 4.5-RELEASE and earlier Currently, I don't believe that this bug is actually exploitable for code execution on FreeBSD, but I reserve the right to be wrong :-) Cheers, -- Jacques Vidrine . NTT/Verio SME . FreeBSD UNIX . Heimdal nectar@celabo.org . jvidrine@verio.net . nectar@freebsd.org . nectar@kth.se -------------- next part -------------- Index: crypto/openssh/buffer.c =================================================================== RCS file: /home/ncvs/src/crypto/openss...
2007 Jan 16
1
J1/INS1500 and the Redirect Number
Hi everyone! I'm wondering if anyone on the list had the opportunity to work with an NTT INS1500 ISDN PRI service before. You see, in Japan, if you receive a call that was just forwarded by another number, the call presentation not only includes the caller (ANI) and your number (DNIS), it will also usually include the forwarding number (REDIRECT). Does anybody know how to extract this...
2003 Jul 09
2
incoming callerid on FXO
Hi my Digium FXO card isn't picking up the callerid I get from the PSTN. I have verified with a deskphone that can display the callerid that the facility works. So, it's definitely the FXO card not picking it up. As I am in Japan, I guess that NTT uses a different method to provide the callerid and so I guess that it is just a matter of configuring the FXO card so that it uses the right method for detection. I seem to remember that I read somewhere that this can be changed but I can't seem to find any reference to that now. Does any...
2018 Jul 25
2
[PATCH net-next 0/6] virtio_net: Add ethtool stat items
On Mon, Jul 23, 2018 at 11:36:03PM +0900, Toshiaki Makita wrote: > From: Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp> > > Add some ethtool stat items useful for performance analysis. > > Signed-off-by: Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp> Series: Acked-by: Michael S. Tsirkin <mst at redhat.com> Patch 1 seems appropriate for stable, even though it's minor. &...
2018 Jul 25
2
[PATCH net-next 0/6] virtio_net: Add ethtool stat items
On Mon, Jul 23, 2018 at 11:36:03PM +0900, Toshiaki Makita wrote: > From: Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp> > > Add some ethtool stat items useful for performance analysis. > > Signed-off-by: Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp> Series: Acked-by: Michael S. Tsirkin <mst at redhat.com> Patch 1 seems appropriate for stable, even though it's minor. &...
2018 Jul 24
3
[PATCH net-next v6 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
...07/24 2:31, Tonghao Zhang wrote: > On Mon, Jul 23, 2018 at 10:20 PM Toshiaki Makita > <toshiaki.makita1 at gmail.com> wrote: >> >> On 18/07/23 (?) 21:43, Tonghao Zhang wrote: >>> On Mon, Jul 23, 2018 at 5:58 PM Toshiaki Makita >>> <makita.toshiaki at lab.ntt.co.jp> wrote: >>>> >>>> On 2018/07/22 3:04, xiangxia.m.yue at gmail.com wrote: >>>>> From: Tonghao Zhang <xiangxia.m.yue at gmail.com> >>>>> >>>>> Factor out generic busy polling logic and will be >>>>> use...
2018 Jul 24
3
[PATCH net-next v6 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
...07/24 2:31, Tonghao Zhang wrote: > On Mon, Jul 23, 2018 at 10:20 PM Toshiaki Makita > <toshiaki.makita1 at gmail.com> wrote: >> >> On 18/07/23 (?) 21:43, Tonghao Zhang wrote: >>> On Mon, Jul 23, 2018 at 5:58 PM Toshiaki Makita >>> <makita.toshiaki at lab.ntt.co.jp> wrote: >>>> >>>> On 2018/07/22 3:04, xiangxia.m.yue at gmail.com wrote: >>>>> From: Tonghao Zhang <xiangxia.m.yue at gmail.com> >>>>> >>>>> Factor out generic busy polling logic and will be >>>>> use...
2007 Oct 23
3
Streaming to Doja devices
Doja devices (NTT Mobile Phones) are very limited in their connectivity capabilities and was wondering if icecast can help me overcome them. The first limitation is that they only support HTTP that as I can see would not be a problem with icecast. The second limitation is that these Doja devices cannot transfer more...
2007 Aug 13
1
[PATCH] i386: modified CONFIG_PHYSICAL_ALIGN
...will be used by default. The follwing patch will fix this problem. With this patch, either CONFIG_RELOCATABLE's option or CONFIG_EMNBEDDED's option is set "Y", you can configure the value of CONFIG_PHYSICAL_ALIGN. Signed-off-by: Yoshimi Ichiyanagi <ichiyanagi.yoshimi@lab.ntt.co.jp> --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index f952493..05c3316 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -880,7 +880,7 @@ config RELOCATABLE kernel. config PHYSICAL_ALIGN - hex "Alignment value to which kernel should be aligned" + he...
2007 Aug 13
1
[PATCH] i386: modified CONFIG_PHYSICAL_ALIGN
...will be used by default. The follwing patch will fix this problem. With this patch, either CONFIG_RELOCATABLE's option or CONFIG_EMNBEDDED's option is set "Y", you can configure the value of CONFIG_PHYSICAL_ALIGN. Signed-off-by: Yoshimi Ichiyanagi <ichiyanagi.yoshimi@lab.ntt.co.jp> --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index f952493..05c3316 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -880,7 +880,7 @@ config RELOCATABLE kernel. config PHYSICAL_ALIGN - hex "Alignment value to which kernel should be aligned" + he...
2013 Dec 19
1
mirror to download dovecot
Halo, Is mirror to get 2.2.9? cannot get dovecot.org, this time out 4 xe-0-1-0-1-3664.r00.saplbr01.br.bb.gin.ntt.net (200.15.0.45) 6.946 ms 7.093 ms 6.899 ms 5 xe-4-1-3.r20.miamfl02.us.bb.gin.ntt.net (129.250.3.217) 118.130 ms 118.111 ms 118.117 ms 6 ae-1.r05.miamfl02.us.bb.gin.ntt.net (129.250.2.185) 118.592 ms 118.735 ms 118.628 ms 7 * * * 8 * * * 9 * * * I use to get from dovecot.ausics...
2003 Mar 31
8
what was that?
What does mean this bizarre msgid? maillog: Mar 31 19:31:15 cu sm-mta[5352]: h2VFVEGS005352: from=<nb@sindbad.ru>, size=1737, class=0, nrcpts=1, msgid=<!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAfp4Fa2ShPE2u4pP/QpPDIMKAAAAQAAAAj+zb4Isbuk+tYEPVF9Vf, proto=ESMTP, daemon=MTA, relay=wg.pu.ru [193.124.85.219] -- Nikolaj I. Potanin, SA http://www.drweb.ru ID