search for: fromast

Displaying 4 results from an estimated 4 matches for "fromast".

Did you mean: fromlast
2007 Feb 15
3
asterisk freeze due to "too many open file" error
...Too many open files Feb 14 14:55:43 WARNING[11273] acl.c: Cannot create socket Feb 14 14:55:46 WARNING[11273] acl.c: Cannot create socket Feb 14 14:56:01 WARNING[11283] chan_misdn.c: Write returned <=0 (err=Destination address required) Feb 14 14:59:56 WARNING[13725] res_agi.c: unable to create fromast pipe: Too many open files Feb 14 15:01:21 WARNING[13729] res_agi.c: unable to create fromast pipe: Too many open files Feb 14 15:01:56 WARNING[13744] res_agi.c: Unable to create toast pipe: Too many open files Feb 14 15:01:56 ERROR[13744] cdr_custom.c: Unable to re-open master file /var/log/ast...
2006 Apr 04
1
Too many open files
...36 WARNING[14887]: chan_local.c:523 local_new: Unable to allocate channel structure(s) Apr 5 08:48:36 NOTICE[14887]: app_dial.c:1042 dial_exec_full: Unable to create channel of type 'LOCAL' (cause 0 - Unknown) Apr 5 08:48:36 WARNING[14893]: res_agi.c:246 launch_script: unable to create fromast pipe: Too many open files Apr 5 08:48:37 WARNING[14894]: res_agi.c:246 launch_script: unable to create fromast pipe: Too many open files Apr 5 08:48:38 WARNING[14897]: channel.c:562 ast_channel_alloc: Channel allocation failed: Can't create alert pipe! Apr 5 00:48:38 WARNING[14897]: channe...
2003 Dec 18
1
AGI and broken pipe
...,v retrieving revision 1.22 diff -u -r1.22 app_agi.c --- asterisk/apps/app_agi.c 5 Nov 2003 23:43:31 -0000 1.22 +++ asterisk/apps/app_agi.c 18 Dec 2003 13:48:38 -0000 @@ -167,6 +167,10 @@ /* close what we're not using in the parent */ close(toast[1]); close(fromast[0]); + + // [PHM 12/18/03] + close(audio[0]) + *opid = pid; return 0;
2003 Nov 25
4
AGI Rocks!! (A happy camper)
A note to all those who are avoiding writing up an AGI becasue it looks two complicated.. I have just written up my first and its awesome.. It makes Asterisk open to all sorts of possibilities.. let your imagination run wild.. I put off writing an AGI script because a) I could not find any docs b) it looked like the only way to do it was perl and I know nothing about perl and c) I am not a