- Defining Extensions in contexts extensions.conf:
[linux3]
exten => 53,1,dial,SIP/jeremy,30
exten => 55,1,dial,SIP/laptop
exten => 56,1,dial,SIP/phone - the two digit number is our extension number
- 1 is the priority
- dial is the command -- see extra links in the schedule
- SIP/jeremy is the protocol/TargetUser
- 30 is number of seconds for timeout
- exten => 53,2,Voicemail,u1000
- Send them to voicemail, give them instructions, and dump them to box 1000
NEXT
PREVIOUS
Master Index