Displaying 9 results from an estimated 9 matches for "vmboxexistsstatus".
2007 Jan 23
0
AEL parse failure on 1.2.14
...SIPPEER(${ext}:status)});
if(${aretheyhere:0:2}) == "OK") {
MixMonitor(${UNIQUEID}.wav|b);
Dial(${dev},30);
switch(${DIALSTATUS}) {
case BUSY:
MailboxExists(${ext});
if("${VMBOXEXISTSSTATUS}" != "SUCCESS") {
Busy(5);
};
Voicemail(b${ext});
Hangup();
break;
default:
MailboxExists(${ext});...
2011 Apr 15
2
If voice mail not found dialplan
Hey guys,
I have stdexten macro dialplan and I have to handle those who doesn't
have voicemail box setup. Right now if someone call and if person
unavailable the it's just hangup that call. I want it say "person
doest have vm setup yet." smthing like that. How should I handle this
in my dialplan ?
--
Sent from my iPhone
2007 Aug 27
3
voip provider settings problem, please help
hi ppl, i'm using asterisk 1.2 because i'm making use of voiceone, but before i was using asterisk
1.4 and had the same problem, it concerns an italian voip/sip provider called eutelia/skypho, my
problem is the following one:
when i start my pbx my skypho account is working fine, meaning that e.g. incoming calls are shown
in the asterisk CLI and caller and callee can hear each other when
2007 Aug 28
1
calls being forwarded to neighbor?? please help, thx :)
...xten =
s-NOANSWER,1,GotoIf(${EXISTS(${DB(CFNR/${EXTENSION})})}?${MACRO_CONTEXT},${DB(CFNR/${EXTENSION})},1)
;Get CFNR key
exten = s-NOANSWER,n,GotoIf(${EXISTS(${DB(VM/${EXTENSION})})}?skip-vm)
exten = s-NOANSWER,n,MailboxExists(${EXTENSION})
exten = s-NOANSWER,n,NoOp(MailboxExists(${EXTENSION}): ${VMBOXEXISTSSTATUS})
exten = s-NOANSWER,n,GotoIf($["${VMBOXEXISTSSTATUS}"="SUCCESS"]?:skip-vm)
exten = s-NOANSWER,n,Voicemail(u${EXTENSION}) ;If unavailable, send to voicemail w/ unavail
announce
exten = s-NOANSWER,n(skip-vm),Playtones(congestion) ;If voicemail exited or it doesn't exist,
pl...
2013 Nov 25
4
Voicemail greeting playback issues?
Hey all
I have been beating on this all weekend long.
Any feed back would be appreciated.
We stood up a 11.6 system. We tested everything we could think of.
We moved over to it and all seemed to be working good than a customer told
us that they were not hearing our vociemail greetings.
When we call into the system and it drops to voicemail we just get a beep
no greeting played. We checked
2007 Sep 02
1
How can i send my sip channel 3 to mailbox 2? Please Help!
Hi folks,
i'm trying to configure my extensions.conf as small as posible and for
that reason i'm using macros. The problem is that maybe I have a
misunderstood the concept for the directive "mailbox" in sip.conf.
Under my knowledge configuring the mailbox directive to the mailbox I
want would be enought to leave an retreive messages in that voicemail
box. Of course it seems to
2006 Oct 30
1
dealing with blind transfers to invalid extensions
Running Asterisk 1.2.8 kernel 2.6.13.4-1.
Everything in my dialplan seems to be working well except for one
problem.
When calls are blind transferred to an invalid extension I would like
the call to go to the operator on ext 1000?
What is the best way to do this? Thanks in advance
Here's a snippet of my extensions.conf
[default]
exten=>_10XX,1,Macro(stdexten,${EXTEN},SIP/${EXTEN})
2008 Jan 26
1
CHANUNAVAIL
I've got a setup where we have 100 DID's. Our default dialplan has one
line that calls a macro:
exten => _22XX,1,Macro(STDEXT,${EXTEN})
The macro is pretty basic:
[macro-STDEXT]
exten => s,1,NoOp
exten => s,2,Dial(SIP/${ARG1},15,Tt)
exten => s,3,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,Voicemail(${ARG1}|u)
exten => s-NOANSWER,n,Hangup
exten =>
2011 Jan 24
0
Voicemail hangs up
...f("SIP/203-00000003", "0?200:300") in new stack
-- Goto (macro-get-vmcontext,s,300)
-- Executing [s at macro-get-vmcontext:300] NoOp("SIP/203-00000003", "") in new stack
-- Executing [*97 at from-internal:5] Set("SIP/203-00000003", "VMBOXEXISTSSTATUS=SUCCESS") in new stack
-- Executing [*97 at from-internal:6] GotoIf("SIP/203-00000003", "1?mbexist") in new stack
-- Goto (from-internal,*97,106)
-- Executing [*97 at from-internal:106] VoiceMailMain("SIP/203-00000003", "203 at default") in n...