Advertisement
echo501

extensions_custom.conf

Dec 18th, 2018
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. [root@besc-voip01 asterisk]# cat extensions_custom.conf
  2. [app-blackhole-custom]
  3. [app-blacklist-add-custom]
  4. [app-blacklist-add-invalid-custom]
  5. [app-blacklist-check-custom]
  6. [app-blacklist-custom]
  7. [app-blacklist-last-custom]
  8. [app-blacklist-remove-custom]
  9. [app-calltrace-custom]
  10. [app-calltrace-perform-custom]
  11. [app-callwaiting-cwoff-custom]
  12. [app-callwaiting-cwon-custom]
  13. [app-cf-busy-off-any-custom]
  14. [app-cf-busy-off-custom]
  15. [app-cf-busy-on-custom]
  16. [app-cf-off-any-custom]
  17. [app-cf-off-custom]
  18. [app-cf-on-custom]
  19. [app-cf-toggle-custom]
  20. [app-cf-unavailable-off-custom]
  21. [app-cf-unavailable-on-custom]
  22. [app-chanspy-custom]
  23. [app-dialvm-custom]
  24. [app-dictate-record-custom]
  25. [app-dictate-send-custom]
  26. [app-directory-custom]
  27. [app-dnd-off-custom]
  28. [app-dnd-on-custom]
  29. [app-dnd-toggle-custom]
  30. [app-echo-test-custom]
  31. [app-fax-custom]
  32. [app-fmf-toggle-custom]
  33. [app-pbdirectory-custom]
  34. [app-pickup-custom]
  35. [app-queue-toggle-custom]
  36. [app-recordings-custom]
  37. [app-speakextennum-custom]
  38. [app-speakingclock-custom]
  39. [app-speeddial-custom]
  40. [app-speeddial-set-custom]
  41. [app-userlogonoff-custom]
  42. [app-vmmain-custom]
  43. [app-zapbarge-custom]
  44. [bad-number-custom]
  45. [cidlookup-custom]
  46. [ext-did-0001-custom]
  47. [ext-did-0002-custom]
  48. [ext-did-catchall-custom]
  49. [maingreeting]
  50. exten => 7036513067,1,Answer
  51. exten => 7036513067,n,Ringing
  52. exten => 7036513067,n,Wait(1)
  53. exten => 7036513067,n,Background(custom/4dv-main)
  54. exten => 7036513067,n,Wait(1)
  55. exten => 7036513067,n,Background(or&digits/3&for&directory-assistance)
  56. exten => 7036513067,n,WaitExten(10)
  57. exten => 7036513067,n,Background(if-u-know-ext-dial&or&digits/3&for&directory-assistance)
  58. exten => 7036513067,n,WaitExten(20)
  59. exten => 7036513067,n,Background(goodbye)
  60. exten => 7036513067,n,Hangup
  61.  
  62. exten => 0,1,Goto(ext-local,204,1})
  63.  
  64. exten => 3,1,Directory(default,default,eb)
  65.  
  66. exten => _2XX,1,Goto(ext-findmefollow,FM${EXTEN},1)
  67. exten => _2XXX,1,Goto(ext-findmefollow,FM${EXTEN},1)
  68.  
  69. exten => _311,1,Playback(custom/knoe_test)
  70. exten => _311,n,Macro(hangupcall,)
  71.  
  72. exten => 2372,1,Goto(ext-meetme,2372,1)
  73.  
  74. [ext-did-post-custom]
  75. [ext-fax-custom]
  76. [ext-findmefollow]
  77. [ext-findmefollow]
  78. [ext-group-custom]
  79. [ext-local-custom]
  80. [ext-meetme-custom]
  81. [ext-paging-custom]
  82. [ext-queues-custom]
  83. [ext-test-custom]
  84. [ext-trunk-custom]
  85. [from-dahdi-custom]
  86. [from-did-direct-ivr-custom]
  87. [from-internal-additional-custom]
  88. [from-internal-custom]
  89. [from-pstn-custom]
  90. [from-queue-custom]
  91. [from-queue-exten-internal-custom]
  92. [from-queue-exten-only-custom]
  93. [from-trunk-sip-vitel-outbound-custom]
  94. [from-zaptel-custom]
  95. [macro-agent-add-custom]
  96. [macro-agent-del-custom]
  97. [macro-autoanswer-custom]
  98. [macro-auto-blkvm-custom]
  99. [macro-auto-confirm-custom]
  100. [macro-confirm-custom]
  101. [macro-dial-one-custom]
  102. [macro-dialout-dundi-custom]
  103. [macro-dialout-enum-custom]
  104. [macro-dialout-trunk-custom]
  105. [macro-exten-vm-custom]
  106. [macro-hangupcall-custom]
  107. [macro-outbound-callerid-custom]
  108. [macro-outisbusy-custom]
  109. [macro-record-enable-custom]
  110. [macro-simple-dial-custom]
  111. [macro-speeddial-lookup-custom]
  112. [macro-systemrecording-custom]
  113. [macro-toggle-add-agent-custom]
  114. [macro-toggle-del-agent-custom]
  115. [macro-user-callerid-custom]
  116. [macro-vm-custom]
  117. [outbound-allroutes-custom]
  118. [outrt-1-custom]
  119. [outrt-2-custom]
  120. [outrt-3-custom]
  121. [sub-pincheck-custom]
  122. [vm-callme-custom]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement