Skip to content

Commit 3f4e5ab

Browse files
committedFeb 14, 2025
sample 1
1 parent fb7e99c commit 3f4e5ab

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed
 

‎sample.call

-29
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
#
2-
# This is a sample file that can be dumped in /var/spool/asterisk/outgoing
3-
# to generate a call. For Asterisk to read call files, you must have the
4-
# pbx_spool.so module loaded.
5-
#
6-
# Comments are indicated by a '#' character that begins a line, or follows
7-
# a space or tab character. To be consistent with the configuration files
8-
# in Asterisk, comments can also be indicated by a semicolon. However, the
9-
# multiline comments (;-- --;) used in Asterisk configuration files are not
10-
# supported. Semicolons can be escaped by a backslash.
11-
#
12-
13-
# Obviously, you MUST specify at least a channel in the same format as you
14-
# would for the "Dial" application. Only one channel name is permitted.
15-
#
16-
Channel: DAHDI/1
17-
#
18-
# You can specify codecs for the call
19-
Codecs: alaw, speex, h264
20-
#
21-
# You may also specify a wait time (default is 45 seconds) for how long to
22-
# wait for the channel to be answered, a retry time (default is 5 mins)
23-
# for how soon to retry this call, and a maximum number of retries (default
24-
# is 0) for how many times to retry this call.
25-
#
26-
MaxRetries: 2
27-
RetryTime: 60
28-
WaitTime: 30
29-
301
#
312
# Once the call is answered, you must provide either an application/data
323
# combination, or a context/extension/priority in which to start the PBX.

0 commit comments

Comments
 (0)