Last change
on this file since 105afb5 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
|
Line | |
---|
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] |
---|
9 | autofallthrough=yes |
---|
10 | |
---|
11 | |
---|
12 | [default] |
---|
13 | |
---|
14 | |
---|
15 | [incoming_calls] |
---|
16 | |
---|
17 | [internal] |
---|
18 | |
---|
19 | [phones] |
---|
20 | include => internal |
---|
21 | |
---|
22 | exten => 1000,1,MeetMe(1000) |
---|
23 | exten => 1001,1,Goto(test-parkinglot,${ARG1},1) |
---|
24 | exten => 1002,1,VoiceMail(1002|s) |
---|
25 | |
---|
26 | ;3 digits means numers are used for SIP devices: |
---|
27 | exten => _XXX,1,Dial(SIP/${EXTEN}) |
---|
28 | |
---|
29 | |
---|
30 | [test-parkinglot] |
---|
31 | include => parkedcalls |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.