search for: dialoutanalog

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

2004 Dec 22
2
Can't Receive/Send Calls
...=> s,3,Dial(SIP/${FWDPREFIX}${ARG1}@fwd,70) exten => s,4,Macro(fastbusy) exten => s,5,Hangup exten => s,104,Macro(fastbusy) exten => s,105,Wait,3 exten => s,106,Playtones(congestion) exten => s,107,Wait,30 exten => s,108,Hangup ; Outbound [operator] exten => 0,1,Dial(${DIALOUTANALOG}/${EXTEN},70) exten => 0,2,Macro(fastbusy) exten => 0,102,Playback(ss-noservice) exten => 0,103,Macro(fastbusy) [e911] exten => 911,1,Dial(${DIALOUTANALOG}/${EXTEN}) exten => 911,2,Macro(fastbusy) exten => 911,102,Playback(ss-noservice) exten => 911,103,Macro(fastbusy) [force...
2004 Feb 03
2
Dialling Hook Flash on Zaptel
...I'm trying to get my X100P to Dial the following sequence to gain access to speed dial numbers on my Norstar PBX that the X100 is connected to... [FLASH] [*] [0] [22] (where 22 is the speed dial number) But so far I've had no luck, with the following extension:- exten => 922,1,Flash(${DIALOUTANALOG}) exten => 922,2,Dial(${DIALOUTANALOG}/*022) exten => 922,3,Congestion exten => 922,4,Hangup Looking at the console, Asterisk doesn't get past the Flash command, telling me that it's not a valid Zap channel. The call is being made from my Cisco SIP phone through my local Asterisk...
2005 Jul 25
3
Zap channel configuration problem
...n part). I make modprobe zaptel && modprobe wctdm without error return. Configuration files : /etc/zaptel.conf fxsks=1 loadzone = it defaultzone=it /etc/asterisk/zapata.conf [channels] language=en context=from-sip signalling=fxs_ks /etc/asterisk/extensions.conf TRUNK=Zap/g2 TRUNKMSD=1 DIALOUTANALOG=Zap/1 [from-sip] exten => _9.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _9.,2,Congestion exten => _0.,1,Dial(${DIALOUTANALOG}/${EXTEN}) exten => _0.,2,Congestion Anyway, if I dial a number adding 9 or 0, Asterisk returns -- Executing Dial("SIP/203-3cad", "Zap/1/...
2003 Apr 19
0
Unexpected behavior of X100P and * in no-dialtone situations
...lay a fastbusy signal. If the analog line is simply already occupied, push the call out of iconnect." I use macros to play the busy signals and dial through iconnect, but that is more or less irrelevant to the question I have. The snippet of extensions.conf: exten => _1503.,1,Dial(${DIALOUTANALOG}/${EXTEN:1}) exten => _1503.,2,Macro(fastbusy) exten => _1503.,102,Macro(nufone,${EXTEN},70) I disconnect the wire from the back of the X100P. This should (in my mind, at least) create an error condition. But here is the output on the console when I run that routine: . . . -- Exec...
2004 Apr 09
3
Ignorepat with capi
Hi to all, I'm trying to make outside call in this way : ignorepat => 0 exten => _0.,1,Dial(CAPI/xxxxxxx:b${exten}) But the first number 0 is not ignored. I'm doing something wrong ? Bye
2005 Feb 21
0
Asterisk to Asterisk via IAX2 Help
...context=from-sip qualify=200 trunk=yes permit=0.0.0.0/0.0.0.0 chomper:extensions.conf ================ [general] static=yes ; These two lines prevent the command-line interface writeprotect=yes ; from overwriting the config file. Leave them here. ; ; Set my info up. IAXINFO=chomper:SECRET DIALOUTANALOG=Zap/1 ; ; Extension 2101 is found on otao: exten => 2101,1,Dial(IAX2/${IAXINFO}@otao.ieworks.net/2101)
2005 Feb 22
0
[Fwd: Asterisk to Asterisk via IAX2 Help]
...context=from-sip qualify=200 trunk=yes permit=0.0.0.0/0.0.0.0 chomper:extensions.conf ================ [general] static=yes ; These two lines prevent the command-line interface writeprotect=yes ; from overwriting the config file. Leave them here. ; ; Set my info up. IAXINFO=chomper:SECRET DIALOUTANALOG=Zap/1 ; ; Extension 2101 is found on otao: exten => 2101,1,Dial(IAX2/${IAXINFO}@otao.ieworks.net/2101)