search for: parsetree

Displaying 20 results from an estimated 53 matches for "parsetree".

2007 Sep 02
17
A Proposal To Magically Remove ''params''
...d) # GET /products/show?id=12 @product = Product.find(id) render end def index(page = 1) # GET /products?page=2 @products = Product.paginate_all(page) render end end Getting a parameter list for a method is rather difficult, but using zenspider''s ParseTree, it is possible. (Attached is a proof of concept. It is also viewable at http://pastie.caboo.se/93218 ) ParseTree is slow, but it only needs to be run once at load - we can cache the argument lists for each method. It is extremely magical, but the magic is limited in scope - we are not going to b...
2007 Apr 19
0
scRUBYt! 0.2.8
...lso if the parent pattern is a string pattern [FIX] shorcut url fixed again [FIX] regexp pattern fixed in case it''s parent was a string [FIX] refactoring the core classes, lots of bugfixes and stabilization ============= Misc comments ============= As of 0.2.8, scRUBYt! depends on ParseTree and Ruby2Ruby - unfortunately it seems ParseTree is not that trivial to set up on windows. However, we are currently working on a new project to solve this problem, and we are making quite good progress so I believe for the next release, 0.3.0, this obstacle will be blown away. Until then windo...
2010 Nov 07
3
Why are the hackers scanning for these?
...king myself, why these numbers? Are they looking for a voip trunk? Or is it just like a serial number for the scan? What? Here's some examples: 2648061411 3190339404 2685608247 3358171034 2092652562 2206598858 Just trying to follow the advice: "Know thy Enemy" murf Steve Murphy ParseTree Corp. 57 Lane 17 Cody, WY 82414 ? murf at parsetree.com ? 307-899-5535 Signature powered by <http://www.wisestamp.com/email-install?utm_source=extension&utm_medium=email&utm_campaign=footer> WiseStamp<http://www.wisestamp.com/email-install?utm_source=extension&utm_medium=e...
2019 Mar 25
3
[Bug 1328] New: Please allow ipset add and del via the /proc/net/xt_ipset mechanism
...Product: ipset Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: default Assignee: netfilter-buglog at lists.netfilter.org Reporter: murf at parsetree.com I measure the xt_recent hash table's speed to enter an ip into the hash, and compared with ipset add speed. recent, via this method: echo +<addr> >/proc/net/xt_recent/DEFAULT is 13 times faster than ipset add <addr> Now, ipset has these advantages against recent: recent...
2013 Dec 11
1
A Question about Management/Control Protocol Licensing
...license you wish." This probably originated some years ago, and I wonder if Digium or the Asterisk community might consider adding the OTHER management/control protocols to this list: ARI, and the ExternalIVR interface. If not, it might be instructive to learn why! murf -- Steve Murphy ParseTree Corporation 57 Lane 17 Cody, WY 82414 ? murf at parsetree dott com <murf att parsetree dott com> ? 307-899-5535 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131211/bd562a93/attachment.html&g...
2006 Oct 13
2
Re: Generate Random Numbers in dialplan
On Fri, 2006-10-13 at 12:52:38 -0400, Jon Weisman <jweisman@ibell.net> wrote: > Hi All, Anyone know how to generate random numbers in the > dial plan? I've tried using the RAND function but it doesnt > work. Basically I need to generate a random 5 digit number > everytime a particular extension is dialed and then save that > into
2007 Dec 13
2
Trying to use ActiveRecord STI but fails
.../ruby/gems/1.8/gems/rake-0.7.3/bin - /usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib - /usr/lib/ruby/gems/1.8/gems/hoe-1.3.0/bin - /usr/lib/ruby/gems/1.8/gems/hoe-1.3.0/lib - /usr/lib/ruby/gems/1.8/gems/RubyInline-3.6.5/bin - /usr/lib/ruby/gems/1.8/gems/RubyInline-3.6.5/lib - /usr/lib/ruby/gems/1.8/gems/ParseTree-2.0.2/bin - /usr/lib/ruby/gems/1.8/gems/ParseTree-2.0.2/lib - /usr/lib/ruby/gems/1.8/gems/ParseTree-2.0.2/test - /usr/lib/ruby/gems/1.8/gems/ruby2ruby-1.1.7/bin - /usr/lib/ruby/gems/1.8/gems/ruby2ruby-1.1.7/lib - /usr/lib/ruby/gems/1.8/gems/mime-types-1.15/bin - /usr/lib/ruby/gems/1.8/gems/mime-typ...
2011 Sep 02
0
No subject
...gt; New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > --=20 Steve Murphy ParseTree Corporation 57 Lane 17 Cody, WY 82414 =E2=9C=89 murf at parsetree.com =E2=98=8E 307-899-5535 --14dae9340d3fb9f1d604d355edb0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div class=3D"gmail_extra"><div c...
2010 Nov 22
3
Is existing CDR in Asterisk is enough for complete billing
Hi everyone, I am facing lots for problem with CDRs in 1.6 and above versions,its shows wrong records when I do transfer(caller side and calee side),callforward,call parking.Is the present CDRs in 1.6 is enough for Complete billing.?What I need to do to make it proper.Please help me on this. Thanks Nikhil
2006 Oct 14
1
Re: Generate Random Numbers in dialplan
...ope, RAND is not in 1.2. But, if you are desparate, you could steal the 1.4 RAND function, and redo the module stuff in it to work under 1.2; there are plenty of patterns to follow. murf > > ----- Original Message ----- > From: "Steve Murphy" <murf@parsetree.com> > To: <asterisk-users@lists.digium.com> > Sent: Saturday, October 14, 2006 12:30 AM > Subject: [asterisk-users] Re: Generate Random Numbers in > dialplan > > > > _________________________________________...
2010 Dec 11
1
No more room in scheduler
Dears: Really, later I faced problem in the asterisk system which is : Message is shown when the unique id which is generated with each caller reach 9000 and something: No more room in scheduler Asked to delete sched id . . after I restarted the server this message is not shown again till now (after 2 week) >>> My question: What is the reason of this error and how can I solve the
2013 Nov 27
0
SaySentence/SoundPack Proposal
...p_voicemail. All this code is provided, with build instructions, via my project at github: https://github.com/WyoMurf/SaySentence.git I am looking for help from developers and translators. If you are interested in knowing more, have objections, ideas, etc, let me know! murf ? -- Steve Murphy ParseTree Corporation 57 Lane 17 Cody, WY 82414 ? murf at parsetree.com ? 307-899-5535 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131127/20bc0335/attachment.html>
2013 Dec 11
0
Language Coverage in Asterisk
...or the sound sets that Asterisk distributes. I would assume that the source sounds are all 44khz (or more) cd quality sounds, probably in pcm wave format, maybe even in stereo. Are these source sound sets indeed withheld from the public? Or am I mistaken in my impression? murf -- Steve Murphy ParseTree Corporation 57 Lane 17 Cody, WY 82414 ? murf att parsetree dott com ? 307-899-5535 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131211/f35048aa/attachment.html>
2013 Dec 11
1
Asterisk Language Status
...s? Do they pronounce numbers in a grammatically correct fashion? Any issues with gender/tense/whatever? Are the sound sets in other languages easily findable and downloadable? I see a good selection on http://www.voip-info.org/wiki/view/Asterisk+sound+files+international murf -- Steve Murphy ParseTree Corporation 57 Lane 17 Cody, WY 82414 ? murf att parsetree dott com ? 307-899-5535 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131211/7396cf4e/attachment.html>
2019 Jul 05
2
unsolved: Re: solved: how to create a working certificate for using TLS?
On 7/5/19 10:50 AM, Doug Lytle wrote: > On 7/4/19 6:40 PM, hw wrote: >> This has again, and for no reason, ceased to work again after >> restarting asterisk.  No matter what I try, I can't create a >> certificate asterisk >> would verify. > > Have you considered using LetsEncrypt for a valid certificate? > > Doug > > What would be the point
2015 Mar 19
1
Asterisk 13 : SILK codec ?
...ections, and I proved today that the 12.x codecs will not load on Asterisk 13. a "few weeks" has turned into almost half a year now. Are these codecs no longer going to be available for 13 and up? Or, were they just overlooked in the day-to-day rush called life? murf? -- Steve Murphy ParseTree Corporation -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150319/20bf8c08/attachment.html>
2014 Jan 02
0
SaySentence update - CALL FOR HELP
...ssibly the first one ever. I'll have to get busy and write some scripts to build sound-packs, and some scripts to install them. I'd like to help with at least one new language, if possible, to see what can be done to smooth the process. Interested? Write me! murf -- Steve Murphy ParseTree Corporation 57 Lane 17 Cody, WY 82414 ? murf at parsetree dot com ? 307-899-5535 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140101/2bdfdd09/attachment.html>
2014 May 22
1
Interesting new hack attack
...our phones to provision. 5. Keep your logs for a couple years. 6. Change your phone SIP acct passwords now, if you haven't implemented the above precautions yet. If I missed a previous post on this, forgive me. Just thought you-all might appreciate a heads-up. murf -- Steve Murphy ParseTree Corporation 57 Lane 17 Cody, WY 82414 ? murf at parsetree dot com ? 307-899-5535 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140522/0fd08cea/attachment.html>
2016 Sep 08
3
PJSIP Weirdness, or just my weirdness?
...e only 3 NAT related options: force_rport rtp_symmetric rewrite_contact and I set them all to "yes", and they can call each other, but as explained, in dialing out thru a trunk, the yealinks get one-way audio... Any more NAT options? many thanks... murf -- Steve Murphy ? murf at parsetree dot com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160908/00955693/attachment.html>
2010 Aug 26
1
Passing arguments between S4 methods fails within a function:bug? example with raster package.
...eff.distance <- 100000 p <- unlist(xyValues(x,xy=orig.point,buffer=eff.distance)) return(p) } This gives the following result : > test(a,origin) Error in .local(object, xy, ...) : object 'eff.distance' not found huh? Apparently, eff.distance got lost somewhere in the parsetree (am I saying this correctly?) The funny thing is when we change origin to a matrix : > origin <- matrix(origin,ncol=2) > unlist(xyValues(a,xy=origin,buffer=eff.dist)) [1] 14140 14141 14500 14501 > test(a,origin) [1] 14140 14141 14500 14501 It all works again! So something goes wrong...