similar to: Lightweight ODBC DB

Displaying 20 results from an estimated 1000 matches similar to: "Lightweight ODBC DB"

2019 Aug 01
4
Lightweight ODBC DB
Glenn, I can't use MySQL as each node currently has MySQL however there is a lot of data that is stored locally on each box. I may have to take this route if I can't find something else but that would mean syncing all sorts of data that does not need to be synced. On Tue, Jul 30, 2019 at 10:03 PM Glenn Geller (VDOPh) <ggeller at vdo-ph.com> wrote: > Hi Dovid, > >
2020 Jul 08
8
Redis in place of astdb
Hi, Does anyone know of any projects that would allow you to use Redis in place of AstDB? By in place of I don't mean for what Asterisk needs but to store values. For instance for CNAM currently we need to use an AGI to connect to redis to pull CNAM. So in place of: Set(CALLERID(name)=${DB(CNAM/${CALLERID(num)})} it would be done with redis for example:
2016 Oct 14
2
Asterisk use with verizon hotspot
Changing your port should fix all your worries. On Fri, Oct 14, 2016 at 11:00 AM, Greg Woods <greg at gregandeva.net> wrote: > > > On Fri, Oct 14, 2016 at 7:55 AM, Jerry Geis <geisj at pagestation.com> wrote: > >> Apparently Verizon is blocking or changing packets on port 5060 so my >> softphone from my hotspot will not work. >> > > Sounds like you
2020 Jul 03
2
Exceptionally long queue length queuing
On Mon, Jun 29, 2020 at 6:46 AM Joshua C. Colp <jcolp at sangoma.com> wrote: > On Sun, Jun 28, 2020 at 2:26 PM Dovid Bender <dovid at telecurve.com> wrote: > >> Hi, >> >> We have a box up and we are starting to see a lot of "Exceptionally long >> queue length queuing" in the logs. From all the research so far it seems >> like this leads to
2020 Oct 27
2
Expert to work on load issue
Jon, We are only using FastAgi. On the second system (running Asterisk 16) there are no agi's running (just some bash scripts on call hangup). I did add some hackey code (netstat -nua | grep -v 'udp 0 0' | grep -v udp6 | grep -v ' 0 0.0.0.0' | grep udp) to my bash script to check out the packet queue (with the help of
2016 Mar 31
2
Lost outgoing SIP packets
Hi Roel Just guessing: do you have conntrack enabled? If not, "modprobe nf_conntrack_netlink" (you can remove it and its dependencies later) What are the outputs of sysctl net.netfilter.nf_conntrack_count and sysctl net.netfilter.nf_conntrack_max when the problem shows up? cheers Ethy On Thu, 31 Mar 2016 12:17:12 +0000 "Dovid Bender" <dovid at telecurve.com>
2020 Feb 13
2
Help with FUNC_MATH
John, That is correct. I am trying to figure out why Asterisk is executing the set part of the execif, if it's coming back as false. On Thu, Feb 13, 2020 at 2:10 PM John Kiniston <johnkiniston at gmail.com> wrote: > My Apologies Dovid, I think I misunderstood your request. > > You don't have the time you need to convert in the format of date string, > Instead you
2018 Jun 27
2
Asterisk crashing on AAAA lookup
On Tue, Jun 26, 2018 at 7:59 PM, Richard Mudgett <rmudgett at digium.com> wrote: > > > On Tue, Jun 26, 2018 at 6:15 PM, Dovid Bender <dovid at telecurve.com> wrote: > >> I have Asterisk running on a Ubuntu 18.0.4 on Digital Ocean. Every so >> often asterisk crashes and then restarts. I am not seeing any core dumps on >> the box. The only I thing I see
2016 Mar 31
4
Lost outgoing SIP packets
Dovid Bender writes: > The tcpdump that you are running is on the Asterisk box or via port > mirroring? It's on the asterisk box itself. I've already replaced the network card - no change. Thanks, Roel > Regards, > > Dovid > > -----Original Message----- > From: Roel van Meer <roel at 1afa.com> > Sender: asterisk-users-bounces at
2020 Apr 13
1
Multiple real times for same object
On Mon, Apr 13, 2020 at 10:45 AM Joshua C. Colp <jcolp at sangoma.com> wrote: > On Mon, Apr 13, 2020 at 11:38 AM Dovid Bender <dovid at telecurve.com> wrote: > >> Josh, >> >> What should Asterisk do if one of the real time methods fail? I have in >> extconfig.conf >> musiconhold => curl,http://localhost/moh.php,1 >> musiconhold =>
2017 Dec 27
3
Answered time on channel
It seems that what ever I set in my answer handler does not show up in the hangup handler. In order to do billing I can't rely on the g option where the caller hangs up the call. Looks like I can either use h or a hangup handler along with the shared function. On Tue, Dec 26, 2017 at 4:40 PM, Eric Wieling <ewieling at nyigc.com> wrote: > Don't use an 'h' extension, use
2020 Feb 13
2
Help with FUNC_MATH
John, >From looking at the wiki won't STRFIME just give me what I need based on the unix time that I put in? What I am actually looking to do is convert over from 12 hour format to 24 (unless strftime does just that and I don't kow what am I am doing?). On Thu, Feb 13, 2020 at 12:03 PM John Kiniston <johnkiniston at gmail.com> wrote: > Try using the STRFIME function
2019 Dec 29
2
Multiple real times for same object
Hi, Is there any way in Asterisk to have multiple forms of real time for the same object? For instance my main source for real time is MySQL. I want a fail over that if a mailbox is say not in the MySQL database for Asterisk to try via curl. TIA. Dovid -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Jun 28
2
Exceptionally long queue length queuing
Hi, We have a box up and we are starting to see a lot of "Exceptionally long queue length queuing" in the logs. From all the research so far it seems like this leads to their systems crashing and being unreachable. In our case the box remains up and takes calls. We are running Asterisk 16.6.1. We are using MusicOnHold to play online music streams via ffmpeg. Any idea on how to
2020 Apr 13
2
Multiple real times for same object
Josh, What should Asterisk do if one of the real time methods fail? I have in extconfig.conf musiconhold => curl,http://localhost/moh.php,1 musiconhold => mysql,db-east,asterisk_moh,2 If the first server sends back a 404 it does not go to the second connection. Shouldn't a 404 be considered a failure and it should then move over to the next rt engine? On Thu, Jan 2, 2020 at 7:06 AM
2016 Oct 13
2
Openfile Issue
[root at abc asterisk]# lsof -u 50771 | wc -l 0 BTW, I'm using CentOS 6.5 > > Date: Thu, 13 Oct 2016 10:20:19 -0400 >> From: Dovid Bender <dovid at telecurve.com> >> To: Asterisk Users Mailing List - Non-Commercial Discussion >> <asterisk-users at lists.digium.com> >> Subject: Re: [asterisk-users] Openfile Issue >> Message-ID:
2018 Jun 26
2
Asterisk crashing on AAAA lookup
I have Asterisk running on a Ubuntu 18.0.4 on Digital Ocean. Every so often asterisk crashes and then restarts. I am not seeing any core dumps on the box. The only I thing I see every time is a second before Asterisk crashes there is a AAAA lookup for the boxes hostname. As soon as it gets the response I see that asterisk is restarting. Any idea what would cause this and how would get a dump or
2019 Apr 19
2
Forking AGI or GoSub
In PHP something like: $pid = pcntl_fork(); if ($pid != 0) { // we are the parent // do parent stuff exit; } // we are the child, detatch from terminal $sid = posix_setsid(); if ($sid < 0) { die; } // do child stuff On 04/19/2019 02:00 PM, Mark Wiater wrote: > On 4/19/2019 1:49 PM, Dovid Bender wrote: >> Mark, >> >> I am using PHP agi and when forking
2020 Mar 19
1
Max calls per box
Hi, We have a requirement to build a cluster that can handle 30k calls. The system is going to play one of 15,000 sound files. In the past we had no issue with Asterisk doing a few hundred calls. When we went above that Asterisk melted (this is going back quite a few years). FreeSwitch ended up doing the trick. Does anyone have experience with recent versions of Asterisk and if it's capable
2020 Feb 16
2
TDM cards
Hi, It's been forever since I dealt with POTS lines. We have a client that needs FXS and FXO support. If memory serves correct we used the TDM400P with fxs_gs/fxo_gs. What's the equivalent of that card today? TIA. Dovid -------------- next part -------------- An HTML attachment was scrubbed... URL: