similar to: realtime app data formatting

Displaying 20 results from an estimated 6000 matches similar to: "realtime app data formatting"

2005 Aug 17
2
How "real time" is realtime?
How "real time" is realtime? If the extensions.conf is stored in the database, does * query it row by row or is it "cached"? In other words, given the following exerpt: exten => 5001,1,Dial(IAX2/test@test/s,30,g) exten => 5001,2,Voicemail(u5001) exten => 5001,102,Voicemail(b5001) exten => 5001,103,Hangup exten => 5002,1,Dial(IAX2/test2@test2/s,30) exten =>
2005 Aug 03
2
PLEASE REPLY, are you using an X101P
X101P with Ambient md3200 chip on it, with the zaptel wcfxo driver.... Just an indication of how many people have got this to work would be useful. Cheers Mark.
2005 May 24
1
realtime static
Ok I'm a little confused about realtime static. The wiki has the database schema but no explanation of what fields are for what. I would appreciate if someone can confirm or deny how I think the schema works. cat_metric = sort order for category var_metric = sort order for vars filename = equivalent .conf file in /etc/asterisk category = anything that would be enclosed in braces ([])
2005 May 18
1
realtime versus static
>From the viewpoint of being reliable and scaleable, I'm wondering what using realtime would really get me. Given the number of additional things that can go wrong using realtime, I'm thinking about just using the standard text config files and pushing them to the asterisk servers via scp from a configuration server. I've also thought about keeping the configs in a database but
2005 Jun 23
1
realtime sip confusion
Trying to use realtime sip for the first time, and it's not working as expected. I have one user entry in the sip database. Everthing else is still in sip.conf. When I get an incoming call, this is the database query: SELECT * FROM ast_home_sip_realtime WHERE name = '+18003859169' The 800# is the caller id of the caller, which doesnt' make any sense to me. Is there any
2006 Jul 30
3
Returning custom error messages in ActionWebService
I want to return my own error messages from an API instead of letting the client see the stack trace. I''m returning a custom structure so I guess I could just put a member in that structure for the error message, although that seems like kind of a hack. Any suggestions? Chris
2002 Oct 06
0
which interface to shape for ppoe?
I think I understand what''s going on, thanks to a small mistake ;-) I needed to add a 5th nic to the gateway box - this new nic was an identical mate for another isa in there, so I modified the module options accordingly. So, after 10 minutes of trying to figure out why the DSL device was unwilling to talk to, well, anything - it occurred to me that the new card was the next address up,
2006 Aug 07
16
Monthly billing and payment processor recommendations?
Hi, I''m setting up a site that will bill on a monthly basis. I would rather not have to worry about storing customer credit card information. Does anyone have recommendations on payment processors that offer monthly billing services? I don''t want to go the paypal route as I want the user to stay on the site. I''m hoping to find an API to integrate with. I have
2006 Aug 08
11
Core dump using sample DumbHttpClient
I''m using the current release branch from the repository (version_0) on freebsd 6.1 with ruby 1.8.4. This is the error that is generated when running the code below at the bottom of the message, plus a gdb bt. Sorry no debugging symbols built into ruby but maybe the bt will help anyways. terminate called after throwing an instance of ''std::runtime_error'' what():
2006 Jul 02
11
Google maps api in ruby/rails
I''ve been looking for any modules/tools that are available for using the google maps api in rails. I found a couple of quick examples, but not much more. If anyone knows of good sites that cover using google maps api in rails please post it here:) Chris
2006 Oct 31
5
mongrel parser for server response
I''m taking a stab at creating a parser to parse the server response using the mongrel parser as a base. Never having used a parser like Ragel before in my life, I''d like some input on the following for parsing an http server response. This is part of my modified version of http11_parser.rl. In particular what would be better than using ''any'' to match the
2006 Aug 26
2
Mongrel grammar file
Hey Zed, any chance you mind sharing the grammar file you use with lemon to create the parser? I''ve been meaning to sit down and learn how to use one of those things. If not, any suggestions on a good resource for learning how to use a LALR parser?
2005 Sep 14
2
drop down select lists within SlideDown section broken in Firefox
If I slide down a section that contains a select list, the selection box is stuck (clicking on the down arrow on the right side of the box has no effect). Works fine in IE. The javascript library is the one that comes with the latest version of rails. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Sep 13
6
flicker in IE with SlideDown/SlideUp
The flicker I am seeing in IE is really really bad with SlideDown/SlideUp. The element I am sliding is a div that contains a table. The tables are stacked on top of each other so that the presentation actually appears as a single table. When I SlideDown, the toggled element flashed into view then disappears before sliding down. On SlideUp it slides up then flashes into view for a split
2005 Oct 30
4
IE crashing
Before I spend a ton of time trying to track something down that might not actually be broken, maybe someone could test this with IE to see if it crashes their browser also. Go to http://asterisk.paymentonline.net:3000/login/user and login as user ''demo'', password ''password''. Then click on the dialplan menu option and then click Add Script once or twice. on my
2007 Jul 15
2
ssl patch
I made a quick patch to em so it will try to read the key/cert from a file if it exists in the cwd, and if not use the hardcoded default. If I added a function in rubymain.cpp to set the location of the pem file, where in em would be the right place to set it? It should be in the same scope as start_tls I would think. I''m checking for the pem file in InitializeDefaultCredentials().
2007 Jun 24
3
Mongrel under opensolars with SMF
Thought I''d drop a note about my experience with running mongrel directly under the solaris service management framework. So far I''m very impressed. SMF is the solaris replacement for the init system. It''s tied much more closely to the OS and for instance doesn''t use pid files. I''ve found you can completely eliminate mongrel cluster, and for that
2006 Jul 22
5
HTML generation w/out browser Interpretation
I just recently moved my web application to production mode and published it online. While everything functioned ok locally, I have a very bizarre error now affecting my application. One of my controllers, Work, is not behaving properly. Whenever I call the action new, create, edit, or update I get all of the HTML generated to my browser (this happens in Firefox, Camino, and Safari) but the
2005 May 17
2
Asterisk and Credit Card Machines
I had CC readers going over the internet (with pings over 80ms) connected to Linksys PAP2. It was only successful once every 3 attempts. I had 100% reliability when it was connected on LAN. Timing is an issue, if you doing everything on LAN it should not be a problem. Just make sure you use G.711 protocol. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com
2005 Mar 25
2
WaitExten question
I'm a bit confused about how WaitExten works. I assumed that when it returns 0, the next priority in the extension would be executed, but that doesn't seem to be the case. When I get to WaitExten and enter extension 8, it plays the message, then Waits another 10 seconds and times out. [local] exten => s,1,Wait,1 ; Wait a second, just for fun exten =>