Displaying 20 results from an estimated 27 matches for "no_answer".
2023 Jun 29
2
Plotting factors in graph panel
...Bank_Current
Bank_Savings Bank_NA
$10 1 3.05 29.76 31.18 36.0 46.54 24.75 25.4 3.307
$25 2 2.29 28.79 32.64 36.27 54.01 24.4 18.7 2.891
$40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4
$75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746
>$75 5 1.30 31.67 37.59 29.44 67.67 24.02 7.103 1.208
No_Answer 9 2.83 36.77 33.15 27.25 60.87 21.09 13.46 4.577",
header=TRUE,stringsAsFactors=FALSE)
at_df<-at_df[at_df$Income!="No_Answer",which(names(at_df)!="Bank_NA")]
png("Income_pcts.png",height=700)
par(mfrow=c(4,1))
plot(at_df[,"Bank_Current"],
type="...
2023 Jun 29
3
Plotting factors in graph panel
...k_NA
> $10 1 3.05 29.76 31.18 36.0 46.54 24.75 25.4 3.307
> $25 2 2.29 28.79 32.64 36.27 54.01 24.4 18.7 2.891
> $40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4
> $75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746
> >$75 5 1.30 31.67 37.59 29.44 67.67 24.02 7.103 1.208
> No_Answer 9 2.83 36.77 33.15 27.25 60.87 21.09 13.46 4.577",
> header=TRUE,stringsAsFactors=FALSE)
> at_df<-at_df[at_df$Income!="No_Answer",which(names(at_df)!="Bank_NA")]
> png("MF_Bank.png",height=600)
> par(mfrow=c(2,1))
> matplot(at_df[,c("MF_Non...
2023 Jun 28
1
Plotting factors in graph panel
...Bank_Current
Bank_Savings Bank_NA
$10 1 3.05 29.76 31.18 36.0 46.54 24.75 25.4 3.307
$25 2 2.29 28.79 32.64 36.27 54.01 24.4 18.7 2.891
$40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4
$75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746
>$75 5 1.30 31.67 37.59 29.44 67.67 24.02 7.103 1.208
No_Answer 9 2.83 36.77 33.15 27.25 60.87 21.09 13.46 4.577",
header=TRUE,stringsAsFactors=FALSE)
at_df<-at_df[at_df$Income!="No_Answer",which(names(at_df)!="Bank_NA")]
png("MF_Bank.png",height=600)
par(mfrow=c(2,1))
matplot(at_df[,c("MF_None","MF_Equity&q...
2007 Jun 06
1
CDR changes in 1.4.3?
...didn't see anything that addressed this particular issue.
>>
>> Thanks for the help.
>>
>> sl
>
> Scott--
>
> I'm the guilty party. I've been trying to fix several CDR bugs,
> involving stuff like missing times, missing changes in state (like
> NO_ANSWER when the call was ANSWERED), etc.
>
> CDR's are complicated by the fact that they record 3 events: "start",
> "Answer", and "end" events. Add to that the fact that in most cases at
> least two channels are involved, sometimes 4 or 5, or even more,
>...
2010 Mar 22
1
Call files : call multiple SIP-accounts
...4 create_addr: No such
host: test3&SIP
[Mar 22 14:40:26] NOTICE[29908]: channel.c:3046 __ast_request_and_dial:
Unable to request channel SIP/test3&SIP/test1
[Mar 22 14:40:26] NOTICE[29908]: pbx_spool.c:356 attempt_thread: Call
failed to go through, reason (0) Call Failure (not BUSY, and not
NO_ANSWER, maybe Circuit busy or down?)
So how can I simultaneously call different SIP-accounts from a
call-file ??
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100322/dbaae1b3/attachment.htm
2023 Jun 29
1
Plotting factors in graph panel
...s Bank_NA
> $10 1 3.05 29.76 31.18 36.0 46.54 24.75 25.4 3.307
> $25 2 2.29 28.79 32.64 36.27 54.01 24.4 18.7 2.891
> $40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4
> $75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746
> >$75 5 1.30 31.67 37.59 29.44 67.67 24.02 7.103 1.208 No_Answer 9
> 2.83 36.77 33.15 27.25 60.87 21.09 13.46 4.577",
> header=TRUE,stringsAsFactors=FALSE)
> at_df<-at_df[at_df$Income!="No_Answer",which(names(at_df)!="Bank_NA")]
> png("MF_Bank.png",height=600)
> par(mfrow=c(2,1))
> matplot(at_df[,c("M...
2023 Jun 28
2
Plotting factors in graph panel
Hello,
I want to plot the following kind of data (percentage of respondents from a
survey) that varies by Income into many small *line* graphs in a panel of
graphs. I want to omit "No Answer" categories. I want to see how each one
of the categories (percentages), "None", " Equity", etc. varies by Income.
How can I do this? How to organize the data well and how to
2007 Apr 27
2
CDR changes in 1.4.3?
Hello all:
I upgraded to 1.4.3 last night and use MySQL for CDR.
I have noticed that 1.4.3 seems to log a lot of "crap" to CDR that
1.4.2 did not. I use a few macros in my dialplan to handle outgoing
calls (lcr type stuff) and in addition to the proper CDR for the call
itself I also have records to 's' in the same dest-context and entries
to 's' in the default context.
2023 Jun 29
1
Plotting factors in graph panel
...1 3.05 29.76 31.18 36.0 46.54 24.75 25.4 3.307
> > $25 2 2.29 28.79 32.64 36.27 54.01 24.4 18.7 2.891
> > $40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4
> > $75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746
> > >$75 5 1.30 31.67 37.59 29.44 67.67 24.02 7.103 1.208 No_Answer 9
> > 2.83 36.77 33.15 27.25 60.87 21.09 13.46 4.577",
> > header=TRUE,stringsAsFactors=FALSE)
> > at_df<-at_df[at_df$Income!="No_Answer",which(names(at_df)!="Bank_NA")]
> > png("MF_Bank.png",height=600)
> > par(mfrow=c(2,1))
>...
2023 Jul 06
1
Plotting factors in graph panel
...18 36.0 46.54 24.75 25.4 3.307
>> > $25 2 2.29 28.79 32.64 36.27 54.01 24.4 18.7 2.891
>> > $40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4
>> > $75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746
>> > >$75 5 1.30 31.67 37.59 29.44 67.67 24.02 7.103 1.208 No_Answer 9
>> > 2.83 36.77 33.15 27.25 60.87 21.09 13.46 4.577",
>> > header=TRUE,stringsAsFactors=FALSE)
>> > at_df<-at_df[at_df$Income!="No_Answer",which(names(at_df)!="Bank_NA")]
>> > png("MF_Bank.png",height=600)
>> > pa...
2023 Jul 06
1
Plotting factors in graph panel
....75 25.4 3.307
>>> > $25 2 2.29 28.79 32.64 36.27 54.01 24.4 18.7 2.891
>>> > $40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4
>>> > $75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746
>>> > >$75 5 1.30 31.67 37.59 29.44 67.67 24.02 7.103 1.208 No_Answer 9
>>> > 2.83 36.77 33.15 27.25 60.87 21.09 13.46 4.577",
>>> > header=TRUE,stringsAsFactors=FALSE)
>>> > at_df<-at_df[at_df$Income!="No_Answer",which(names(at_df)!="Bank_NA")]
>>> > png("MF_Bank.png",height=600)...
2023 Jul 06
2
Plotting factors in graph panel
...>>> > $25 2 2.29 28.79 32.64 36.27 54.01 24.4 18.7 2.891
> >>> > $40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4
> >>> > $75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746
> >>> > >$75 5 1.30 31.67 37.59 29.44 67.67 24.02 7.103 1.208 No_Answer 9
> >>> > 2.83 36.77 33.15 27.25 60.87 21.09 13.46 4.577",
> >>> > header=TRUE,stringsAsFactors=FALSE)
> >>> > at_df<-at_df[at_df$Income!="No_Answer",which(names(at_df)!="Bank_NA")]
> >>> > png("MF_Bank.pn...
2008 Jan 23
0
app_txfax
...ford/src/agx-ast-addons/app_txfax.c:
Transmission loop error
When I send a fax to a line that's busy, I get:
[Jan 17 11:40:29] NOTICE[2439] pbx_spool.c: Call failed to go
through, reason (0 ) Call Failure (not BUSY, and
not NO_ANSWER, maybe Circuit busy or down?)
while I would expect a simple BUSY.
Also, app_txfax will retry the fax a few times before giving up. I'd
like to know when it gives up, so I can let the fax sender know that
it didn't go through. Is there a way to hook into that?
I'm using Asterisk 1.4...
2023 Jul 07
1
Plotting factors in graph panel
...36.27 54.01 24.4 18.7 2.891
> > >>> > $40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4
> > >>> > $75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746
> > >>> > >$75 5 1.30 31.67 37.59 29.44 67.67 24.02 7.103 1.208
> > >>> > No_Answer 9
> > >>> > 2.83 36.77 33.15 27.25 60.87 21.09 13.46 4.577",
> > >>> > header=TRUE,stringsAsFactors=FALSE)
> > >>> > at_df<-
> at_df[at_df$Income!="No_Answer",which(names(at_df)!="Bank
> > >>> > _NA&q...
2013 Sep 28
1
problem to get MWI working
Hello,
I am trying to get MWI working after integrating Asterisk with CCM.I have followed the instructions in http://www.voip-info.org/wiki/view/Asterisk+Cisco+CallManager+Voicemail+IntegrationMy problem is that I don't see externnotify's script being called at all in the logs, and not sure if I miss something here!
In Voicemail general I addedpollmailboxes =
2020 Jan 28
4
Call from an extension
...have my register:
register => 4452 at X.X.X.X/4452
[4452]
type=friend
username=4452
host=X.X.X.X
allow=all
dtmfmode=inband
When I try to make the call I get :
[Jan 28 08:05:57] NOTICE[44761]: pbx_spool.c:447 attempt_thread: Call
failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER,
maybe Circuit busy or down?)
[Jan 28 08:05:57] NOTICE[44761]: pbx_spool.c:450 attempt_thread: Queued
call to SIP/4452/7XXXXXXXXX expired without completion after 0 attempts
(where 7 is the outside line).
The exten 4452 is registered fine.
How do I make a call as an extension or what might I be m...
2011 Feb 18
1
[1.4/AGI] CHANNEL STATUS never "down & available"?
...get this
kind of error, even after waiting over 10 seconds after the remote end
rings once and hangs up:
==============
channel.c:2863 __ast_request_and_dial: Unable to request channel
Zap/1/123456
pbx_spool.c:341 attempt_thread: Call failed to go through, reason (0)
Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or
down?)
==============
According to this article, CHANNEL STATUS=0 means that the line is
available: www.voip-info.org/wiki/view/channel+status
Here are extensions.conf, the AGI script, and what the CLI says:
=============== extensions.conf
[from_fxo]
exten => s,1,Wait(2)...
2023 Jul 07
1
Plotting factors in graph panel
...7 2.891
> > > >>> > $40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4
> > > >>> > $75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746
> > > >>> > >$75 5 1.30 31.67 37.59 29.44 67.67 24.02 7.103 1.208
> > > >>> > No_Answer 9
> > > >>> > 2.83 36.77 33.15 27.25 60.87 21.09 13.46 4.577",
> > > >>> > header=TRUE,stringsAsFactors=FALSE)
> > > >>> > at_df<-
> > at_df[at_df$Income!="No_Answer",which(names(at_df)!="Bank
> > >...
2010 Jan 22
0
Handling SIP error codes/ISDN codes
...xten => rc-7,n,Goto(s|10)
exten => rc-16,1,NoOp(NORMAL_CLEARING)
exten => rc-16,n,Goto(s|10)
exten => rc-17,1,NoOp(USER_BUSY)
;exten => rc-17,n,Busy()
exten => rc-17,n,Goto(s|10)
exten => rc-18,1,NoOp(NO_USER_RESPONSE)
exten => rc-18,n,Goto(s|10)
exten => rc-19,1,NoOp(NO_ANSWER)
exten => rc-19,n,Goto(s|10)
exten => rc-21,1,NoOp(CALL_REJECTED)
exten => rc-21,n,Goto(s|10)
exten => rc-28,1,NoOp(INVALID_NUMBER_FORMAT)
exten => rc-28,n,Goto(s|10)
exten => rc-29,1,NoOp(FACILITY_REJECTED)
exten => rc-29,n,Goto(s|10)
exten => rc-30,1,NoOp(RESPONSE_TO_...
2011 Feb 24
2
[1.4] Still can't get it to call back
...call on Zap/1/123456 for start at callback:1 (Retry 1)
[Feb 24 09:29:58] NOTICE[6097]: channel.c:2863 __ast_request_and_dial:
Unable to request channel Zap/1/123456
[Feb 24 09:29:58] NOTICE[6097]: pbx_spool.c:341 attempt_thread: Call
failed to go through, reason (0) Call Failure (not BUSY, and not
NO_ANSWER, maybe Circuit busy or down?)
========
Thank you for any help.