Displaying 2 results from an estimated 2 matches for "trvm".
Did you mean:
trim
2003 May 21
2
Answer not detected?
I have this in extensions.conf:
exten => 1,1,Dial,Zap/g9/4439568899/|24
exten => 1,2,VoiceMail(u8004)
and this happens:
-- Playing 'js-joe-trvm'
-- Executing Dial("Zap/2-1", "Zap/g9/4439568899/|24") in new stack
-- Called g9/4439568899/
-- Zap/1-1 is ringing
-- Zap/1-1 is ringing
-- Nobody picked up in 24000 ms
-- Hungup 'Zap/1-1'
-- Executing VoiceMail("Zap/2-1", "...
2004 Jan 07
1
Call Rollover
...ten,${DWVM},${DW})
exten => 205,1,Macro(stdexten,${RFVM},${RF})
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 extensio...