Displaying 20 results from an estimated 2000 matches similar to: "Please share the experience on VoIP phones heavy using."
2005 Feb 16
3
IAX2: Connection rejected
Hi there,
I am having a problem. It looks like this:
Feb 16 15:01:10 WARNING[11122]: chan_iax2.c:5546 socket_read: Call
rejected by XXX.XXX.XXX.XXX: No authority found
Feb 16 15:01:10 NOTICE[11122]: chan_iax2.c:1375 iax2_destroy: Avoiding
IAX destroy deadlock
-- Hungup 'IAX2/user/1'
Even I have entry in iax.conf for this user as a friend, and * server of
this user is already
2004 Nov 28
17
Wiki down?
Hi All,
The wiki seems to be struggling this evening. Anyone else seeing this?
Michael
--
Michael Graves mgraves@pixelpower.com
Sr. Product Specialist www.pixelpower.com
Pixel Power Inc. mgraves@mstvp.com
o713-861-4005
o800-905-6412
c713-201-1262
2005 Feb 01
1
Is Bell HDSL in Ontario good solution for VOIP?
Hi,
Have you tried it?
Any comments would be greatly appreciated.
I can have it at C$200, is that a good price?
Thanks a lot.
robert
2005 Feb 09
4
G.729 codec for X-lite soft phone
Hello all,
Is X-lite soft phone support G.729 ? I actually use it but there is no
G.729 support. Anyone know where to have it?
Regards.
Daniel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050209/8cdbeeec/attachment.htm
2005 Feb 19
2
I have a odd question...
Hi all.
I am going to do a simple "voting application" for a radiostation.
The idea is to have listeners call in to vote on songs.
What I want to do is to take a phonenumer for each song and present the
result on a simple webpage.
Eg.
To vote on song number one, call 555-1111
To vote on song number two, call 555-2222 etc etc.
When the listener calls in, a playback tells him:
2005 Feb 04
3
Server Criteria
I've been doing a lot of background reading/searching of this list,
voip-info.org, and Google, looking to define a good candidate for a
server platform. I'm very interested in thoughts from others! So here
goes...
Axiom 1: if you are not doing doing much transcoding (converting
between codecs), the bottleneck for supporting high volumes of
simultaneous calls is system bus speed,
2005 Feb 10
0
Please share the experience on VoIP phones heavyusing.
Hi,
cisco's phones are VoIP only
polycom build (video-) conferencing devices.
One Cisco model (7930 I thnk) is a polycom in disguise.
The code is not 'cisco-like' (at least the version I had.
Both brands make very good quality equipments.
Good sound, good support, ...
Regards,
Shaoul Jacobson
VoIP Consultant
Tellink
Tel : +32 3 201 96 36
Fax : +32 3 227 09 81
e-mail
2014 Nov 17
2
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
+nlewycky
On Mon, Nov 17, 2014 at 9:36 AM, Volodymyr Kuznetsov <vova.kuznetsov at epfl.ch
> wrote:
> Hi Kostya,
>
> On Sat, Nov 15, 2014 at 1:53 PM, Volodymyr Kuznetsov <
> vova.kuznetsov at epfl.ch> wrote:
> > Do you think moving the pass to lib/Transform/Instrumentation but
> > scheduling it during code generation would make sense ? If so, we'll
>
2014 Nov 15
3
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
Hi Kostya,
>On Wed, Nov 12, 2014 at 2:50 AM, Volodymyr Kuznetsov <vova.kuznetsov at epfl.ch
>> wrote:
>
>> Dear LLVM developers,
>>
>> We've applied the feedback we received on Phabricator on the SafeStack
>> patches,
>>
>
>Did you investigate the possibility of moving the transformation from
>codegen to the LLVM level, i.e. the same level
2017 Feb 09
2
[PATCH 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
On Thu, Feb 9, 2017 at 12:45 PM, KY Srinivasan <kys at microsoft.com> wrote:
>
>
>> -----Original Message-----
>> From: Thomas Gleixner [mailto:tglx at linutronix.de]
>> Sent: Thursday, February 9, 2017 9:08 AM
>> To: Vitaly Kuznetsov <vkuznets at redhat.com>
>> Cc: x86 at kernel.org; Andy Lutomirski <luto at amacapital.net>; Ingo Molnar
2017 Feb 09
2
[PATCH 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
On Thu, Feb 9, 2017 at 12:45 PM, KY Srinivasan <kys at microsoft.com> wrote:
>
>
>> -----Original Message-----
>> From: Thomas Gleixner [mailto:tglx at linutronix.de]
>> Sent: Thursday, February 9, 2017 9:08 AM
>> To: Vitaly Kuznetsov <vkuznets at redhat.com>
>> Cc: x86 at kernel.org; Andy Lutomirski <luto at amacapital.net>; Ingo Molnar
2003 Jan 30
2
WINS question
Hello
Have a trouble.
I have mashine with two interfaces.
Samba running at both with the same name of computer.
In wins-servers wins.dat i see next string:
"GRAND#20" 1044171787 192.168.1.1 192.168.2.1 46R
It's ok.
But for ALL mashines in any interfaces with any IP (192.168.1.X or 192.168.2.X)
returned first IP in list:
------------------
[2003/01/30 11:03:21, 3]
2017 Feb 09
6
[PATCH 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
On Thu, 9 Feb 2017, Vitaly Kuznetsov wrote:
> +#ifdef CONFIG_HYPERV_TSCPAGE
> +static notrace u64 vread_hvclock(int *mode)
> +{
> + const struct ms_hyperv_tsc_page *tsc_pg =
> + (const struct ms_hyperv_tsc_page *)&hvclock_page;
> + u64 sequence, scale, offset, current_tick, cur_tsc;
> +
> + while (1) {
> + sequence = READ_ONCE(tsc_pg->tsc_sequence);
> + if
2017 Feb 09
6
[PATCH 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
On Thu, 9 Feb 2017, Vitaly Kuznetsov wrote:
> +#ifdef CONFIG_HYPERV_TSCPAGE
> +static notrace u64 vread_hvclock(int *mode)
> +{
> + const struct ms_hyperv_tsc_page *tsc_pg =
> + (const struct ms_hyperv_tsc_page *)&hvclock_page;
> + u64 sequence, scale, offset, current_tick, cur_tsc;
> +
> + while (1) {
> + sequence = READ_ONCE(tsc_pg->tsc_sequence);
> + if
2018 Oct 04
5
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
Marcelo Tosatti <mtosatti at redhat.com> writes:
> On Wed, Oct 03, 2018 at 11:22:58AM +0200, Vitaly Kuznetsov wrote:
>>
>> There is a very long history of different (hardware) issues Marcelo was
>> fighting with and the current code is the survived Frankenstein.
>
> Right, the code has to handle different TSC modes.
>
>> E.g. it
>> is very, very
2018 Oct 04
5
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
Marcelo Tosatti <mtosatti at redhat.com> writes:
> On Wed, Oct 03, 2018 at 11:22:58AM +0200, Vitaly Kuznetsov wrote:
>>
>> There is a very long history of different (hardware) issues Marcelo was
>> fighting with and the current code is the survived Frankenstein.
>
> Right, the code has to handle different TSC modes.
>
>> E.g. it
>> is very, very
2006 Feb 25
1
Safari File upload problem
Hello!
I found your post to the rubyonrails.org about Safari File upload problem
Did you able to solve this issue?
> Has anyone else had problems uploading files with safari?
>
> Excerpt from my .rhtml:
>
> <form action="/photo/create?item_id=<%= @item.id %>"
> method="post" enctype="multipart/form-data">
>
2018 Oct 03
2
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
Andy Lutomirski <luto at amacapital.net> writes:
>> On Oct 3, 2018, at 2:22 AM, Vitaly Kuznetsov <vkuznets at redhat.com> wrote:
>>
>> Andy Lutomirski <luto at kernel.org> writes:
>>
>>> Hi Vitaly, Paolo, Radim, etc.,
>>>
>> The notification you're talking about exists, it is called
>> Reenligntenment, see 0092e4346f49
2018 Oct 03
2
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
Andy Lutomirski <luto at amacapital.net> writes:
>> On Oct 3, 2018, at 2:22 AM, Vitaly Kuznetsov <vkuznets at redhat.com> wrote:
>>
>> Andy Lutomirski <luto at kernel.org> writes:
>>
>>> Hi Vitaly, Paolo, Radim, etc.,
>>>
>> The notification you're talking about exists, it is called
>> Reenligntenment, see 0092e4346f49
2017 Feb 17
1
[PATCH v2 0/3] x86/vdso: Add Hyper-V TSC page clocksource support
Thomas Gleixner <tglx at linutronix.de> writes:
> On Wed, 15 Feb 2017, Vitaly Kuznetsov wrote:
>> Actually, we already have an implementation of TSC page update in KVM
>> (see arch/x86/kvm/hyperv.c, kvm_hv_setup_tsc_page()) and the update does
>> the following:
>>
>> 0) stash seq into seq_prev
>> 1) seq = 0 making all reads from the page invalid