similar to: voiceone?

Displaying 20 results from an estimated 11000 matches similar to: "voiceone?"

2006 Oct 25
5
VoiceOne 0.4.0 released: a new web-based and open source GUI
Hi all! We've released VoiceOne 0.4.0, a web-based and open source solution which allows to fully manage an Asterisk service hosted on a LAMP server. We focused on an charming and overall user-friendly interface. Thanks to the authentication based on roles, once configured by a super user, the PBX may be easily maintained even by an Asterisk unskilled users. From a technical point of
2004 Mar 21
5
PRI issues with TE410P
Hi, I am having some problems mentioned below, the box is in production live environment with traffic around 30 - 100 calls. I am running T/E410P in a Dual P4 xeon with HT disabled. I am using zaptel 0.9.0 and asterisk stable 1 release. There is no gui, just mysql, perl (small script) and asterisk. System runs very smoothly if the calls are around 40-50 and comes one by one , however sometimes
2007 Aug 15
4
GUI for Asterisk realtime
Are there any nice GUIs out there for Asterisk Realtime? Google doesn't yield much. I spent a day trying to get VoiceOne to work without much success. Thanks, Mike Clark
2007 Jun 26
1
CDR Records "s" as dst
I am using VoiceOne http://voiceone.it/ as my management interface. I am not 100% sure when it started, but my CDR is now full of "s" as the DST instead of the actual dialed number. As I understand it - it is because it is being recorded in the CDR while in a macro (as below). Is there any work around so that I can record the actual dialed number? [macro-dialout] exten =
2007 Sep 22
2
error messages related to mysql in asterisk CLI
hi there :) i get this error in the asterisk CLI: Sep 21 20:31:49 ERROR[3774]: cdr_addon_mysql.c:159 mysql_log: cdr_mysql: Unknown connection error: (2006) MySQL server has gone away when I run 'cdr mysql status' i get: Connected to voiceone at localhost, port 3306 using table cdr for 18 minutes, 24 seconds. Wrote 8 records since last restart and 1 records since last reconnect. I
2003 Aug 17
4
Working configuration for 5.1 and VMware 3 or 2?
Hello is there something wrong with the mail archive search scripts? I always seem to get 'list unavailable' :-( Anyway - 5_1 on Dell Latitude C640. the vmware3 port installs but the paths are a little odd - isoimages, licences are looked for in /usr/lib/vmware rather than /usr/local/lib.... I installed (w2k) a guest and it is fine but I cannot get networking host-only or bridge modes
2019 May 14
2
weakforced and GeoIP lookups
Hi Tobi, it should just work, but depends on the OS version. ./configure ?help tells you all the configure options, including: --with-maxminddb-includedir path to maxminddb include directory [default=auto] --with-maxminddb-libdir path to maxminddb library directory [default=auto] Neil > On 14 May 2019, at 17:44, Tobi via dovecot <dovecot at dovecot.org>
2006 Jan 24
4
which gui for asterisk on web
Hi there, I want to use asterisk for sip comminication with max 1000 users Which gui shuld i use for adding users and managing asterisk? I tried AMPortal, it added extensions to mysql but asterisk did not find users i added ? installed asterisk 1.2.2 on FC4 Toygun
2019 May 14
2
weakforced and GeoIP lookups
Hi Tobi, This looks like you haven?t included the libmaxmind libraries before running configure. GeoIP support is only compiled in if it finds the right libs. This would be libmaxminddb-dev on Ubuntu for example. Neil >> Hi list >> >> hope it's okay to ask weakforced questions here as well, but I could not >> find a dedicated mailinglist for wforce. >>
2018 Feb 24
6
Really slow IMAP performance
Aki Tuomi <aki.tuomi at dovecot.fi> writes: >> On 24 February 2018 at 15:47 Neil Jerram <neil at ossau.homelinux.net> wrote: [...] >> > Feb 24 10:24:24 arudy dovecot[1712]: imap(neil): Warning: >> > Transaction log file >> > /home/neil/dovecot-mail/.imap/INBOX/dovecot.index.log was locked >> > for 98 seconds (Mailbox was synchronized) [...]
2018 Feb 24
2
Really slow IMAP performance
Aki Tuomi <aki.tuomi at dovecot.fi> writes: > On 24 February 2018 at 12:45 Neil Jerram < neil at ossau.homelinux.net> wrote: > > Please could you help me to understand and fix why my dovecot IMAP > performance is so bad? I've read through a lot of the > performance-related material on the website, but I don't think that any > of it could account for
2014 May 12
2
[PATCH] isohybrid: fix overflow on 32 bit system
On 2014?05?12? 10:49, H. Peter Anvin wrote: > On 05/11/2014 06:56 PM, Kai Kang wrote: >> When call isohybrid with option '-u', it overflows on a 32 bits host. It >> seeks to 512 bytes before the end of the image to install gpt header. If >> the size of image is larger than LONG_MAX, it overflows fseek() and >> cause error: >> >> isohybrid:
2020 Jan 22
2
Inlining + CSE + restrict pointers == funtimes
Ok I think we have some common ground - CSE should choose the aliased pointer over the non-aliased one because we don't want the no-aliasing information to creep outwards from the inlined callsite. I'll put together a patch in the coming days and add y'all as reviewers so you get visibility. Cheers, -Neil. On Wed, Jan 22, 2020 at 4:47 PM Jeroen Dobbelaere < Jeroen.Dobbelaere at
2007 Aug 31
0
WARNING[26091]: chan_sip.c:9835 handle_response_register: Got 200 OK on REGISTER that isn't a register
hi ppl, i get this error in my asterisk CLI: Aug 31 02:45:31 WARNING[26091]: chan_sip.c:9835 handle_response_register: Got 200 OK on REGISTER that isn't a register Aug 31 10:22:24 WARNING[26091]: chan_sip.c:9835 handle_response_register: Got 200 OK on REGISTER that isn't a register I guess it is related to my problem i have with one of my voip providers: i'm using asterisk 1.2
2016 Apr 04
2
RFC: Constant folding math functions for long double
Hi Neil, I admit that at this point I haven't considered the implications of the license MPFR is under, and at the moment I'm sticking my head in the sand until and unless we want to go down this path. My expectation is that we would use their exposed API - so we'd #include <mpfr.h> and use functions from there, linking against -lmpfr and -lgmp. I admit that this option would
2014 May 13
2
[PATCH] isohybrid: fix overflow on 32 bit system
On 2014?05?12? 22:38, H. Peter Anvin wrote: > That is because it needs to use fseeko() and use off_t. Do you mean it does need a patch for isohybrid.c. And the patch looks like: #if _FILE_OFFSET_BITS == 64 fseeko(...) #else fseek(...) Regards, Kai > > On May 11, 2014 11:53:17 PM PDT, Kang Kai <Kai.Kang at windriver.com> wrote: >> On 2014?05?12? 10:49, H. Peter
2006 Sep 05
1
Quotas with MySQL
Hello, I've had a look through past messages and I think this has been brought up but I'm not sure what the outcome of it was. I'm trying to use quotas with a MySQL dict backend. I am using Dovecot version 1.0.rc6-1 from the Debian Testing package on a x86 machine. My dovecot.conf file has the following entries which I took from the Wiki: dict { quotadict =
2016 Apr 11
1
R not responding (must force quit) when saving graphic to PDF (bug?)
Dear Wolfgang, Thanks for your response. No, I haven't tried doing the complete reinstallation as you suggest. If I recall correctly, this has happened on previous occasions but like I said in my email it's not all that disruptive to my workflow. It's more like a 'first world problem'. I was encouraged to submit the query because I had correspondence with someone involved
2019 May 22
1
weakforced: Possible to access the ip address of report/allow?
Hi Neil thanks for the hint with the dovecot config, adding this and I can see that > ... attrs={local_ip="XX.XX.XX.XX"} ... is now logged by wforce daemon. Then I tried to access that value from wforce with the following testcode > if (#lt.attrs > 0) > then > return 7, "ip_local", "ip_local", { test=test } > end but even if attrs are set
2003 Jan 15
1
S-Plus compatability...
Dear all, I was wondering if someone could point me in the right direction to solve a problem I've encountered. I have a set of S-plus scripts which call an external program to analyse the data (the external program is called Genehunter and is used for genetic analysis). There are a six scripts in total, five of which are called from the main script. I made a few changes like changing