; sipp : uac client (creates calls) ; 100-199: normal clients (for debugging and testing) ; 200-299: uas clients (accepts calls) ; 1000+: application and asterisk regression tests, called by uas. [globals] [general] autofallthrough=yes [default] [incoming_calls] [internal] [phones] include => internal exten => 1000,1,MeetMe(1000) exten => 1001,1,Goto(test-parkinglot,${ARG1},1) exten => 1002,1,VoiceMail(1002|s) ;3 digits means numers are used for SIP devices: exten => _XXX,1,Dial(SIP/${EXTEN}) [test-parkinglot] include => parkedcalls