Guest User

Untitled

a guest
May 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. [telemarket]
  2. exten => s,1,Background(telemarketer-intro) ; Script:
  3. ;; Due to the extremely high volume of calls from everything from telemarketers
  4. ;; to Septic System Bacteria vendors, we are asking all such organizations
  5. ;; to remove this number from their call list, or as need be, to add this
  6. ;; number to their No-Call list, whichever is relevent.
  7.  
  8. ;; [THE CARROT:]
  9. ;; We HAVE made some exceptions, and if you wish to see if your organization
  10. ;; has been exempted, please listen to and follow the following prompts.
  11. ;;
  12. ;; Otherwise, please Cease calling this number!
  13. ;;
  14. exten => s,2,Background(telemarketer-choices)
  15. ;; if you represent a charitable organization, please dial 1,
  16. ;; if you represent a political organization, please dial 2.
  17. ;; if you represent a polling company, please dial 3,
  18. ;; if you represent a market research organization, please dial 4.
  19. ;; if you represent a magazine or newsletter, please dial 5.
  20. ;; if you represent a commercial organization, please dial 6.
  21. ;; all others, dial 7.
  22. exten => 1,1,Goto(telemarket-charity,s,1)
  23. exten => 2,1,Goto(telemarket-political,s,1)
  24. exten => 3,1,Goto(telemarket-pollster,s,1)
  25. exten => 4,1,Goto(telemarket-research,s,1)
  26. exten => 5,1,Goto(telemarket-magazine,s,1)
  27. exten => 6,1,Goto(telemarket-commercial,s,1)
  28. exten => 7,1,Goto(telemarket-other,s,1)
  29. exten => t,1,Goto(telemarket,s,1)
  30. exten => i,1,Goto(telemarket,s,1)
Add Comment
Please, Sign In to add comment