search for: intype

Displaying 20 results from an estimated 20 matches for "intype".

Did you mean: i_type
2005 Jan 18
0
AMP and Asterisk PSTN extension config
...:) 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 assume its an extension exten => s,7,Wait(3) ;wait 3 more second to make sure this isn't a fax...
2004 Dec 21
5
AMP - Fax Detections
...m 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 with EXT, then assume its an extension exten => s,7,Wait(3) ;wait 3 more second to make sure this isn't a fax...
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...rs,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 assume its an extension exten => s,7,Wait(3) ;wait 3 more second to make sure this isn't a fax before dialing someone exten => s,8,Goto(ext-local,${INCOMI...
2005 Jan 26
1
Inbound analog Telco line not answered
...,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 assume its an extension exten => s,7,Wait(3) ;wait 3 more second to make sure this isn't a fax before dialing someone exten => s,8,Goto(ext-local,...
2005 Feb 28
2
Fax Failing
...-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 -- Executing Cut("Zap/2-1", "intype=intype|-|1") in new stack -- Executing GotoIf("Zap/2-1", "0?7:9") in new stack -- Goto (from-pstn-reghours,s,9) -- Executing GotoIf("Zap/2-1", "0?10:12") in new s...
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 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
2006 Feb 28
1
FW: Re: Delay on Phone ringing
...-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 -- Executing Cut("Zap/1-1", "intype=intype|-|1") in new stack -- Executing GotoIf("Zap/1-1", "1?7:9") in new stack -- Goto (from-pstn-reghours,s,7) -- Executing Wait("Zap/1-1", "3") in new stack...
2006 Mar 26
1
AAH: DNID not set if caller suppresses CID?
...") in new stack Mar 26 17:27:37 DEBUG[7284] chan_zap.c: Engaged echo training on channel 1 Mar 26 17:27:37 VERBOSE[7284] logger.c: -- Executing Wait("Zap/1-1", "1") in new stack Mar 26 17:27:38 VERBOSE[7284] logger.c: -- Executing SetVar("Zap/1-1", "intype=EXT-23") in new stack Mar 26 17:27:38 VERBOSE[7284] logger.c: -- Executing Cut("Zap/1-1", "intype=intype|-|1") in new stack Can someone give me a hint what went wrong? TIA, Rgds, Hans
2005 Sep 28
0
Trying to cut out the paper work...
...8 DEBUG[14709]: Enabled echo cancellation on channel 1 Sep 28 13:31:58 DEBUG[14709]: No echo training requested Sep 28 13:31:58 VERBOSE[14709]: -- Executing Wait("Zap/1-1", "1") in new stack Sep 28 13:31:59 VERBOSE[14709]: -- Executing SetVar("Zap/1-1", "intype=QUE-200") in new stack Sep 28 13:31:59 VERBOSE[14709]: -- Executing Cut("Zap/1-1", "intype=intype|-|1") in new stack Sep 28 13:31:59 DEBUG[14709]: Expression is '0' Sep 28 13:31:59 VERBOSE[14709]: -- Executing GotoIf("Zap/1-1", "0?7:9")...
2005 Aug 21
0
Problem with auto-attendant config, I think..
...DEBUG[1617]: Enabled echo cancellation on channel 4 Aug 20 11:16:47 DEBUG[1617]: Engaged echo training on channel 4 Aug 20 11:16:47 VERBOSE[1617]: -- Executing Wait("Zap/4-1", "1") in new stack Aug 20 11:16:48 VERBOSE[1617]: -- Executing SetVar("Zap/4-1", "intype=aa_2") in new stack Aug 20 11:16:48 VERBOSE[1617]: -- Executing Cut("Zap/4-1", "intype=intype|-|1") in new stack Aug 20 11:16:48 DEBUG[1617]: Expression is '0' Aug 20 11:16:48 VERBOSE[1617]: -- Executing GotoIf("Zap/4-1", "0?7:9") in new...
2005 Aug 04
1
no ring to callers?
...-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=EXT-222") in new stack -- Executing Cut("SIP/2017540019-fe29", "intype=intype|-|1") in new stack -- Executing GotoIf("SIP/2017540019-fe29", "1?7:9") in new stack -- Goto (from-pstn-reghours,s,7) -- Executing Wait("SIP/2017540019-fe...
2000 Apr 16
0
Trying to get cmdline going...
..." yet again. I have been doing some fiddling with it and found a few thinkos to fix, but some of the more esoteric getopt() things are stumping me. Ferinstance, it seems that < device=strdup(optarg); ought to be > device=optarg; and < if((ret=CheckWav(infile,bufferfill,&intype))){ probably should be > if((ret=CheckWav(inbuffer,bufferfill,&intype))){ and I've faked up a fill_buffer routine: > int fill_buffer(FILE *infile, char *inbuffer, int bufferfill, int insize) > { > return fread(inbuffer, sizeof(char), insize, infile); > } but, the lo...
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
2006 Apr 07
1
Inbound PRI calls drop after 5 seconds using Sangoma A101
...- 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 '1' logger.c: -- Executing GotoIf("Zap/1-1", "1?4:5") in new stack logger.c: -- Goto (from-pstn-reghours-nofax,...
2006 Mar 30
3
asterisk doesn't wait for whole extension
Hi, maybe a dumb question, but it seems that some calls are directed to our central dial in number despite the extensions the callers say they dialled. E.g. they dial 1234-567, asterisk recognizes 12345, it says this is an unknown extension, where it is right, and redirects the call to the central dial in extension 1234-0. This only seems to happen when the numbers are dialled manually. When
2006 May 11
1
Simulating scalar-valued stationary Gaussian processes
Hi, I have a sample of size 100 from a function in interval [0,1] which can be assumed to come from a scalar-valued stationary Gaussian process. There are about 500 observation points in the interval. I need an effective and fast way to simulate from the Gaussian process conditioned on the available data. I can of course estimate the mean and 500x500 covariance matrix from data. I have searched
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
2008 Sep 22
3
syntax error in RJS
I''m new to Ruby on Rails and came across a problem I could not solve alone. I''ve a pretty simple RJS file that looks like the following: 3.times do page.insert_html :bottom, ''messages'', ''test'' end page.call ''updateMessageWindow'' However this snippet gives a syntax error: ActionView::TemplateError (compile error D:/Eigene
2009 Aug 25
28
Anything but Aptana
Not trying to get into a "What''s a good IDE" here, BUT....On Windows....RadRails never cut it. Under Aptana, it''s a terrible joke, and I''m sick of losing so much time waiting not only for this thing to initialize, but the hanging and crashing I go through is killing me. Please, someone....point me to a decent, lightweight IDE. All i want is syntax coloring.