Displaying 1 result from an estimated 1 matches for "initialsvm".
Did you mean:
initials
2004 Jan 07
1
Call Rollover
...F})
exten => 206,1,Macro(stdexten,${BRVM},${BR})
exten => 207,1,Macro(stdexten,${CGVM},${CG})
exten => 208,1,Macro(stdexten,${AGVM},${AG})
exten => 209,1,Macro(stdexten,${MDVM},${MD})
exten => 300,1,Macro(stdexten,${TRVM},${TR})
Conventions used in my Macro stdexten lines:
InitialsVM = SIP address
initials = extension
Example for user John Doe:
JD=SIP/JohnDoe
JDVM=400
My issue is that I want any calls coming into my [technicalmenu] context to
rollover after a period of time to the next extension, 206, and then to 207.
If none of these
extensions pickup I want th...