Displaying 3 results from an estimated 3 matches for "readnum".
Did you mean:
  ranum
  
2007 Feb 08
2
problem with asterisk AGI
I have a fairly complicated setup. Extensions (1,2 and 3). In 3 - I 
execute AGI in java which plays few wav files depending on external 
parameters.
Can I have a dial plan inside my AGI? If not, how do I accomodate user 
who needs to reach extension 2 from my agi? I have tried stream file and 
get data but the two commands did not work at all.
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...m a stream.
-
-****************************************************************************/
-void skipws(fp)
-ZFILE *fp;
-{
-  int c;
-  while (c=Zgetc(fp),isascii(c)&&isspace(c)) ;
-  Zungetc(c,fp);
-  }
-
-/****************************************************************************
-
-  readnum
-
-  Reads a number from a stream.  Accepts "0" prefix for octal and
-  "0x" or "0X" for hexadecimal.  Ignores leading whitespace.
-
-****************************************************************************/
-void readnum(fp,nump)
-ZFILE *fp;
-inchr *nump;
-{
-  in...
2007 Feb 25
7
Sending Email From the dialplan
I have looked around with no luck.
Does anyone know of a way to send an email from the dialplan.
The system that I am working on has none thing to do with VoiceMail.
This is something like the SMS command but using sending email
I am working on a prepaid alarm dispatch program for Asterisk if anyone 
has any input please let me know.
I will be more than happy to write the code as Open Source