thufir

Untitled

Jul 4th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. mordor*CLI>
  2. mordor*CLI> dialplan show
  3. __func_periodic_hook_context__ ael-builtin-h-bubble ael-default ael-demo
  4. ael-dundi-e164 ael-dundi-e164-canonical ael-dundi-e164-customers ael-dundi-e164-local
  5. ael-dundi-e164-lookup ael-dundi-e164-switch ael-dundi-e164-via-pstn ael-iaxprovider
  6. ael-iaxtel700 ael-international ael-local ael-longdistance
  7. ael-std-exten-ael ael-trunkint ael-trunkld ael-trunklocal
  8. ael-trunktollfree chanvar default demo
  9. globals local myphones outbound
  10. parkedcalls public inbound
  11. mordor*CLI> dialplan show globals
  12. TOLL=SIP/TELNYX
  13. OUTBOUND-TRUNKMSD=1
  14. OUTBOUND-TRUNK="Zap/g2"
  15. IAXINFO-AEL=guest
  16. CONSOLE-AEL="Console/dsp"
  17.  
  18. -- 5 variable(s)
  19. mordor*CLI>
  20. mordor*CLI> dialplan show myphones
  21. [ Context 'myphones' created by 'pbx_config' ]
  22. '1000' => 1. Dial(SIP/1000) [pbx_config]
  23. 2. Hangup() [pbx_config]
  24. '1001' => 1. Dial(SIP/1001) [pbx_config]
  25. 2. Hangup() [pbx_config]
  26. '201' => 1. Answer() [pbx_config]
  27. 2. Playback(tt-monty-knights) [pbx_config]
  28. 3. Hangup() [pbx_config]
  29. '202' => 1. Answer() [pbx_config]
  30. 2. Playback(welcome) [pbx_config]
  31. 3. Playback(demo-echotest) [pbx_config]
  32. 4. Echo() [pbx_config]
  33. 5. Playback(demo-echodone) [pbx_config]
  34. 6. Playback(vm-goodbye) [pbx_config]
  35. 7. Hangup() [pbx_config]
  36. '4000' => 1. Playback(tt-monkeys) [pbx_config]
  37. '5000' => 1. Playback(tt-monkeysintro) [pbx_config]
  38. '555' => 1. Playback(hello-world) [pbx_config]
  39. 2. Playback(echo-test) [pbx_config]
  40. 3. Echo() [pbx_config]
  41. 4. Playback(demo-echodone) [pbx_config]
  42. '6001' => 1. Dial(SIP/demo_alice,20) [pbx_config]
  43. '6002' => 1. Dial(SIP/demo_bob,20) [pbx_config]
  44. '6003' => 1. Dial(SIP/thufir,20) [pbx_config]
  45. '6004' => 1. Dial(SIP/hawat,20) [pbx_config]
  46. '6005' => 1. Dial(SIP/piter,20) [pbx_config]
  47. Include => 'inbound' [pbx_config]
  48. Include => 'outbound' [pbx_config]
  49.  
  50. -= 12 extensions (25 priorities) in 1 context. =-
  51. mordor*CLI>
  52. mordor*CLI> dialplan show inbound
  53. [ Context 'inbound' created by 'pbx_config' ]
  54. '_x.' => 1. NoOp() [pbx_config]
  55. 2. Dial(SIP/thufir,60) [pbx_config]
  56. 3. Hangup() [pbx_config]
  57.  
  58. -= 1 extension (3 priorities) in 1 context. =-
  59. mordor*CLI>
  60. mordor*CLI> dialplan show outbound
  61. [ Context 'outbound' created by 'pbx_config' ]
  62. '_1NXXNXXXXXX' => 1. NoOp() [pbx_config]
  63. 2. Set(CALLERID(name)=opm) [pbx_config]
  64. 3. Log(NOTICE, Dialing out from ${CALLERID(all)} to ${EXTEN:1} through ${TOLL}) [pbx_config]
  65. 4. Dial(${TOLL}/${EXTEN:1},60) [pbx_config]
  66. 5. Playtones(congestion) [pbx_config]
  67. 6. Hangup() [pbx_config]
  68.  
  69. -= 1 extension (6 priorities) in 1 context. =-
  70. mordor*CLI>
Advertisement
Add Comment
Please, Sign In to add comment