similar to: Cannot "dialplan reload". Explain module loading

Displaying 20 results from an estimated 50000 matches similar to: "Cannot "dialplan reload". Explain module loading"

2020 Apr 27
1
Reload dialplan from bash in strict mode
Hi All, I hope someone can give me a hint. We try to reload the asterisk dialplan config using ansible command module. Using this we just trigger asterisk -rx "dialplan reload" Now we want ansibe to fail if there is something wrong in the dialplan. If we put a bad config in extensions.conf dialplan reload prints some warning in Asterisk console but the command "asterisk
2010 Mar 02
1
dialplan reload: not working with large dialplans
There is a problem that bothered me for a long time: Since one of the 1.6.0.x patch releases up until 1.6.2.5 a "dialplan reload" works only once with a bigger dialplan. If I issue "dialplan reload" again, it won't do anything. After doing so the cli won't show responses to any commands anymore. So if I have to do another change to the dialplan, I have to stop/start
2013 Apr 23
1
Dialplan reload not reloading everything
Good morning, We recently fell back to the most recent build of asterisk 1.8 down from 11.3 and I believe we've crossed some sort of limit for 1.8. Our dialplan is 515723 entries long with 6263 distinct contexts. Both are loaded realtime via odbc (mysql). Previously at the end of a dialplan reload we would get a summary of how long it took to reload everything. Now it just shows the last line
2018 Jul 28
2
dialplan reload not showing debug info even with debug on (ast 15.5)
I've not needed to do a dialplan reload for a while, so I don't know exactly which version is stopped working, but on 15.5, I'm not seeing ANY debug info at any debug level. So I'm not really sure how to find mistakes in the dialplan. This is all I get... how do I enable this debug mode to see the previous behaviour? Thanks asterisk -rvvvvvddddd (enters console) dialplan reload
2010 Jun 24
2
dialplan reload 1.4.33
When I execute a dialplan reload I am getting color commands (that I never got before) with the echoed "Dialplan reloaded." The "sip reload" works as it always has with no color codes echoed. Its not detrimental just messes up my screen some. jerry
2014 Oct 28
1
dialplan reload context
Hello, is it possible to reload just a context in stead of the whole dialplan ? I see this on the tracker : https://issues.asterisk.org/jira/browse/ASTERISK-19934 But is it possible in some Asterisk version ? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Jul 22
1
Fwd: blf problems after dialplan reload
Hi Guys we have a system that uses a lot of custom hints based on the extension the extensions use the format of ext-system for example 200-pbx01 when starting asterisk the "core show hints" show the correct hints and blf works as expected in the extensions.conf we have _.,hint,Custom:${exten} when running dialplan reload all the hints lose the dashes (-) they become 200pbx01 of course
2010 Jul 12
1
My own FreePBX FollowME module - Stuck at Reload - Anyone else had experience with this?
Hi Everyone, I have done some php coding to come up with my own FollowME module for FreePBX. The need for this has some security considerations behind it. This is what my code does at core: $sql="REPLACE INTO findmefollow(grpnum, strategy, grptime, grppre, grplist, annmsg_id,postdest, dring, needsconf, remotealert_id, toolate_id, ringing, pre_ring) VALUES
2009 Dec 04
1
Get Queue values from dialplan (Was: queue_variables() function)
2009/12/4 Olivier <oza-4h07 at myamail.com> > Hello, > > Has someone successfully used this QUEUE_VARIABLES() function (in > 1.6.2-rc7) ? > I tried to use it as I'm using SIPPEER() but without success. > > A previous question about it remainded unanswered ( > http://thread.gmane.org/gmane.comp.telephony.pbx.asterisk.user/224466). > > Regards > How can
2009 Mar 03
2
Access sip.conf's mailbox from dialplan ?
Hello, In sip.conf, each peer/friend/user entry gathers several parameters such as type, canreinvite or mailbox. How can you specifically access to mailbox value from dialplan ? I know how to access custom parameters (ie setvar=FOO=value) but I don't know to access standard parameters. I'm specifically concerned to access to mailbox's value (from a given entry) but would be
2007 Apr 19
0
CLI Dialplan options...
I have a very strange problem. I have two Asterisk servers running 1.4.2. On the first one I have the following options: Connected to Asterisk 1.4.2 currently running on pbxoficina (pid = 7057) Verbosity is at least 3 pbxoficina*CLI> help dialplan dialplan add extension Add new extension into context dialplan add ignorepat Add new ignore pattern dialplan add include Include
2007 Sep 07
1
Asterisk + Realtime + Manager reload = crash
I have several installations of Asterisk (several versions) where we have our own web interface that uses Mysql and Realtime. When we do modifications to Mysql we use a Manager connection in order to reload the configuration (we use Realtime static for extensions) sometimes Asterisk will crash. Not every time and not every X times we reload. Sometimes it takes ten reloads and other just one
2004 Sep 01
1
Dynamic dialplan
We intend to use Asterisk with a very large dialplan (with a lot of functionality for 3000+ users). Each user will be able to change several of his parameters in the dialplan, so we will be forced to reload the diaplan constantly. Has anybody else any previous experience with a similar installation? There are some things that we'd like to know, if anybody can help us. These are: - Is
2003 Jun 15
1
Re: Application, Dialplan not loading
strace does show that that modules.conf loads: > open("/etc/asterisk/modules.conf", O_RDONLY) = 8 And that I do get some of the channels loading, e.g., the modem channel: > open("/usr/local/lib/asterisk/modules/chan_modem.so", O_RDONLY) = 8 And if I load the apps via "load app_playback.so", >
2015 Apr 12
0
`asterisk -x reload` does not working in `while` expression.
Hello, Reload extensions.conf works well both in CLI and excute `asterisk -x reload` in shell. But it does not working with `while` expression. I use fish shell but it also does not working in bash. ``` while inotifywait -e MOVE_SELF /etc/asterisk/extensions.conf asterisk -x 'help core reload' asterisk -x 'core reload' asterisk -x 'dialplan
2010 Dec 16
0
Dialplan not found
Hi there! Anybody knows why I am receiving this output from CLI: No such command 'dialplan reload' (type 'core show help dialplan reload' for other possible commands) Look like asterisk dont see dialplan? Is it possible to restart it ? Thansk Att, Flavio Roberto Miranda MSN:flaviormiranda at hotmail.com Skype: flaviormiranda -------------- next part
2003 Jun 13
5
Applications, dialplan not loading
I've built the latest CVS of asterisk -- not the zaptel or libpri directories, just the asterisk directory. asterisk installs successfully, but there are severe problems. I built this system in the past and ran it, but now building it again fails. This is the CVS as of this morning, 2003-06-13, but I had problems on 06-11/12 as well. After make; make install; make samples; make config, I
2007 Apr 05
1
Dialplan not reading MySQL table
Hello, I'm trying to use MySQL for Dialplans and have followed the Asterisk RealTime Extensions setup. The MySQL table is called "extensions" and I have entered two records.. ext 1000 and 2000. I also added switch => Realtime/default@extentions in extensions.conf and extensions => mysql,asterisk,extensions in extconfig.conf I do a *CLI> dialplan reload but when I show
2006 Jan 10
1
Can somebody explain when to reload an ActiveRecord
Hi all, I''ve the following test method in my controller_test which increment the ''qty'' attribute in a has_many association, ''sa_report_products''. The ''item_count'' method returns the sum of all qty''s in ''sa_report_products'': def test_add_product_to_report sa_rpt = SaReport.find(1) assert_equal 3,
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
On 20 January 2018 at 23:30, Tim S <tim.strommen at gmail.com> wrote: > I have seen this take over 2 seconds before on a sluggish machine. Thanks - my host uses SSD and everything seems pretty quick, but I'll give it a 1 second pause. > you'd need to pipe that to a Google Speech API tunnel. > That's probably not something you can hack away at with simple > Asterisk