ref.ael-ntest22 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. (If you find progress and other non-error messages irritating, you can use -q to suppress them)
  2. (You can use the -n option if you aren't interested in seeing all the instructions generated by the compiler)
  3. (You can use the -w option to dump extensions.conf format to extensions.conf.aeldump)
  4. LOG: lev:2 file:pbx_ael.c line:113 func: pbx_load_module Starting AEL load process.
  5. LOG: lev:2 file:ael.flex line:662 func: setup_filestack --Read in included file ././t1/a.ael, 41 chars
  6. LOG: lev:2 file:ael.flex line:662 func: setup_filestack --Read in included file ././t1/b.ael, 42 chars
  7. LOG: lev:2 file:ael.flex line:662 func: setup_filestack --Read in included file ././t1/c.ael, 106 chars
  8. LOG: lev:2 file:ael.flex line:662 func: setup_filestack --Read in included file ././t2/d.ael, 41 chars
  9. LOG: lev:2 file:ael.flex line:662 func: setup_filestack --Read in included file ././t2/e.ael, 42 chars
  10. LOG: lev:2 file:ael.flex line:662 func: setup_filestack --Read in included file ././t2/f.ael, 82 chars
  11. LOG: lev:2 file:ael.flex line:662 func: setup_filestack --Read in included file ././qq.ael, 45 chars
  12. LOG: lev:2 file:ael.flex line:662 func: setup_filestack --Read in included file ././t3/g.ael, 41 chars
  13. LOG: lev:2 file:ael.flex line:662 func: setup_filestack --Read in included file ././t3/h.ael, 42 chars
  14. LOG: lev:2 file:ael.flex line:662 func: setup_filestack --Read in included file ././t3/i.ael, 41 chars
  15. LOG: lev:2 file:ael.flex line:662 func: setup_filestack --Read in included file ././t3/j.ael, 43 chars
  16. LOG: lev:2 file:pbx_ael.c line:126 func: pbx_load_module AEL load process: parsed config file name './extensions.ael'.
  17. LOG: lev:2 file:pbx_ael.c line:129 func: pbx_load_module AEL load process: checked config file name './extensions.ael'.
  18. Executed ast_context_find_or_create(conts, name=a, registrar=pbx_ael);
  19. Executed ast_context_find_or_create(conts, name=b, registrar=pbx_ael);
  20. Executed ast_context_find_or_create(conts, name=c, registrar=pbx_ael);
  21. Executed ast_context_find_or_create(conts, name=d, registrar=pbx_ael);
  22. Executed ast_context_find_or_create(conts, name=e, registrar=pbx_ael);
  23. Executed ast_context_find_or_create(conts, name=qq, registrar=pbx_ael);
  24. Executed ast_context_find_or_create(conts, name=f, registrar=pbx_ael);
  25. Executed ast_context_find_or_create(conts, name=g, registrar=pbx_ael);
  26. Executed ast_context_find_or_create(conts, name=h, registrar=pbx_ael);
  27. Executed ast_context_find_or_create(conts, name=i, registrar=pbx_ael);
  28. Executed ast_context_find_or_create(conts, name=j, registrar=pbx_ael);
  29. Executed ast_context_find_or_create(conts, name=w, registrar=pbx_ael);
  30. Executed ast_context_find_or_create(conts, name=z, registrar=pbx_ael);
  31. Executed ast_add_extension2(context=a, rep=0, exten=134, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there, a, FREE, registrar=pbx_ael);
  32. Executed ast_add_extension2(context=b, rep=0, exten=456, priority=1, label=(null), callerid=(null), appl=NoOp, data=hithere, b, FREE, registrar=pbx_ael);
  33. Executed ast_add_extension2(context=c, rep=0, exten=567, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there, c, FREE, registrar=pbx_ael);
  34. Executed ast_add_extension2(context=d, rep=0, exten=134, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there, d, FREE, registrar=pbx_ael);
  35. Executed ast_add_extension2(context=e, rep=0, exten=456, priority=1, label=(null), callerid=(null), appl=NoOp, data=hithere, e, FREE, registrar=pbx_ael);
  36. Executed ast_add_extension2(context=qq, rep=0, exten=567, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there, qq, FREE, registrar=pbx_ael);
  37. Executed ast_add_extension2(context=f, rep=0, exten=567, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there, f, FREE, registrar=pbx_ael);
  38. Executed ast_add_extension2(context=g, rep=0, exten=134, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there, g, FREE, registrar=pbx_ael);
  39. Executed ast_add_extension2(context=h, rep=0, exten=456, priority=1, label=(null), callerid=(null), appl=NoOp, data=hithere, h, FREE, registrar=pbx_ael);
  40. Executed ast_add_extension2(context=i, rep=0, exten=134, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there, i, FREE, registrar=pbx_ael);
  41. Executed ast_add_extension2(context=j, rep=0, exten=567, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there, j, FREE, registrar=pbx_ael);
  42. Executed ast_add_extension2(context=w, rep=0, exten=890, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there, w, FREE, registrar=pbx_ael);
  43. Executed ast_add_extension2(context=z, rep=0, exten=123, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there, z, FREE, registrar=pbx_ael);
  44. Executed ast_add_extension2(context=z, rep=0, exten=124, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there, z, FREE, registrar=pbx_ael);
  45. LOG: lev:2 file:pbx_ael.c line:131 func: pbx_load_module AEL load process: compiled config file name './extensions.ael'.
  46. Executed ast_merge_contexts_and_delete();
  47. LOG: lev:2 file:pbx_ael.c line:134 func: pbx_load_module AEL load process: merged config file name './extensions.ael'.
  48. Executed ast_walk_contexts();
  49. LOG: lev:2 file:pbx_ael.c line:137 func: pbx_load_module AEL load process: verified config file name './extensions.ael'.
  50. LOG: lev:4 file:ael2_parse line:531 func: main 13 contexts, 13 extensions, 14 priorities