search for: foundm

Displaying 7 results from an estimated 7 matches for "foundm".

Did you mean: found
2005 Feb 12
0
Outbound calls on a busy Zap/1: BUSY vs. CHANUNAVAIL
...ld then try any other trunks that I have configured. Further, I don't want simply change the logic to try the IAX on a DIALSTATUS=BUSY because then a truely busy destination number would get re-dialed three times. Thanks for any help, John [macro-dial-pstn-iax] ; exten => s,1,SetGlobalVar(FOUNDME=ANSWER) exten => s,2,Dial(${PSTN}/${ARG1},${ARG2}) exten => s,3,SetGlobalVar(FOUNDME=${DIALSTATUS}) exten => s,4,GotoIf($[${DIALSTATUS} = CHANUNAVAIL]?5:19) ; exten => s,5,GotoIf($[${LEN(${ARG1})} = 10]?7:6) exten => s,6,GotoIf($[${LEN(${ARG1})} = 7]?9:11) exten => s,7,SetVar(Num...
2009 Aug 31
1
Question of resiliance
...with these ; ARG1 = number to dial ; ARG2 = timeout value ; ARG3 = flag determines if hangup or return on no answer ; HR = hangup and return (default) ; RT = return without hangup (must set) ; ; Returns with FOUNDME = DIALSTATUS ; ; exten => s,1,Set(GLOBAL(FOUNDME)=ANSWER) exten => s,2,Dial(SIP/${ARG1}${SIPMNF},${ARG2}) exten => s,3,Set(GLOBAL(FOUNDME)=${DIALSTATUS}) exten => s,4,GotoIf([${DIALSTATUS} = CHANUNAVAIL]?5:12) ; exten => s,5,Set(GLOBAL(FOUNDME)=ANSWER) exten => s,6,Dial(SIP/${ARG...
2004 Nov 30
0
No voice when I dial out
...thing, while on 601 it keeps ringing. (BTW, is it right to say "ringing" on the active phone?) The *CLI> doesn't show me anything useful: Executing Macro("SIP/601-8238", "dial-pstn|88097880|") in new stack Executing SetGlobalVar("SIP/601-8238", "FOUNDME=ANSWER") in new stack Setting global variable 'FOUNDME' to 'ANSWER' Executing Dial(SIP/601-8238", "ZAP/4/w88097880|") in new stack Called 4/w88097880 Zap/4-1 is ringing Zap/4-1 is ringing Zap/4-1 is ringing Hungup 'Zap/4-1' Spawn extension (macro-dial-ps...
2006 Feb 01
3
Dumb Dialout Question
I'm still trying to learn some parts of Asterisk, so sorry in advance for the dumb question! How do I set up an extension to dial out to the PSTN through my ZAP interfaces? I want the ability to have a ring group that will ring all of the phones in an office and then ring cell phones if nobody answers. I'm sure this is simple to do but I'm at a loss. I have tried the following
2006 May 29
4
How to enable call waiting on Sip Phones
How do you enable call waiting on sip phones? Ive looked and googled and can only find call waiting pstn phones butnot for sip. Is their a way of setting this up within the dailplan?
2004 Dec 01
0
extension and PSTN connection
...8X.,1,Macro(dial-pstn,${EXTEN},${LONGTIMEOUT}) exten => _90204X.,1,Congestion include => inhouse exten => i,1,Background(invalid) ; "That's not valid, try again" exten => i,2,Background(silence/1) exten => i,3,Goto(s,1) [macro-dial-pstn]; exten => s,1,SetGlobalVar(FOUNDME=ANSWER) exten => s,2,Dial(${PSTN}/w${ARG1},${ARG2}) exten => s,3,NoOp(${DIALSTATUS}) exten => s,4,Goto(s-${DIALSTATUS},1) exten => s,103,NoOp(${DIALSTATUS}) exten => s,104,Goto(s-${DIALSTATUS},1) exten => s-BUSY,1,BackGround(the-party-you-are-calling) exten => s-BUSY,2,BackGro...
2009 Sep 22
2
Problem with dialplan -> gotoif ?
...nf-sippt-pstn [ Context 'dial-sipmnf-sippt-pstn' created by 'pbx_config' ] 's' => 1. Verbose(1,Dialing ${ARG1} on mnf pt pstn) [pbx_config] 2. Dial(SIP/${ARG1}@${SIPMNF},${ARG2},${OUTBDIAL}) [pbx_config] 3. Set(GLOBAL(FOUNDME)=${DIALSTATUS}) [pbx_config] 4. GotoIf([${DIALSTATUS} = CHANUNAVAIL]?pt:ok) [pbx_config] [pt] 5. Dial(SIP/${ARG1}@${SIPPT},${ARG2},${OUTBDIAL}) [pbx_config] 6. Set(GLOBAL(FOUNDME)=${DIALSTATUS}) [pbx_config]...