source: tests/asteriskstress/asterisk/extensions.conf @ 26ffad7

Last change on this file since 26ffad7 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 554 bytes
RevLine 
[c5c522c]1; sipp   : uac client (creates calls)
2; 100-199: normal clients (for debugging and testing)
3; 200-299: uas clients (accepts calls)
4; 1000+: application and asterisk regression tests, called by uas.
5
6[globals]
7
8[general]
9autofallthrough=yes
10
11
12[default]
13
14
15[incoming_calls]
16
17[internal]
18
19[phones]
20include => internal
21
22exten => 1000,1,MeetMe(1000)
23exten => 1001,1,Goto(test-parkinglot,${ARG1},1)
24exten => 1002,1,VoiceMail(1002|s)
25
26;3 digits means numers are used for SIP devices:
27exten => _XXX,1,Dial(SIP/${EXTEN})
28
29
30[test-parkinglot]
31include => parkedcalls
32
Note: See TracBrowser for help on using the repository browser.