Displaying 20 results from an estimated 4000 matches similar to: "SIP V2 Support"
2005 Jun 30
2
Asterisk failover solution
If your phones are setup to connect to the asterisk box by name, then a
smart DNS server can just point phones to the backup box after failure.
However, since asterisk running on the backup box doesn't know about the
phones, this is only half the solution
________________________________
From: Mohamed A. Gombolaty [mailto:mgombolaty@noorgroup.net]
Sent: Thursday, June 30, 2005 8:30 AM
To:
2005 Jun 08
5
Xlite not communicating with Asterisk
Dear All,
I have downloaded the xlite version 2.0 for windows and I made the
following conf in the xlite itself as the document suggested in order to
make it work with Asterisk but still it doesn't work as a matter of fact
when I tried to make a tcp dump I can see no packets going between the
windows client and the Asterisk server at all, here is the my conf on
the xlite itself:
in the
2005 Jun 29
3
UK SIP Provider
Hi,
I'm looking for a reliable provider to use mainly for outgoing calls in the
UK, incoming isn't so much of a worry as I think I'm going to accept them
over ISDN.
Cheers!
Steve
--
Steve Foy
steve@narnian.org
2007 Feb 27
2
RES: asterisk-users Digest, Vol 31, Issue 115
Questions:
Does anyone have a really STABLE asterisk system running about one year
without need to restart the service or the SERVER ?
Does anyone have a production Call Centre saled that don't lockup and is
stable for 6 months ?
I'm asking this questions because we have choose Asterisk for our call
centre solution but, since the bugtracker only grows and people still want
to stuck more
2005 Jun 16
3
SER and Asterisk question
Dear All,
I am trying to make the phones always talk to each other (peer to peer)
using SER as a sip proxy, and incase the call is not answered we will
use the voicemail of asterisk and other feautures, I have done that
already, but in order to do so I found that I have to make the users
dial different exten numbers, here is an example:
user with exten 666 wants to call 999 .
666 dials 1999 and
2005 Jun 02
1
Newbie :Call Forwarding problem
Dear All,
I was trying to enable call forwarding, following the steps of the link
on voip.org regarding this issue it doesn't work and the phone I am
trying to implement on is still ringing. below is my conf in
extensions.conf and the CLI output during the process.
My configuration is :
exten => _*5X.,1,DBput(CF/${CALLERIDNUM}=${EXTEN:2})
exten => _*5X.,2,Hangup
exten =>
2006 Oct 16
0
SV: How do you like TrixBox?
I love TrixBox, with the custom config files you can tweak pretty much with TrixBox too, I have at least done some. Plan to do a plain Asterisk install later, but for now I learn a lot about the config files just with TrixBox. Some things might be a bit harder with TrixBox due to some of the premade dial plans, but can get it to work :-)
_____
Fra: asterisk-users-bounces@lists.digium.com
2017 Apr 25
2
RFC: Improving the performance of ItaniumDemangle
(Again), while trying to improve the performance of lldb, I ran into a
bottleneck with the demangler. This may be specific to my platform -
Ubuntu 16.04, probably using libstdc++, not libc++. It makes extensive use
of std::string and std::vector, and I see memory allocation at the top. I
prototyped a version that uses an arena-style memory allocator (you can
allocate, but you can't ever
2017 Apr 25
4
RFC: Improving the performance of ItaniumDemangle
well, top-of-branch lldb uses this code, that's how I found it. Do you
mean libc++'s demangler?
FYI when I said 14+% (and now it's 17%), I mean the overall performance of
starting lldb, not just the demangler itself. It's probably several times
faster now with this change (https://reviews.llvm.org/D32500)
On Tue, Apr 25, 2017 at 12:19 PM, Vedant Kumar <vsk at apple.com>
2017 Apr 30
1
RFC: Improving the performance of ItaniumDemangle
On Tue, Apr 25, 2017 at 1:37 PM, Asiri Rathnayake <
asiri.rathnayake at gmail.com> wrote:
>
>
> On Tue, Apr 25, 2017 at 8:36 PM, Vedant Kumar via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>>
>> > On Apr 25, 2017, at 12:24 PM, Scott Smith <scott.smith at purestorage.com>
>> wrote:
>> >
>> > well, top-of-branch lldb
2005 May 31
2
Ztdummy usage
Dear All,
I have installed Asterisk everything is OK until I tried to configure
meeting room, configuration was simple enough when I try I get a message
that it's not a valid meeting room, Now I don't have a Zaptel device on
my machine, so I found that you will have to use ztdummy to make a
dummy zaptel device on your machine and this is because of timing
issues.
My question is ztdummy
2004 Aug 11
5
problem with delphi bde app
Hi,
I'm trying to run some old delphi application, which uses BDE to connect
to an access mdb file.
The application displays an error, that it couldn't open the database.
I can run BDEADMIN and I see that database aliases are configured propoerly.
I did some winedebugg'ing and noticed following mesassages
....
...
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
warn:gdi:GDI_GetObjPtr
2017 Apr 25
5
RFC: Improving the performance of ItaniumDemangle
On Tue, Apr 25, 2017 at 8:36 PM, Vedant Kumar via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
> > On Apr 25, 2017, at 12:24 PM, Scott Smith <scott.smith at purestorage.com>
> wrote:
> >
> > well, top-of-branch lldb uses this code, that's how I found it. Do you
> mean libc++'s demangler?
>
> Thanks for explaining, this is the first time
2009 Feb 26
3
[LLVMdev] Garbage collection
On Feb 26, 2:18 pm, Ralf Schneider <li... at gestaltgeber.com> wrote:
> Hello,
>
> 2009/2/26 Talin <viri... at gmail.com>
>
> > The IR-level intrinsics themselves don't much help you *write* a GC, so
> > much as to integrate one with LLVM. What is provided is essentially a
> > mechanism for walking the stack, and a means to insert read/write
> >
2009 Feb 26
0
[LLVMdev] Garbage collection
On 2009-02-26 18:22, Gabor Greif wrote:
> On Feb 26, 2:18 pm, Ralf Schneider <li... at gestaltgeber.com> wrote:
>
>> Hello,
>>
>> 2009/2/26 Talin <viri... at gmail.com>
>>
>>
>>> The IR-level intrinsics themselves don't much help you *write* a GC, so
>>> much as to integrate one with LLVM. What is provided is essentially
2008 Jul 16
6
centralized patch management
Hello,
I have been asked to come up with a strategy for centralized patch
management of our linux servers. Today, this is only centos and rhel.
What is everyone else doing in this arena?
Thanks!
2011 Nov 19
1
Re: Arena Simulation problems in Wine 1.2.3
When I installed Arena 12 cpr 9 with a student license. I saw the error message RsiTPInfo030000.dll RSIXML06000.dll were missing. I installed on windows 7 to compare and had the same error. I tried re-installing/repair, without improvement.
I extracted these two files from the data.cab file. Arena works fine now.
I tried to inform rockwell automation, but they have no support for students. I
2001 Nov 20
3
Running Visio?
Hi,
I tried to run MS Visio in wine, and it breaks while loading the first
file or template. It says
Fehlernr. 1 ist bei der '???'-Operation aufgetreten.
Unerwartetes Dateiende.
which translates into
Fault 1: Unexpected EOF
Going throug the debug output, I noticed file accesses for
warn:file:FILE_DoOpenFile 'd:\visio\system\filter32\emigs9.flt' not found or sharing
2007 Mar 06
3
Is there a quick way to count the number of times each element in a vector appears?
Hi there,
I'm writing a function that calculates the probability of different
outcomes of dice rolls (e.g., the sum of the highest three rolls of
five six-sided dice). I'm using the "combinations" function from the
"gtools" package, which is great: it gives me a matrix with all of the
possible combinations (with repetitions allowed). Now I want to count
the number
2004 Oct 28
5
How to help improving Wine?
Hi,
I really did my best to understand how I can help improving Wine, but I did
not succed.
Well, everything started when I installed a win application on my Debian 3.1,
Wine 2004.07.16 deb (clean install, no dlls).
The application is ALOHA (http://www.epa.gov/ceppo/cameo/aloha.htm)
It's a free application from US-Environment Protection Agency used for
chemical emergency planning (I am an