Advertisement
Guest User

Untitled

a guest
May 19th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. ippbx*CLI>
  2. -- Starting simple switch on 'DAHDI/12-1'
  3. -- Executing [s@from-zaptel:1] NoOp("DAHDI/12-1", "Entering from-zaptel with DID == ") in new stack
  4. -- Executing [s@from-zaptel:2] Ringing("DAHDI/12-1", "") in new stack
  5. -- Executing [s@from-zaptel:3] Set("DAHDI/12-1", "DID=s") in new stack
  6. -- Executing [s@from-zaptel:4] NoOp("DAHDI/12-1", "DID is now s") in new stack
  7. -- Executing [s@from-zaptel:5] GotoIf("DAHDI/12-1", "1?zapok:notzap") in new stack
  8. -- Goto (from-zaptel,s,8)
  9. -- Executing [s@from-zaptel:8] NoOp("DAHDI/12-1", "Is a Zaptel Channel") in new stack
  10. -- Executing [s@from-zaptel:9] Set("DAHDI/12-1", "CHAN=12-1") in new stack
  11. -- Executing [s@from-zaptel:10] Set("DAHDI/12-1", "CHAN=12") in new stack
  12. -- Executing [s@from-zaptel:11] Macro("DAHDI/12-1", "from-zaptel-12|s|1") in new stack
  13. -- Executing [s@macro-from-zaptel-12:1] NoOp("DAHDI/12-1", "Entering macro-from-zaptel-12 with DID = s and setting to: 012") in new stack
  14. -- Executing [s@macro-from-zaptel-12:2] Set("DAHDI/12-1", "__FROM_DID=012") in new stack
  15. -- Executing [s@macro-from-zaptel-12:3] Goto("DAHDI/12-1", "from-trunk|012|1") in new stack
  16. -- Goto (from-trunk,012,1)
  17. == Channel 'DAHDI/12-1' jumping out of macro 'from-zaptel-12'
  18. -- Executing [012@from-trunk:1] Set("DAHDI/12-1", "__FROM_DID=012") in new stack
  19. -- Executing [012@from-trunk:2] Gosub("DAHDI/12-1", "app-blacklist-check|s|1") in new stack
  20. -- Executing [s@app-blacklist-check:1] LookupBlacklist("DAHDI/12-1", "") in new stack
  21. -- Executing [s@app-blacklist-check:2] GotoIf("DAHDI/12-1", "0?blacklisted") in new stack
  22. -- Executing [s@app-blacklist-check:3] Return("DAHDI/12-1", "") in new stack
  23. -- Executing [012@from-trunk:3] GotoIf("DAHDI/12-1", "0 ?cidok") in new stack
  24. -- Executing [012@from-trunk:4] Set("DAHDI/12-1", "CALLERID(name)=") in new stack
  25. -- Executing [012@from-trunk:5] NoOp("DAHDI/12-1", "CallerID is "" <>") in new stack
  26. -- Executing [012@from-trunk:6] Answer("DAHDI/12-1", "") in new stack
  27. -- Executing [012@from-trunk:7] Wait("DAHDI/12-1", "6") in new stack
  28. -- Executing [012@from-trunk:8] Set("DAHDI/12-1", "__CALLINGPRES_SV=allowed_not_screened") in new stack
  29. -- Executing [012@from-trunk:9] SetCallerPres("DAHDI/12-1", "allowed_not_screened") in new stack
  30. -- Executing [012@from-trunk:10] Goto("DAHDI/12-1", "app-blackhole|hangup|1") in new stack
  31. -- Goto (app-blackhole,hangup,1)
  32. -- Executing [hangup@app-blackhole:1] NoOp("DAHDI/12-1", "Blackhole Dest: Hangup") in new stack
  33. -- Executing [hangup@app-blackhole:2] Hangup("DAHDI/12-1", "") in new stack
  34. == Spawn extension (app-blackhole, hangup, 2) exited non-zero on 'DAHDI/12-1'
  35. -- Hungup 'DAHDI/12-1'
  36. ippbx*CLI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement