Advertisement
Guest User

Untitled

a guest
May 26th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 KB | None | 0 0
  1. morris*CLI> dialplan show
  2. [ Context 'hy' created by 'pbx_config' ]
  3. '#' => 1. Hangup() [pbx_config]
  4. '8500' => 1. VoicemailMain(info@yorkshire.hosting) [pbx_config]
  5. 2. Hangup(s,6) [pbx_config]
  6. 'i' => 1. NoOp(Didn't dial something valid, hanging up) [pbx_config]
  7. 2. Hangup() [pbx_config]
  8. 's' => 1. Wait(1) [pbx_config]
  9. 2. Answer() [pbx_config]
  10. 3. Set(TIMEOUT(digit)=5) [pbx_config]
  11. 4. Set(TIMEOUT(response)=10) [pbx_config]
  12. 5. BackGround(asterisk-recording) [pbx_config]
  13. 6. WaitExten(10) [pbx_config]
  14. 7. Voicemail(info@yorkshire.hosting,u) [pbx_config]
  15. 8. Hangup() [pbx_config]
  16. 't' => 1. NoOp(Waited too long, hanging up) [pbx_config]
  17. 2. Hangup() [pbx_config]
  18.  
  19. [ Context 'parkedcalls' created by 'features' ]
  20. '700' => 1. Park() [features]
  21.  
  22. [ Context 'local' created by 'pbx_lua' ]
  23. Alt. Switch => 'Lua/' [pbx_lua]
  24.  
  25. [ Context 'demo' created by 'pbx_lua' ]
  26. '1000' => hint: SIP/1000 [pbx_lua]
  27. '1001' => hint: SIP/1001 [pbx_lua]
  28. Alt. Switch => 'Lua/' [pbx_lua]
  29.  
  30. [ Context 'public' created by 'pbx_lua' ]
  31. Alt. Switch => 'Lua/' [pbx_lua]
  32.  
  33. [ Context 'default' created by 'pbx_lua' ]
  34. '1234' => hint: SIP/1234 [pbx_lua]
  35. Alt. Switch => 'Lua/' [pbx_lua]
  36.  
  37. [ Context 'ael-builtin-h-bubble' created by 'pbx_ael' ]
  38. 'h' => 1. Goto(9991) [pbx_ael]
  39. 9991. Set(~~parentcxt~~=${STACK_PEEK(1,c,1)}) [pbx_ael]
  40. 9992. GotoIf($["${~~parentcxt~~}"=""]?9996) [pbx_ael]
  41. 9993. GotoIf(${DIALPLAN_EXISTS(${~~parentcxt~~},h,1)}?9994:9996) [pbx_ael]
  42. 9994. StackPop() [pbx_ael]
  43. 9995. Goto(${~~parentcxt~~},h,1) [pbx_ael]
  44. 9996. NoOp() [pbx_ael]
  45.  
  46. [ Context 'ael-default' created by 'pbx_ael' ]
  47. Include => 'ael-demo' [pbx_ael]
  48.  
  49. [ Context 'ael-demo' created by 'pbx_ael' ]
  50. '#' => 1. Playback(demo-thanks) [pbx_ael]
  51. 2. Hangup() [pbx_ael]
  52. '1000' => 1. Goto(ael-default,s,1) [pbx_ael]
  53. '2' => 1. Background(demo-moreinfo) [pbx_ael]
  54. 2. Goto(s,instructions) [pbx_ael]
  55. '3' => 1. Set(LANGUAGE()=fr) [pbx_ael]
  56. 2. Goto(s,restart) [pbx_ael]
  57. '500' => 1. Playback(demo-abouttotry) [pbx_ael]
  58. 2. Dial(IAX2/guest@misery.digium.com/s@default) [pbx_ael]
  59. 3. Playback(demo-nogo) [pbx_ael]
  60. 4. Goto(s,instructions) [pbx_ael]
  61. '600' => 1. Playback(demo-echotest) [pbx_ael]
  62. 2. Echo() [pbx_ael]
  63. 3. Playback(demo-echodone) [pbx_ael]
  64. 4. Goto(s,instructions) [pbx_ael]
  65. '8500' => 1. VoicemailMain() [pbx_ael]
  66. 2. Goto(s,instructions) [pbx_ael]
  67. 'i' => 1. Playback(invalid) [pbx_ael]
  68. 's' => 1. Wait(1) [pbx_ael]
  69. 2. Answer() [pbx_ael]
  70. 3. Set(TIMEOUT(digit)=5) [pbx_ael]
  71. 4. Set(TIMEOUT(response)=10) [pbx_ael]
  72. [restart] 5. Background(demo-congrats) [pbx_ael]
  73. [instructions] 6. MSet(x=$[0]) [pbx_ael]
  74. 7. GotoIf($[ ${x} < 3]?8:12) [pbx_ael]
  75. 8. Background(demo-instruct) [pbx_ael]
  76. 9. WaitExten() [pbx_ael]
  77. 10. MSet(x=$[${x} + 1]) [pbx_ael]
  78. 11. Goto(7) [pbx_ael]
  79. 12. NoOp(Finish for_ael-demo_3) [pbx_ael]
  80. 't' => 1. Goto(#,1) [pbx_ael]
  81. '_1234' => 1. Gosub(ael-std-exten-ael,~~s~~,1(${EXTEN}, "IAX2")) [pbx_ael]
  82.  
  83. [ Context 'ael-std-exten-ael' created by 'pbx_ael' ]
  84. 'a' => 1. VoiceMailMain(${ext}) [pbx_ael]
  85. 2. Return() [pbx_ael]
  86. 'sw_1_' => 10. Goto(sw_1_.,10) [pbx_ael]
  87. 'sw_1_BUSY' => 10. Voicemail(${ext},b) [pbx_ael]
  88. 11. Goto(~~s~~,7) [pbx_ael]
  89. '~~s~~' => 1. MSet(LOCAL(ext)=${ARG1}) [pbx_ael]
  90. 2. MSet(LOCAL(dev)=${ARG2}) [pbx_ael]
  91. 3. MSet(LOCAL(~~EXTEN~~)=${EXTEN}) [pbx_ael]
  92. 4. MSet(LOCAL(~~EXTEN~~)=${~~EXTEN~~}) [pbx_ael]
  93. 5. Dial(${dev}/${ext},20) [pbx_ael]
  94. 6. Goto(sw_1_${DIALSTATUS},10) [pbx_ael]
  95. 7. NoOp(Finish switch_ael-std-exten-ael_1) [pbx_ael]
  96. 8. Return() [pbx_ael]
  97. '_sw_1_.' => 10. Voicemail(${ext},u) [pbx_ael]
  98. 11. Goto(~~s~~,7) [pbx_ael]
  99. Include => 'ael-builtin-h-bubble' [pbx_ael]
  100.  
  101. [ Context 'ael-local' created by 'pbx_ael' ]
  102. Include => 'ael-default' [pbx_ael]
  103. Include => 'ael-trunklocal' [pbx_ael]
  104. Include => 'ael-iaxtel700' [pbx_ael]
  105. Include => 'ael-trunktollfree' [pbx_ael]
  106. Include => 'ael-iaxprovider' [pbx_ael]
  107. Ignore pattern => '9' [pbx_ael]
  108.  
  109. [ Context 'ael-longdistance' created by 'pbx_ael' ]
  110. Include => 'ael-local' [pbx_ael]
  111. Include => 'ael-trunkld' [pbx_ael]
  112. Ignore pattern => '9' [pbx_ael]
  113.  
  114. [ Context 'ael-international' created by 'pbx_ael' ]
  115. Include => 'ael-longdistance' [pbx_ael]
  116. Include => 'ael-trunkint' [pbx_ael]
  117. Ignore pattern => '9' [pbx_ael]
  118.  
  119. [ Context 'ael-trunktollfree' created by 'pbx_ael' ]
  120. '_91800NXXXXXX' => 1. Dial(${OUTBOUND-TRUNK}/${EXTEN:${OUTBOUND-TRUNKMSD}}) [pbx_ael]
  121. '_91866NXXXXXX' => 1. Dial(${OUTBOUND-TRUNK}/${EXTEN:${OUTBOUND-TRUNKMSD}}) [pbx_ael]
  122. '_91877NXXXXXX' => 1. Dial(${OUTBOUND-TRUNK}/${EXTEN:${OUTBOUND-TRUNKMSD}}) [pbx_ael]
  123. '_91888NXXXXXX' => 1. Dial(${OUTBOUND-TRUNK}/${EXTEN:${OUTBOUND-TRUNKMSD}}) [pbx_ael]
  124.  
  125. [ Context 'ael-trunklocal' created by 'pbx_ael' ]
  126. '_9NXXXXXX' => 1. Dial(${OUTBOUND-TRUNK}/${EXTEN:${OUTBOUND-TRUNKMSD}}) [pbx_ael]
  127.  
  128. [ Context 'ael-trunkld' created by 'pbx_ael' ]
  129. '_91NXXNXXXXXX' => 1. Gosub(ael-dundi-e164,~~s~~,1(${EXTEN:1})) [pbx_ael]
  130. 2. Dial(${OUTBOUND-TRUNK}/${EXTEN:${OUTBOUND-TRUNKMSD}}) [pbx_ael]
  131. Include => 'ael-dundi-e164-lookup' [pbx_ael]
  132.  
  133. [ Context 'ael-trunkint' created by 'pbx_ael' ]
  134. '_9011.' => 1. Gosub(ael-dundi-e164,~~s~~,1(${EXTEN:4})) [pbx_ael]
  135. 2. Dial(${OUTBOUND-TRUNK}/${EXTEN:${OUTBOUND-TRUNKMSD}}) [pbx_ael]
  136. Include => 'ael-dundi-e164-lookup' [pbx_ael]
  137.  
  138. [ Context 'ael-iaxprovider' created by 'pbx_ael' ]
  139.  
  140. [ Context 'ael-iaxtel700' created by 'pbx_ael' ]
  141. '_91700XXXXXXX' => 1. Dial(IAX2/${IAXINFO-AEL}@iaxtel.com/${EXTEN:1}@iaxtel) [pbx_ael]
  142.  
  143. [ Context 'ael-dundi-e164' created by 'pbx_ael' ]
  144. '~~s~~' => 1. MSet(LOCAL(exten)=${ARG1}) [pbx_ael]
  145. 2. Goto(${exten},1) [pbx_ael]
  146. 3. Return() [pbx_ael]
  147. Include => 'ael-builtin-h-bubble' [pbx_ael]
  148.  
  149. [ Context 'ael-dundi-e164-lookup' created by 'pbx_ael' ]
  150. Include => 'ael-dundi-e164-local' [pbx_ael]
  151. Include => 'ael-dundi-e164-switch' [pbx_ael]
  152.  
  153. [ Context 'ael-dundi-e164-switch' created by 'pbx_ael' ]
  154. Alt. Switch => 'DUNDi/e164' [pbx_ael]
  155.  
  156. [ Context 'ael-dundi-e164-local' created by 'pbx_ael' ]
  157. Include => 'ael-dundi-e164-canonical' [pbx_ael]
  158. Include => 'ael-dundi-e164-customers' [pbx_ael]
  159. Include => 'ael-dundi-e164-via-pstn' [pbx_ael]
  160.  
  161. [ Context 'ael-dundi-e164-via-pstn' created by 'pbx_ael' ]
  162.  
  163. [ Context 'ael-dundi-e164-customers' created by 'pbx_ael' ]
  164.  
  165. [ Context 'ael-dundi-e164-canonical' created by 'pbx_ael' ]
  166.  
  167. -= 35 extensions (86 priorities) in 26 contexts. =-
  168. morris*CLI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement