Displaying 17 results from an estimated 17 matches for "notsur".
Did you mean:
notsure
2010 Mar 24
3
AMD reporting NOTSURE most of the time
I am running Asterisk and using Answer machine detection with call files on
a virtual Vcloud server running Centos 5.3 and LAMP. I am finding that AMD
is only detecting HUMAN or MACHINE for about 30% of the calls (I sent over
50,000 outbound calls last week, and 70% said NOTSURE).
I have a suspicion that the problem may be due to the timing source on
virtual server when its under load delivering lots of asterisk calls, since
the AMDSTATUS always reports things such as:-
AMDSTATUS:NOTSURE-AMDCAUSE:TOOLONG-5500
My AMD.conf settings are all set to default:-
[general]
ini...
2017 Nov 04
2
ntfs user mappings?
...> echo ${hex_chunk}
>> rev=$(echo "ibase=16; ${hex_chunk}" | bc)
>> hex_chunk=$(echo ${hex}|cut -c3-4)
>> echo ${hex_chunk}
>> dashes=$(echo "ibase=16; ${hex_chunk}" | bc)
>> hex_chunk=$(echo ${hex}|cut -c5-16)
>> echo ${hex_chunk}
>> notsure=$(echo "ibase=16; ${hex_chunk}" | bc)
>> hex_chunk=$(echo ${hex}|cut -c17-24)
>> echo ${hex_chunk}
>> issuer1=$(echo "ibase=16; ${hex_chunk}" | bc)
>> hex_chunk=$(echo ${hex}|cut -c25-32)
>> echo ${hex_chunk}
>> issuer2=$(echo "ibase=16;...
2017 Nov 03
2
ntfs user mappings?
...d 's/ //g')
echo ${hex}
hex_chunk=$(echo ${hex}|cut -c1-2);
echo ${hex_chunk}
rev=$(echo "ibase=16; ${hex_chunk}" | bc)
hex_chunk=$(echo ${hex}|cut -c3-4)
echo ${hex_chunk}
dashes=$(echo "ibase=16; ${hex_chunk}" | bc)
hex_chunk=$(echo ${hex}|cut -c5-16)
echo ${hex_chunk}
notsure=$(echo "ibase=16; ${hex_chunk}" | bc)
hex_chunk=$(echo ${hex}|cut -c17-24)
echo ${hex_chunk}
issuer1=$(echo "ibase=16; ${hex_chunk}" | bc)
hex_chunk=$(echo ${hex}|cut -c25-32)
echo ${hex_chunk}
issuer2=$(echo "ibase=16; ${hex_chunk}" | bc)
hex_chunk=$(echo ${hex}|cut...
2017 Nov 05
3
ntfs user mappings?
...#39;s/
> //g'|awk '{print toupper($1)}')
> hex_chunk=$(echo ${hex}|cut -c1-2);
> rev=$(echo "ibase=16; ${hex_chunk}" | bc)
> hex_chunk=$(echo ${hex}|cut -c3-4)
> dashes=$(echo "ibase=16; ${hex_chunk}" | bc)
> hex_chunk=$(echo ${hex}|cut -c5-16)
> notsure=$(echo "ibase=16; ${hex_chunk}" | bc)
> nonuniq=$(littlehex2int ${hex} 17 24)
> issuer1=$(littlehex2int ${hex} 25 32)
> issuer2=$(littlehex2int ${hex} 33 40)
> issuer3=$(littlehex2int ${hex} 41 48)
> uid=$(littlehex2int ${hex} 49 57)
> echo
> "S-${rev}-${dashes}...
2017 Nov 05
0
ntfs user mappings?
...|od -A n -x -w28 --endian=big|sed 's/
//g'|awk '{print toupper($1)}')
hex_chunk=$(echo ${hex}|cut -c1-2);
rev=$(echo "ibase=16; ${hex_chunk}" | bc)
hex_chunk=$(echo ${hex}|cut -c3-4)
dashes=$(echo "ibase=16; ${hex_chunk}" | bc)
hex_chunk=$(echo ${hex}|cut -c5-16)
notsure=$(echo "ibase=16; ${hex_chunk}" | bc)
nonuniq=$(littlehex2int ${hex} 17 24)
issuer1=$(littlehex2int ${hex} 25 32)
issuer2=$(littlehex2int ${hex} 33 40)
issuer3=$(littlehex2int ${hex} 41 48)
uid=$(littlehex2int ${hex} 49 57)
echo "S-${rev}-${dashes}-${nonuniq}-${issuer1}-${issuer2}-$...
2017 Nov 05
0
ntfs user mappings?
...'{print toupper($1)}')
>> hex_chunk=$(echo ${hex}|cut -c1-2);
>> rev=$(echo "ibase=16; ${hex_chunk}" | bc)
>> hex_chunk=$(echo ${hex}|cut -c3-4)
>> dashes=$(echo "ibase=16; ${hex_chunk}" | bc)
>> hex_chunk=$(echo ${hex}|cut -c5-16)
>> notsure=$(echo "ibase=16; ${hex_chunk}" | bc)
>> nonuniq=$(littlehex2int ${hex} 17 24)
>> issuer1=$(littlehex2int ${hex} 25 32)
>> issuer2=$(littlehex2int ${hex} 33 40)
>> issuer3=$(littlehex2int ${hex} 41 48)
>> uid=$(littlehex2int ${hex} 49 57)
>> echo
>&...
2017 Nov 04
0
ntfs user mappings?
...k=$(echo ${hex}|cut -c1-2);
> echo ${hex_chunk}
> rev=$(echo "ibase=16; ${hex_chunk}" | bc)
> hex_chunk=$(echo ${hex}|cut -c3-4)
> echo ${hex_chunk}
> dashes=$(echo "ibase=16; ${hex_chunk}" | bc)
> hex_chunk=$(echo ${hex}|cut -c5-16)
> echo ${hex_chunk}
> notsure=$(echo "ibase=16; ${hex_chunk}" | bc)
> hex_chunk=$(echo ${hex}|cut -c17-24)
> echo ${hex_chunk}
> issuer1=$(echo "ibase=16; ${hex_chunk}" | bc)
> hex_chunk=$(echo ${hex}|cut -c25-32)
> echo ${hex_chunk}
> issuer2=$(echo "ibase=16; ${hex_chunk}" | bc...
2014 Mar 28
1
AMD with analog lines - DIALSTATUS empty
...tatus=${DIALSTATUS})
same => n,NoOp(AMD status=${AMDSTATUS} cause=${AMDCAUSE})
same => n,MacroExit()
Problem is that [myMacro] is executed as soon as the call is going out
from the gw (cisco or linksys) and before called party answered.
DIALSTATUS is empty (should be ANSWER), AMDSTATUS=NOTSURE and
AMDCAUSE=TOOLONG-5000 which seems OK as DIALSTATUS isn't reliable.
The same dialplan using a SIP trunk is working as expected.
So question is, why, when using analog line, I dont get the right behavior.
Thanks for any hint
--
Daniel
2017 Nov 03
2
ntfs user mappings?
On Fri, Nov 3, 2017 at 2:43 PM, Rowland Penny <rpenny at samba.org> wrote:
> On Fri, 3 Nov 2017 13:53:22 -0600
> Jeff Sadowski via samba <samba at lists.samba.org> wrote:
>
>> just get objectsid and use this
>>
>> https://blogs.msdn.microsoft.com/oldnewthing/20040315-00/?p=40253
>
> Why ???
>
So that when someone on a linux machine writes to disk
2018 Oct 01
0
Re: [PATCH API PROPOSAL 0/2] inspection: Add network interfaces to inspection data.
...a guest, and even just determining the actual
configuration that a guest will have is very hard: you can have
multiple network-related daemon installed in the guest, different
available configurations (even stale ones, if they were not cleaned
when their system was removed), and so on.
Hence, I am notsure whether trying to get any data is better than just
not provide any at all...
--
Pino Toscano
2008 Dec 29
0
SIP host=dynamic help needed for CCME
...ike this in CME:
-----------------------------------
dial-peer voice 101 voip
destination-pattern [1-2][0-9]
session protocol sipv2
session target dns:sylvester.home.misty.com
dtmf-relay rtp-nte
codec g711ulaw
no vad
!
sip-ua
authentication username foobar password 7 060F06233B583F4B00 realm NOTSURE
registrar dns:sylvester.home.misty.com expires 3600
sip-server dns:sylvester.home.misty.com
And, maybe for sip.conf, something like this:
-----------------------------------------------
[foobar]
type=friend
context=from-ccme
host=dynamic
secret=notthis
username=foobar
dtmfmode=rfc2833
But, I...
2007 Oct 12
1
question about PSTN pickup
hi all,
you'll have to excuse the ignorance (i'm a software guy, not a telcom
guy..)
Is there any way to know if a channel has been answered by an automatic
system (like voicemail) rather than a human being?
Specifically, I want to use a .call to make a call on a channel and only do
something if a person answers, not a machine of any kind. Is this even
possible, or is an answered
2009 May 07
1
Macro arguments on app_queue
hi list, i have a question about the args of queue:
when we use Queue() app, there are some arguments than can use. help from
CLI:
Queue(queuename[,options[,URL[,announceoverride[,timeout[,AGI[,macro[,gosub[,rule]]]]]]]])
well.. i'm trying to identify who has taken the call on a queue, and, when
agent conected, launch a macro with some args based on who takes the call
i do:
exten =>
2006 Nov 21
2
Answer Machine Detection
Hi all,
i'm trying to make AMD, Answer Machine Detection, to work on my
outbound context but i can't get it to work, just on inbound context
like whe i use the application Answer before AMD, but i need to make AMD
to do the detection on an outbound predictive dialer integration. Follow
are the inbound and outbound examples. My current environment is
Asterisk 1.4beta3 and a Digum
2018 Oct 01
4
[PATCH API PROPOSAL 0/2] inspection: Add network interfaces to inspection data.
As part of the fix for:
https://bugzilla.redhat.com/show_bug.cgi?id=1626503
I'm proposing to add two new APIs to fetch information about the list
of network interfaces of an existing guest. These two patches outline
the proposed API but with no implementation or tests. However they
can be applied and compiled.
Please see the second patch for the proposed API.
I have a mostly working
2010 Jul 08
1
myTV loads but crashes afterwards
myTV is a program that streams Greek TV channels from the internet. I checked the database (http://appdb.winehq.org/objectManager.php?sClass=application&iId=5996) but there isn't a working solution. When I load the program it loads but I get an error message which says "invalid procedure call or argument". If I attempt to do anything afterwards it soon crashes. Here is the
2012 Mar 16
27
xenconsole: Could not read tty from store: No such file or directory
Hello Community,
I encountered an error while running "xm console domU". Here is the running
script:
# xm console domU
xenconsole: Could not read tty from store: No such file or directory
I googled and found out that this issue is mostly result from forgetting
starting xenconsole service.
However, after I started xenconsole, the issue is still there. Please see:
#