search for: nofax

Displaying 20 results from an estimated 21 matches for "nofax".

2006 Feb 22
0
debugging asterisk configuration
...g calls from certain trunks. My problem is this calls are not checked through ext-did (for incoming routing). The calls from standard trunks are filtered correctly but these ones are not. Is there some way to debug what file/line is being executed by asterisk? My custom context is this: [from-pstn-nofax] include => from-pstn-custominclude customizations include => ext-did exten => _.,1,Goto(s,1) exten => s,1,SetVar(INCOMING=GRP-1) exten => s,2,GotoIf($[${IN_OVERRIDE} = forcereghours]?from-pstn-reghours-nofax,s,1:2) exten => s,3,GotoIf($[${IN_OVERRIDE} = forceafthours]?from-pstn-a...
2005 Jan 18
0
AMP and Asterisk PSTN extension config
...,s,1:) exten => s,2,GotoIf($[${IN_OVERRIDE} = forceafthours]?from-pstn-afthours,s,1:) exten => s,3,GotoIfTime(${REGTIME}|${REGDAYS}|*|*?from-pstn-reghours,s,1:) exten => s,4,Goto(from-pstn-afthours,s,1) [from-pstn-reghours] exten => s,1,GotoIf($[${FAX_RX} = disabled]?from-pstn-reghours-nofax,s,1:2) ; if fax detection is disabled, then jump to from-pstn-nofax - else continue exten => s,2,Answer exten => s,3,Wait(1) exten => s,4,SetVar(intype=${INCOMING}) exten => s,5,Cut(intype=intype,-,1) exten => s,6,GotoIf($[${intype} = EXT]?7:9) ; If INCOMING starts wi...
2014 Nov 25
2
High resident memory with 11.14.0 ?
...ten => _X.,n,Set(FAXOPT(gateway)=yes) exten => _X.,n,Goto(dial-hylafax,s,1) [dial-hylafax] exten => s,1,GotoIf($["${FROM_DID:0:1}" = "1"]?prune:cont) exten => s,n(prune),Set(__FROM_DID=${FROM_DID:1}) exten => s,n(cont),GotoIf($[${FAX_IDX} <= ${MAX_IDX}]?tryfax:nofax) exten => s,n(tryfax),Set(STATE=${DEVICE_STATE(Custom:iaxmodem${FAX_IDX})}) exten => s,n,NoOp(${STATE}) exten => s,n,Set(DEVICE_STATE(Custom:iaxmodem${FAX_IDX})=INUSE) exten => s,n,Dial(IAX2/iaxmodem${FAX_IDX}/${FROM_DID},60,g) exten => s,n,Goto(s-${DIALSTATUS},1) exten => s,n(nof...
2004 Dec 21
5
AMP - Fax Detections
...sing the default AMP extensions.conf, I start sending a fax, I hear it pick up and transfer to voicemail after 20s. Fax is set for system... Here is the detail from the extensions.conf [global] FAX_RX = system [from-pstn-reghours] exten => s,1,GotoIf($[${FAX_RX} = disabled]?from-pstn-reghours-nofax,s,1:2) ; if fax detection is disabled, then jump to from-pstn-nofax - else continue exten => s,2,Answer exten => s,3,Wait(1) exten => s,4,SetVar(intype=${INCOMING}) exten => s,5,Cut(intype=intype,-,1) exten => s,6,GotoIf($[${intype} = EXT]?7:9) ; If INCOMING starts wi...
2005 Feb 11
2
transferring a IAX call into a conference
When I make a call out on the Faktortel number I am then able to transfer to call to my asterisk meetme room of 801 by hitting 'transfer' then '801' then 'send' on my grandstream phone. This connects my faktortel trunk (and who ever is on the other end) to my conference room I can then make another call using my local pstn service and set up a 3 way (or whatever number
2005 Jul 08
1
Serial port DTMF Caller-ID reciever /w scripts for X100P/X101P/Clones....
...ollected by my cid daemon and return to asterisk in the CALLERID variable. get_cid.pl should be but in asterisk agi-bin directory, and the following modifications should be implemented in extensions.conf: [from-pstn-reghours] exten => s,1,GotoIf($[${FAX_RX} = disabled]?from-pstn-reghours-nofax,s,1:2) exten => s,2,Answer exten => s,3,agi,getcid.pl ;exten => s,3,Wait(1) [from-pstn-afthours] exten => s,1,GotoIf($[${FAX_RX} = disabled]?from-pstn-afthours-nofax,s,1:2) exten => s,2,Answer exten => s,3,agi,getcid.pl ;exten=> s,3,Wait(1) All plans and scripts are ava...
2005 Jan 26
1
Inbound analog Telco line not answered
...,s,1:) exten => s,2,GotoIf($[${IN_OVERRIDE} = forceafthours]?from-pstn-afthours,s,1:) exten => s,3,GotoIfTime(${REGTIME}|${REGDAYS}|*|*?from-pstn-reghours,s,1:) exten => s,4,Goto(from-pstn-afthours,s,1) [from-pstn-reghours] exten => s,1,GotoIf($[${FAX_RX} = disabled]?from-pstn-reghours-nofax,s,1:2) ; if fax detection is disabled, then jump to from-pstn-nofax - else continue exten => s,2,Answer exten => s,3,Wait(1) exten => s,4,SetVar(intype=${INCOMING}) exten => s,5,Cut(intype=intype,-,1) exten => s,6,GotoIf($[${intype} = EXT]?7:9) ; If INCOMING starts with EXT, then as...
2014 Nov 26
0
High resident memory with 11.14.0 ?
...teway)=yes) > exten => _X.,n,Goto(dial-hylafax,s,1) > > [dial-hylafax] > exten => s,1,GotoIf($["${FROM_DID:0:1}" = "1"]?prune:cont) > exten => s,n(prune),Set(__FROM_DID=${FROM_DID:1}) > exten => s,n(cont),GotoIf($[${FAX_IDX} <= ${MAX_IDX}]?tryfax:nofax) > exten => s,n(tryfax),Set(STATE=${DEVICE_STATE(Custom:iaxmodem${FAX_IDX})}) > exten => s,n,NoOp(${STATE}) > exten => s,n,Set(DEVICE_STATE(Custom:iaxmodem${FAX_IDX})=INUSE) > exten => s,n,Dial(IAX2/iaxmodem${FAX_IDX}/${FROM_DID},60,g) > exten => s,n,Goto(s-${DIALSTATU...
2005 Feb 28
2
Fax Failing
...help would be appreciated. Thanks! Wiley -- Starting simple switch on 'Zap/2-1' -- Executing GotoIf("Zap/2-1", "1?from-pstn-reghours|s|1:") in new stack -- Goto (from-pstn-reghours,s,1) -- Executing GotoIf("Zap/2-1", "0?from-pstn-reghours-nofax|s|1:2") in new stack -- Goto (from-pstn-reghours,s,2) -- Executing Answer("Zap/2-1", "") in new stack -- Executing Wait("Zap/2-1", "1") in new stack -- Executing SetVar("Zap/2-1", "intype=aa_1") in new stack -- Exe...
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...ghours,s,1 exten => s,2,GotoIf($[${IN_OVERRIDE} = forceafthours]?from-pstn-afthours,s,1 exten => s,3,GotoIfTime(${REGTIME}|${REGDAYS}|*|*?from-pstn-reghours,s,1 exten => s,4,Goto(from-pstn-afthours,s,1) [from-pstn-reghours] exten => s,1,GotoIf($[${FAX_RX} = disabled]?from-pstn-reghours-nofax,s,1:2) ; if fax detection is disabled, then jump to from-pstn-nofax - else continue exten => s,2,Answer exten => s,3,Wait(1) exten => s,4,SetVar(intype=${INCOMING}) exten => s,5,Cut(intype=intype,-,1) exten => s,6,GotoIf($[${intype} = EXT]?7:9) ; If INCOMING starts with EXT, then ass...
2006 Apr 07
1
Inbound PRI calls drop after 5 seconds using Sangoma A101
...n result is '1' logger.c: -- Executing GotoIf("Zap/1-1", "1?from-pstn-reghours|s|1:") in new stack logger.c: -- Goto (from-pstn-reghours,s,1) pbx.c: Expression result is '1' logger.c: -- Executing GotoIf("Zap/1-1", "1?from-pstn-reghours-nofax|s|1:2") in new stack logger.c: -- Goto (from-pstn-reghours-nofax,s,1) logger.c: -- Executing SetVar("Zap/1-1", "intype=EXT-211") in new stack logger.c: -- Executing Cut("Zap/1-1", "intype=intype|-|1") in new stack pbx.c: Expression result is...
2014 Nov 24
2
High resident memory with 11.14.0 ?
Also, how big does the cache in frame.c grow to? I've recompiled with MALLOC_DEBUG on that server: asterisk -rx "memory show summary" .... 1780466242 bytes (1780181594 cache) in 2352909 allocations in file frame.c ... Seems like a ridiculous cache. On Mon, Nov 24, 2014 at 9:02 AM, James Lamanna <jlamanna at gmail.com> wrote: > cat /proc/cpuinfo lists 4 cores. >
2006 Jan 30
8
Analog with channel bank - Inbound works, outbound doesn't
I am experimenting with an asterisk setup in my office. The last bit I have to test is working with analog lines. I have TE411p digium card, with an ISDN line plugged into the first, a channel bank plugged into the second port, and the last two ports empty. I have the following setup in my zaptel.conf: span=1,1,0,esf,b8zs bchan=1-23 dchan=24 span=2,0,0,d4,ami fxsks=25 And in zapata.conf, I
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every single thing I do No matter what I get busy extensions. I am willing to pay someone to help here. Anybody got a clue? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm
2006 Feb 28
1
FW: Re: Delay on Phone ringing
...p/1-1' -- Hungup 'Zap/1-1' -- Starting simple switch on 'Zap/1-1' -- Executing GotoIf("Zap/1-1", "1?from-pstn-reghours|s|1:") in new stack -- Goto (from-pstn-reghours,s,1) -- Executing GotoIf("Zap/1-1", "0?from-pstn-reghours-nofax|s|1:2") in new stack -- Goto (from-pstn-reghours,s,2) -- Executing Answer("Zap/1-1", "") in new stack -- Executing Wait("Zap/1-1", "1") in new stack -- Executing SetVar("Zap/1-1", "intype=EXT-220") in new stack --...
2006 Mar 26
1
AAH: DNID not set if caller suppresses CID?
...om-pstn-reghours|s|1:") in new stack Mar 26 17:27:37 VERBOSE[7284] logger.c: -- Goto (from-pstn-reghours,s,1) Mar 26 17:27:37 DEBUG[7284] pbx.c: Expression result is '0' Mar 26 17:27:37 VERBOSE[7284] logger.c: -- Executing GotoIf("Zap/1-1", "0?from-pstn-reghours-nofax|s|1:2") in new stack Mar 26 17:27:37 VERBOSE[7284] logger.c: -- Goto (from-pstn-reghours,s,2) Mar 26 17:27:37 VERBOSE[7284] logger.c: -- Executing Answer("Zap/1-1", "") in new stack Mar 26 17:27:37 DEBUG[7284] chan_zap.c: Engaged echo training on channel 1 Mar 26 1...
2005 Aug 21
0
Problem with auto-attendant config, I think..
...("Zap/4-1", "1?from-pstn-reghours|s|1:") in new stack Aug 20 11:16:47 VERBOSE[1617]: -- Goto (from-pstn-reghours,s,1) Aug 20 11:16:47 DEBUG[1617]: Expression is '0' Aug 20 11:16:47 VERBOSE[1617]: -- Executing GotoIf("Zap/4-1", "0?from-pstn-reghours-nofax|s|1:2") in new stack Aug 20 11:16:47 VERBOSE[1617]: -- Goto (from-pstn-reghours,s,2) Aug 20 11:16:47 VERBOSE[1617]: -- Executing Answer("Zap/4-1", "") in new stack Aug 20 11:16:47 DEBUG[1617]: Took Zap/4-1 off hook Aug 20 11:16:47 DEBUG[1617]: Enabled echo cancellat...
2005 Aug 04
1
no ring to callers?
...tput when a call is recieved. what am i missing here? thanks Bernie -- Executing GotoIf("SIP/2017540019-fe29", "1?from-pstn-reghours|s|1:") in new stack -- Goto (from-pstn-reghours,s,1) -- Executing GotoIf("SIP/2017540019-fe29", "0?from-pstn-reghours-nofax|s|1:2") in new stack -- Goto (from-pstn-reghours,s,2) -- Executing Answer("SIP/2017540019-fe29", "") in new stack -- Executing Wait("SIP/2017540019-fe29", "1") in new stack -- Executing SetVar("SIP/2017540019-fe29", "intype...
2014 Nov 27
2
Strange Issue: asterisk deleted
...n => _X.,n,Goto(dial-hylafax,s,1) >> >> [dial-hylafax] >> exten => s,1,GotoIf($["${FROM_DID:0:1}" = "1"]?prune:cont) >> exten => s,n(prune),Set(__FROM_DID=${FROM_DID:1}) >> exten => s,n(cont),GotoIf($[${FAX_IDX} <= ${MAX_IDX}]?tryfax:nofax) >> exten => s,n(tryfax),Set(STATE=${DEVICE_STATE(Custom:iaxmodem${FAX_IDX})}) >> exten => s,n,NoOp(${STATE}) >> exten => s,n,Set(DEVICE_STATE(Custom:iaxmodem${FAX_IDX})=INUSE) >> exten => s,n,Dial(IAX2/iaxmodem${FAX_IDX}/${FROM_DID},60,g) >> exten => s,...
2004 Oct 23
7
Asterisk and Broadvoice, no incoming voice
I just signed up for the BroadVoice service a few hours ago, but for the life of me I can't get any incoming voice. The incoming connection is fine as it rings my extension from outside, but I can't hear anyone talking. Outgoing voice is working fine though. I've been looking through the archives, but I haven't found a solution to the problem yet. I even tried another router