Advertisement
Guest User

Untitled

a guest
Dec 9th, 2011
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [ext-did-0002]
  2. include => ext-did-0002-custom
  3. ext
  4. ext
  5. ext
  6.  
  7.  
  8. [ext-did-0002-custom]
  9. exten => +123,1,Verbose(1,Someone is calling extension 123.)
  10.  
  11. The above does NOT work....
  12.  
  13. [ext-did-0002]
  14. include => ext-did-0002-custom
  15. exten => +123,1,Verbose(1,Someone is calling extension 123.)
  16. ext
  17. ext
  18. ext
  19.  
  20. This DOES work
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement