similar to: Something similar to Doxygen for standard dialplan?

Displaying 20 results from an estimated 3000 matches similar to: "Something similar to Doxygen for standard dialplan?"

2017 Mar 18
4
Something similar to Doxygen for standard dialplan?
Hi, thanks - that looks really good! I was about to embark on some non-visual stuff using Ragic, but this looks great. Is there a binary anywhere, or any instructions to compile? I've never compiled C# code before, and although a quick google suggests it shouldn't be too hard, I might need to know a few things like what version of .net it should be compiled with. The readme just points
2010 Aug 16
2
How to make flowchart in R?
I have a large dataset and I would like to make some kind of flowchart from this dataset. The idea is to show rowcounts from data subsets: data1 rows= 100000 | / \ / \ males females, rows=500000 rows=500000 /\ / \
2010 Jan 06
1
Code flowchart generator for R ?
Hello dear R help group, I wish to create a flowchart of my R code (specifically for profiling the connection of different functions). Maybe something similar to this: http://www.fatesoft.com/s2f/ But for R, and that it will be free (open source would be best). After some searching, I found this package: http://cran.r-project.org/web/packages/diagram/ But couldn't find a way to this
2016 Nov 04
2
Any way of creating a file to write to from the dialplan, or must I use AGI?
That's just what I'm using, John. But I'm getting (eg) [Nov 4 21:46:16] ERROR[1676][C-00000003]: func_env.c:449 file2format: Cannot open '/home/logs/anonymous.txt': No such file or directory [Nov 4 21:46:16] ERROR[1676][C-00000003]: func_env.c:949 file_write: File '/home/logs/anonymous.txt' not in line format Asterisk is running as root (yeah, I know!), and has
2002 Nov 15
1
Peeling Specification
After reading the recent thread [http://www.xiph.org/archives/vorbis/200211/0057.html] on the vorbis list about bitrate peeling, I was wondering if it would be possible for xiph.org to post a specification, outline, flowchart, or a drawing on a napkin of what the basic operations of bit peeling would entail. If there was some sort of starting point, then it may be a little more inviting for
2006 Jan 06
1
Linux HA may not be the best choice in yoursituation. High Availability using 2 sites
In a nutshell and very first of all, you need at least 2 internet connections. Those ISP must be willing to setup BGP peering between your routers and theirs. Once that agreement has been made, you need to get their AS Numbers and submit the ASN request located on ARIN's website (http://www.arin.net). After some paperwork and money exchanges, ARIN assigns you an AS number. At that point,
2003 May 01
1
Samba 3.0 HOWTO Collection: new Draft for Printing Chapters is available
[crossposting to Samba, CUPS and Linuxprinting mailing lists...] Hi, I have written a Draft for the new Printing Chapter of the Samba-3.0 HOWTO-Collection. It is available at http://www.linuxprinting.org/kpfeifle/SambaPrintHOWTO/Samba-HOWTO-Collection-3.0-PrintingChapter-3rd-draft.html A PDF version (for convenient printing) is at
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
2004 Jan 20
0
Dialplan Sanity Check please
Hi guys, I've posted my dialplan design in flowchart format and would welcome your comments for improvements. I'd like to know my logic looks ok before I go much farther or start rewriting my extensions.conf. http://www.triadinternetsystems.com/asterisk/ For the Standard Extension macro, I was trying to do the following: 1. execute telezapper if user has turned it on 2. execute
2016 Nov 04
4
Any way of creating a file to write to from the dialplan, or must I use AGI?
Seems I can write to an existing file, but is there really no way of creating a new file to log some data to, without reverting to AGI? (will be different for each caller ID)
2016 Oct 18
2
Say duration of alaw file?
I can get the size of a ulaw file using STAT. And I can get the duration in seconds by doing filesize/8000. Your tea-break challenge is to help me find the shortest most Asterisk-like way of saying: "The following file is [<n> minutes and] <s> seconds long". ...without referring to external applications! Yes, I'm aware of the math behind it, but I was hoping for a
2005 Nov 28
4
Games-Howell, Gabriel, Hochberg
Hello, I read a book about statistics in psychology. The authors use SPSS. They talk about post hoc tests after ANOVA finds significant effects: - Gabriel's procedure (for equal or slightly different sample sizes) - Hochberg's GT2 (for different sample sizes) - Games-Howell procedure (for populations with unequal variances) I could not find them in R. Do they not exist in R
2010 Jan 06
0
Antw: Code flowchart generator for R ?
You may want to look into RAnalyticFlow: http://www.ef-prime.com/products/ranalyticflow_en/index.html Regards, Frank ******************************************************** Dr.med. F. Bloos, Ph.D./U.W.O. Oberarzt Klinik f. Anästhesiologie und Intensivtherapie Klinikum der Friedrich-Schiller-Universität Jena Erlanger Allee 101 07747 Jena GERMANY Tel: +49 - 3641-932 32 83; Fax: +49 -
2016 Sep 27
2
cloud solution?
So if someone has their own hardware and infrastructure but wants a software (not FreePBX but perhaps similar) what options do we have? Would like to virtualize it and not stuck with any one virtualization technology. Discuss... :) Travis -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 May 15
3
Old Asterisk forums not working
Hello! https://forums.asterisk.org/ is doing it again - "Content Encoding Error. An error occurred during a connection to forums.asterisk.org. Please contact the website owners to inform them of this problem". Which is odd, as the Qualys test seems to pass, only losing a point for supporting TLS 1.0. But I know it's not just me because Pingdom can't read the page, either.
2017 Jul 19
4
Integration of Google Speech API V2
Hi Jonathan Thanks ! That would indeed be wonderful, at this point I really do not care whether I need to use Python or Lua or JS. I was following http://zaf.github.io/asterisk-speech-recog/ but hit a road end with (for the lack of sane word ) copulating Google's Key On Wed, Jul 19, 2017 at 2:28 PM, Jonathan H <lardconcepts at gmail.com> wrote: > Yes! But I can only tell you if
2016 Nov 27
2
Non-global variable that follows channel?
Thanks, Max. Yes, of course, you are right, and I am an idiot because I was tired and putting underscores before the variable name when I read it back! Then I forgot to post the followup email to say I had figured it out. Now, this SHARED was not something I was aware of, but looked like an ideal solution to passing variables BACK from to the parent channel. However, it does not seem to be very
2020 May 06
1
Better way of streaming radio than "musiconhold" for Asterisk 17.4 ?
Thanks Dan - might have to scratch my head over that one for a while! The phrase "you make your own RTP server" has made me all twitchy ;) Jonathan On Wed, 6 May 2020 at 07:21, Dan Jenkins <dan at nimblea.pe> wrote: > Hi Jonathan, > > I'd probably go down the external media route in the ARI now - you make > your own RTP server and provide your own RTP back to
2016 Nov 29
5
Any reason Asterisk won't start without a rebuild on a cloned VPS?
On Tue, Nov 29, 2016, at 07:15 AM, Barry Flanagan wrote: > On 29 November 2016 at 10:56, Jonathan H <lardconcepts at gmail.com> wrote: > > > Any ideas why a VPS, cloned from another instance (DigitalOcean > > "droplets" if it matters), won't run on the new instance? > > > > Everything else is the same; region, memory, disk, hypervisor version etc.
2016 Nov 29
2
Any reason Asterisk won't start without a rebuild on a cloned VPS?
Any ideas why a VPS, cloned from another instance (DigitalOcean "droplets" if it matters), won't run on the new instance? Everything else is the same; region, memory, disk, hypervisor version etc. And everything else runs, just not Asterisk, unless I do a make distclean in the /usr/src/asterisk directory, rebuild, and then it runs just fine. I'd understand if I was moving it