- version 3.6
Check those constraints:
$this->anything()
/* | |
cdr_fifo_mongodb: A quick and dirty hack that consists of configuring asterisk’s | |
cdr_custom.conf to write to a named pipe, which will be then read by node and | |
then written into mongodb. | |
good alternative to cdr_mongodb, 'cause I couldn't make it work stable for 1.8 | |
*/ | |
var config = { | |
"dburl": "asterisk", /* user:pass@host/db */ | |
"collections": ["cdr"], | |
"fifo": "/var/log/asterisk/cdr-custom/cdr_fifo.csv", |
This is a basic exploration of the Ello API. Completely unofficial, your mileage my vary, don't smash their servers as they are likely very busy.
Methods return HTML for their representation where appropriate which is a nice little pattern. Everything returns application/json.
Like this:
{
"id": ,
try { | |
assert(Life.isReal); | |
assert(Life.isFantasy); | |
} catch (LandSlideException ex) { | |
while(!Reality.isEscapable) { | |
self.eyes.forEach(function(eye) { | |
eye | |
.open() | |
.lookTo(Sky) | |
.see(); |