sample.call 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #
  2. # This is a sample file that can be dumped in /var/spool/asterisk/outgoing
  3. # to generate a call. Obviously, you MUST specify at least a channel in
  4. # the same format as you would for the "Dial" application. Only one
  5. # channel name is permitted.
  6. #
  7. Channel: Zap/1
  8. #
  9. # You may also specify a wait time (default is 45 seconds) for how long to
  10. # wait for the channel to be answered, a retry time (default is 5 mins)
  11. # for how soon to retry this call, and a maximum number of retries (default
  12. # is 0) for how many times to retry this call.
  13. #
  14. MaxRetries: 2
  15. RetryTime: 60
  16. WaitTime: 30
  17. #
  18. # Once the call is answered, you must provide either an application/data
  19. # combination, or a context/extension/priority in which to start the PBX.
  20. #
  21. Context: default
  22. Extension: s
  23. Priority: 1
  24. #
  25. # Alternatively you can specify just an application
  26. # and its arguments to be run, instead of a context
  27. # extension and priority
  28. #
  29. #Application: VoiceMailMain
  30. #Data: 1234
  31. #
  32. # You can set the callerid that will be used for the outgoing call
  33. #
  34. #Callerid: Wakeup Call Service <(555) 555-5555>
  35. #
  36. # You can set channel variables that will be passed to the channel
  37. #
  38. #SetVar: file1=/tmp/to
  39. #SetVar: file2=/tmp/msg
  40. #SetVar: timestamp=20021023104500
  41. #
  42. # You may specify an account to be passed to CDRs
  43. #
  44. #Account: markster