search for: pekepbx

Displaying 10 results from an estimated 10 matches for "pekepbx".

2020 Jul 08
3
Redis in place of astdb
...:42 -0700 John Kiniston <johnkiniston at gmail.com> escribió: > Dovid, You could use func_odb + a ODBC Redis driver to keep from having to > shell out. > > DO you know odbc redis drivers? It would be nice to store cdrs ans other stuff in redis without patching asterisk -- PekePBX, the multitenant PBX solution https://pekepbx.com
2020 Oct 27
2
Expert to work on load issue
...I wrote the simple bash script below to show me total > > calls and CPU usage of Asterisk > > #! /bin/bash > > > > > > Did you try FastAGI? Asterisk doesn't handle spawning many processes very > well. > It's a bottleneck. > > > > > -- > PekePBX, the multitenant PBX solution > https://pekepbx.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20201027/f61c403a/attachment.html>
2020 Oct 27
2
Expert to work on load issue
Hi, Sorry in advance that I am emailing the users list and not the biz list I think I will find my target audience here. We are looking to hire a consultant to help us figure out an issue. We are having what seems are "random load" issues with bare metal boxes that are dedicated to Asterisk and a few Perl AGI's. We went after all the usual suspects (CPU IDLE, memory usage etc.). I
2020 Jun 09
0
Advanced Codec Negotiation: Need info and uses cases
...would be 2a/c based on a transcoding on/off configuration option. In your explanation transcoding is not done if you filter by the allowed codecs of both + alice's INVITE. It could be possible to receive a 488 and without retry we lose any transcoding capability. right? cheers, Jon -- PekePBX, the multitenant PBX solution https://pekepbx.com
2020 Oct 27
0
Expert to work on load issue
...er all the usual suspects (CPU IDLE, > memory usage etc.). I wrote the simple bash script below to show me total > calls and CPU usage of Asterisk > #! /bin/bash > > Did you try FastAGI? Asterisk doesn't handle spawning many processes very well. It's a bottleneck. -- PekePBX, the multitenant PBX solution https://pekepbx.com
2023 May 30
0
Can't stop Mixmonitor
...pp_mixmonitor.c datastore = ast_channel_datastore_find(chan, &mixmonitor_ds_info, S_OR(args.mixmonid, NULL)); if (!datastore) { ... return -1 I know the error comes from that !datastore but I do not know how to follow and dig into the problem. any help? cheers, Jon -- PekePBX, the multitenant PBX solution https://pekepbx.com
2023 Nov 13
0
Enterqueue event not generated when cfu internal
...before calling the queue), the ENTERQUEUE event is not generated in the queue_log For calls from the pstn the event exists. Both type of calls (incoming and internal) call the same Gosub to call the queue. I don't get it why the events should be different. any hints? thank you. -- PekePBX, the multitenant PBX solution https://pekepbx.com
2020 Oct 29
0
Expert to work on load issue
...gt;> > calls and CPU usage of Asterisk >> > #! /bin/bash >> > >> > >> >> Did you try FastAGI? Asterisk doesn't handle spawning many processes very >> well. >> It's a bottleneck. >> >> >> >> >> -- >> PekePBX, the multitenant PBX solution >> https://pekepbx.com >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20201029/0ad5fa49/attachment.html>
2020 Jun 05
2
Advanced Codec Negotiation: Need info and uses cases
Greetings All, We've been working hard on new codec negotiation stuff for Asterisk 18 and we've got some stuff to run by you. It's a lot so please read carefully. To give you some idea of just how difficult a job this is, a simple call from Alice to Bob currently causes 8 attempts to reconcile codecs between them in app_dial, chan_pjsip, res_pjsip_session and res_pjsip_sdp_rtp. If
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: