search for: go_on

Displaying 6 results from an estimated 6 matches for "go_on".

Did you mean: colon
2007 Jul 27
1
Problems with new logic being 'n' option to Queue in 1.4.9
...ot; is exclusive to the logic in app_queue meant to deal with the 'n' option. If you don't pass 'n', you should never see it. 1.4.8 code: /* exit after 'timeout' cycle if 'n' option enabled */ if (go_on) { if (option_verbose > 2) ast_verbose(VERBOSE_PREFIX_3 "Exiting on time-out cycle\n"); ast_queue_log(args.queuename, chan->uniqueid, "NONE", &qu...
2007 Jul 17
1
Asterisk 1.4.6 crash using queue app
...0e0, peer=0x925cb78, config=0xb69424d4) at res_features.c:1473 #5 0xb6e011ae in try_calling (qe=0xb6942784, options=0x925cb78 "@`\201?\2205&\b?N#\t\003O#\t(r)?\023\b(r)?\023\b(r)?\023\b?N#\t?N#\t\200", announceoverride=0xb694270e "", url=0xb694270d "", go_on=0xb6942770, agi=0x0) at app_queue.c:2651 #6 0xb6df9fda in queue_exec (chan=0xb6a2d0e0, data=0xb694270e) at lock.h :532 #7 0x080c315b in pbx_extension_helper (c=0xb6a2d0e0, con=0x0, context=0xb6a2d260 "telpin-112", exten=0xb6a2d2b0 "80", priority=10, label=0x0, callerid...
2008 Jun 15
1
14 commits - configure.ac swfdec/.gitignore swfdec-gtk/swfdec_gtk_loader.c swfdec-gtk/swfdec_playback_alsa.c swfdec/Makefile.am swfdec/swfdec_asnative.h swfdec/swfdec_as_string.c swfdec/swfdec_audio.c swfdec/swfdec_audio_load.c swfdec/swfdec_audio_load.h
...uffer_queue_flush (queue, 1); + return TRUE; +} + +static gboolean +swfdec_load_sound_stream_target_parse (SwfdecStreamTarget *target, + SwfdecStream *stream) +{ + SwfdecLoadSound *sound = SWFDEC_LOAD_SOUND (target); + SwfdecBufferQueue *queue; + SwfdecBuffer *buffer; + guint i; + gboolean go_on = TRUE; + + /* decode MP3 into frames, ID3 tags and crap */ + queue = swfdec_stream_get_queue (stream); + do { + /* sync */ + buffer = swfdec_buffer_queue_peek_buffer (queue); + if (buffer == NULL) + break; + for (i = 0; i < buffer->length; i++) { + if (buffer->dat...
2004 Jun 10
1
RE: question about prepaid app_prepaid
...me out. Storm Petersen */ char announcemsg[256] = "", *ann; struct localuser *outgoing=NULL, *tmp; struct ast_channel *peer; *************** *** 380,385 **** --- 382,390 ---- struct varshead *headp, *newheadp; struct ast_var_t *newvar; int go_on=0; + time_t myt; + int iBrdgTO=0; /* CHANGE: Time out after call bridged. Storm Petersen */ + if (!data) { ast_log(LOG_WARNING, "Dial requires an argument (technology1/number1&technology2/number2...|optional timeout)\n"...
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl, Thanks for your help, About the "Connection:" header, you are right, it's: "Connection: close" and NOT "Connection: keep-alive". The protocol when the SERVER sends the data is http 1.0. It's http 1.1 when the browser requests the data. I don't understand the "Content-Length: 54000000" header either. Also I noticed the flash player on
2004 Jun 10
3
FW: question about prepaid app_prepaid
Hi, I have compiled and installed app_prepaid module. But have problem when connect to postgres database. I guess so because after key in card number, it always play prepaid-no-aaa voice file. Anyone succeeded in configuring the app_prepaid for prepaid calling service for asterisk? Please help. Ps: where can I view the log file for this module. Thanks. Tom --------------