similar to: Asterisk 11 - How to trim the number of modules to minimum ?

Displaying 20 results from an estimated 200 matches similar to: "Asterisk 11 - How to trim the number of modules to minimum ?"

2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
I have built Asterisk 1.4.4 on my Solaris 10 x86 box: LDFLAGS='-R/usr/sfw/lib -R/opt/csw/lib -L/opt/csw/lib -L/usr/sfw/lib' CPPFLAGS=-I/opt/csw/include ./configure -with-curl=/opt/csw --without-oss --without-vpb --prefix=/opt/asterisk-1.4 The build and install go fine but the asterisk executable reproducibly dumps core with a segmentation violation. If I start it as: asterisk -gc and
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
> Message: 1 > Date: Tue, 15 May 2007 23:01:24 -0400 > From: Frank Tarczynski <ftarz at mindspring.com> > Subject: [asterisk-users] Asterisk 1.4.4 reproducibly dumps core on > Solaris 10 > To: asterisk-users at lists.digium.com > Message-ID: <464A7404.5000706 at mindspring.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I have
2004 Dec 26
2
Asterisk behind IX66
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: Steve Beaumont.vcf Type: application/octet-stream Size: 215 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041226/1c213f8a/SteveBeaumont.obj
2023 Aug 17
1
Alternative to Local channel
On Wed, 16 Aug 2023, Federico wrote: > But now I upgraded to Asterisk18 and there is no longer a local channels Are app_originate.so and res_clioriginate.so loaded? -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
Hi, I noticed that asterisk manager interface will only accept the originate commands in sequential order. For example, if I want to ring two extensions through the AMI, and while first extension is ringing, AMI won't execute and ring second extension until first extension has answered the call. Anybody has any ideas as I had the same results even tested with telnet commands to AMI interface.
2023 Aug 17
1
Alternative to Local channel
Yes that are, but how do I use them to execute a part of the dialplan, once, when Asterisk starts up. module show like originate Module Description Use Count Status Support Level app_originate.so Originate call 0 Running core res_clioriginate.so Call origination and
2007 Aug 30
1
How long to detect an "h" exten?
Dear All, How long should it take before a exten => h,1,Hangup() kicks in, versus a exten => s,n,Hangup() I'm just about to test, but thought I'd ask. -- http://www.suretecsystems.com/services/openldap/
2015 May 09
2
No application 'Playtones'
Hello Everyone, We have most of the modules commented out. Can someone please let me know which modules needed to be included for Playtones? Kind Regards, Nick. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150509/15ea3418/attachment.html>
2023 Aug 17
2
Alternative to Local channel
I used to use the local channel to create a global variable (dialplan) [default] exten => s,1,Set(GLOBAL(LSESSION)=${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)}) to that end, I modified cli.conf [startup_commands] originate local/s extension s at default = yes But now I upgraded to Asterisk18 and there is no longer a local channels Does anybody have any idea of a workaround?
2011 Apr 01
1
codec_dahdi find_transcoders: Failed to open /dev/dahdi/transcode
I have asterisk 1.8.2.3 + A102D Sangoma card 2 port T1. when i am starting asterisk i am getting this error on console. func_callerid.so => (Party ID related dialplan functions (Caller-ID, Connected-line, Redirecting)) == Registered application 'PrivacyManager' app_privacy.so => (Require phone number to be entered, if no CallerID sent) == Registered custom function
2019 Dec 22
2
res_rtp_asterisk.so problem with minimal (ish) chan-sip based Asterisk
Hi, For years I've been running a minimal (ish) SIP based Asterisk with the modules based on chan-sip. For various reasons unrelated to Asterisk the machine the latest incarnation of this configuration has been updated to Debian Buster and thus to Asterisk 16. Since this upgrade I have a dependency problem related to res_rtp_asterisk.so. So the old config was: [modules] autoload=no load
2008 Jul 23
1
1.4.21.2: Linking res_crypto causes segmentation fault.
Hi, i tried to compile Asterisk 1.4.21.2 on a server which i have been using with many previous Asterisk versions, without any problems. But with 1.4.21.2 it failed: ---------------------------------- [CC] res_adsi.c -> res_adsi.o [LD] res_adsi.o -> res_adsi.so [CC] res_agi.c -> res_agi.o [LD] res_agi.o -> res_agi.so [CC] res_clioriginate.c -> res_clioriginate.o
2006 Jul 11
3
least square fit with non-negativity constraints for absorption spectra fitting
I would really appreciate it if someone can give suggestions on how to do spectra fitting in R using ordinary least square fitting and non-negativity constraints. The lm() function works well for ordinary least square fitting, but how to specify non-negativity constraints? It wouldn't make sense if the fitting coefficients coming out as negative in absorption spectra deconvolution. Thanks.
2020 Feb 13
0
Help with FUNC_MATH
Is HOUR_SELECTED a floating-point number (e.g. 11.99999999999)? If so, you need to account for that in your comparison. --Don From: asterisk-users [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Dovid Bender Sent: Thursday, February 13, 2020 4:47 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Help with FUNC_MATH Hi, I
2020 Feb 13
1
Help with FUNC_MATH
HOUR_SELECTED is going to be 1-12 On Thu, Feb 13, 2020 at 2:05 PM Don Kelly <dk at donkelly.biz> wrote: > Is HOUR_SELECTED a floating-point number (e.g. 11.99999999999)? If so, you > need to account for that in your comparison. > > > > --Don > > > > > > *From:* asterisk-users [mailto:asterisk-users-bounces at lists.digium.com] *On > Behalf Of
2020 Feb 13
0
Help with FUNC_MATH
Try using the STRFIME function instead of doing this by hand. https://wiki.asterisk.org/wiki/display/AST/Function_STRFTIME *%H* The hour as a decimal number using a 24-hour clock (range 00 to 23). *%I* The hour as a decimal number using a 12-hour clock (range 01 to 12). On Thu, Feb 13, 2020 at 3:49 AM Dovid Bender <dovid at telecurve.com> wrote: > Hi, > > I have some dialplan
2020 Feb 13
0
Help with FUNC_MATH
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 have your users entering via DTMF when they want something to happen? On Thu, Feb 13, 2020 at 11:08 AM Dovid Bender <dovid at telecurve.com> wrote: > John, > > From looking at the wiki won't STRFIME just give me what I need based
2011 Mar 25
3
reload command not availeble asterisk 1.8.x
Hey Guys! I have two asterisk 1.8.3.2 same version on both machine but why one asterisk has "reload" command but other doesn't ? satish-desktop*CLI> core show version Asterisk 1.8.3.2 built by root @ satish-desktop on a x86_64 running Linux on 2011-03-25 16:10:39 UTC satish-desktop*CLI> re <tab><tab> realtime reload shirley*CLI> core show version Asterisk
2020 Feb 13
4
Help with FUNC_MATH
Hi, I have some dialplan code that is trying to convert 12 hour time with AM/PM to 24 hour format. The code has something like this: Exten => 2,1,ExecIf(${MATH(${HOUR_SELECTED}<12)}?Set(HOUR_SELECTED=${MATH(${HOUR_SELECTED}+12,int)})) Earlier on in the dialplan HOUR_SELECTED is set to 12. When they press option 2 they are selecting PM. If the time is from 1PM to 11PM then I want to add 12
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