Displaying 1 result from an estimated 1 matches for "30ld".
Did you mean:
30d
2014 Jul 31
0
AGI Record File / what does randomerror mean? res_agi.c / line 2377
...res = 0;
2310 int ms;
[...]
2365 /* backward compatibility, if no offset given, arg[6] would
have been
2366 * caught below and taken to be a beep, else if it is a
digit then it is a
2367 * offset */
2368 if ((argc >6) && (sscanf(argv[6], "%30ld", &sample_offset)
!= 1) && (!strchr(argv[6], '=')))
2369 res = ast_streamfile(chan, "beep",
ast_channel_language(chan));
2370
2371 if ((argc > 7) && (!strchr(argv[7], '=')))
2372 res = ast_streamfile(cha...