Displaying 20 results from an estimated 36 matches for "_5".
2008 Dec 16
1
interesting problem
...out the middle name. If I put a middle initial or middle name, the channel locks up again. I?ve wondered if Festival has a problem with the length of the name, but there are other students with longer names and this problem doesn?t occur with their extensions. Any thoughts?
Dialplan
exten => _5[14-9]XXX,1,Answer()
exten => _5[14-9]XXX,n,Playtones(ring)
exten => _5[14-9]XXX,n,MYSQL(Connect CONNID localhost asterisk HG06e6kghpUjtGvnX asterisk)
exten => _5[14-9]XXX,n,MYSQL(Query RESULTID ${CONNID} Select 'fullname' from voicemail_users Where mailbox=${EXTEN})
exten =>...
2008 Dec 22
0
interesting problem update
...s in goes through the dialplan (shown below in original message),
and either reads the value ${FULLNAME}, but then hangs. It doesn't go to
the next command (VoiceMail), and the channel is never released. Other
times, it doesn't even read the "name", it just hangs.
exten => _5[14-9]XXX,n,Festival(${FULLNAME})
somehow it gets stuck between the above line and the below line
exten => _5[14-9]XXX,n,VoiceMail(${EXTEN}@students)
Log from a successful call:
[Dec 22 14:24:50] VERBOSE[2715] logger.c: == Parsing
'/etc/asterisk/festival.conf': [Dec 22 14:24:50] VERB...
2009 Aug 04
0
[PATCH] Log ~/.ssh/authorized_keys comments when using LogLevel=VERBOSE
...ey comments upon successful login. It just
adds them to the already existing verbose() call. I find it useful e.g.
on shared accounts where it's sometimes not enough to have the key
fingerprint in the log file.
Can this be applied?
--
Fernando Vezzosi
qw(MDAx MTAw MDEw MDEx MDAw _5 MTEw _6 _1 _5 _5 _4 _2 _2 _6
MTEx _1 _5 _5 _4 _5 _2 _6 _1 _1 _2 _2 _3 _5 _5 _6 _1 _1 _2
_5 _4 _3 _5 _2 _5 _1 _2 _3 _4 _5 MA==)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenSSH_log_key_comment.diff
Type: text/x-diff
Size: 1384 bytes
Desc:...
2007 Jun 23
2
End of File Error on index optmize
...y_user 3.2M Jun 22 15:40 _0.cfs
-rw------- 1 my_user my_user 22M Jun 22 17:29 _1.cfs
-rw------- 1 my_user my_user 22M Jun 22 18:53 _2.cfs
-rw------- 1 my_user my_user 23M Jun 22 20:14 _3.cfs
-rw------- 1 my_user my_user 22M Jun 22 22:01 _4.cfs
-rw------- 1 my_user my_user 20M Jun 22 21:19 _5.cfs
-rw------- 1 my_user my_user 41M Jun 22 22:02 _5.fdt
-rw------- 1 my_user my_user 113K Jun 22 22:02 _5.fdx
-rw------- 1 my_user my_user 0 Jun 22 22:02 _5.frq
-rw------- 1 my_user my_user 0 Jun 22 22:02 _5.prx
-rw------- 1 my_user my_user 0 Jun 22 22:02 _5.tfx
-rw------- 1 my_use...
2006 Mar 09
1
Is extension.conf documentation wrong?
In extension.conf i read this:
; ! - wildcard, causes the matching process to complete as soon as
; it can unambiguously determine that no other matches are possible
I tried to define:
exten => _50,1,Dial(...)
exten => _5!,1,Dial(...)
If i dial 50, due to asterisk reordering _5! is exectued but in the
comment above it says ! is matchaed only if unambiguous... so what's
wrong with my test?
Thanks in advance
Mario
2020 Aug 26
2
Viewing changelog for packages to be updated
...ail and I'd like to know what it's
> about and how urgent the issue is for me.
You may want to look into git.centos.org. For example, spec file diff
for the latest C7 kernel update can be seen here:
https://git.centos.org/rpms/kernel/c/c53828b00fb26a7f96b149eef5e220a5ed4cc4e5?branch=c7#_5
Akemi
2007 Apr 16
3
duration sec and billing sec in cdr
Hi guys,
i've installed asterisk to handle multiple voip accounts. I've looked
at CDR configs, and managed to have cdr-csv files growing after each
call. It would be easier to check my locak asterisk cdr's than logging
into each account and check them at the provider website.
i found that if i ring my sip softphone from my ata, bill seconds are
counted correctly. however, if i
2011 Jul 23
1
Achieving 'reverse-Vech' of a matrix
Let say i have a square matrix and applied the 'vech' operator to stack the lower triangular elements into a vector:
> Mat <- matrix(1:25, 5)
> Mat
? ? ?[,1] [,2] [,3] [,4] [,5]
[1,] ? ?1 ? ?6 ? 11 ? 16 ? 21
[2,] ? ?2 ? ?7 ? 12 ? 17 ? 22
[3,] ? ?3 ? ?8 ? 13 ? 18 ? 23
[4,] ? ?4 ? ?9 ? 14 ? 19 ? 24
[5,] ? ?5 ? 10 ? 15 ? 20 ? 25
> Mat[lower.tri(Mat)]
?[1] ?2 ?3 ?4 ?5 ?8 ?9 10 14
2011 Aug 01
2
RedHat to CentOS packages
...ard
time mapping the package versions from RedHat to CentOS in order to be
able to report against CVE (vulnerability reports).
After some research, we think that the mapping is as follows (using
HTTPD as the example):
CentOS httd-2.2.3-43.el5.centos.3 is equivalent to RedHat
httpd-2.2.3-43.el5_5.3
So, it looks like CentOS replaces "_$MINOR_RELEASE" (in this case "_5")
with ".centos" . Is this a fair assumption or are there other rules we
are missing? Is this documented anywhere?
Thanks
Gabriel Tabares
2020 Aug 27
2
Viewing changelog for packages to be updated
...about and how urgent the issue is for me.
> >
> > You may want to look into git.centos.org. For example, spec file diff
> > for the latest C7 kernel update can be seen here:
> >
> > https://git.centos.org/rpms/kernel/c/c53828b00fb26a7f96b149eef5e220a5ed4cc4e5?branch=c7#_5
>
> Hi Akemi,
>
> Thanks for the hint about git.centos.org.
> But, is there some yum/dnf utility which can show the changelog changes?
> If not, then I may expand one of my rpm tools to do it.
>
> Simon
yum -q --changelog xxx.rpm
will show the changelog.
Akemi
2010 Jan 30
2
FAX over ISDN PRI
...n,Hangup()
[dial_go]
;
exten => s,1,Answer
exten => s,n,Wait(2)
exten => s,n,Goto(${Q_NAME},1)
; If none of above happen, send to queue
exten => _s-.,1,Goto(${Q_NAME},1)
;
exten => fax,1,QueueLog(${Q_NAME}|${UNIQUEID}|NONE|FAXDETECTED|${ANI})
exten => fax,n,Hangup()
;
exten => _512,1,Goto(voicemenu-custom-1,s,1)
;
exten => _5[01]X,1,Queue(${EXTEN}||||${Q_TIMEOUT})
exten => _5[01]X,n,Hangup()
;
chan_dahdi.conf
faxdetect = incoming
I have successfully detected and Answer Machine with AMD application, but as
I experience some dificulties to detect fax I have removed o...
2020 Aug 27
0
Viewing changelog for packages to be updated
...t;> it's
>> about and how urgent the issue is for me.
>
> You may want to look into git.centos.org. For example, spec file diff
> for the latest C7 kernel update can be seen here:
>
> https://git.centos.org/rpms/kernel/c/c53828b00fb26a7f96b149eef5e220a5ed4cc4e5?branch=c7#_5
Hi Akemi,
Thanks for the hint about git.centos.org.
But, is there some yum/dnf utility which can show the changelog changes?
If not, then I may expand one of my rpm tools to do it.
Simon
2004 Apr 30
0
Réf.: IAX Example Needed
Here is what you should write in extensions.conf:
exten => _5.,1,Dial(IAX2/iax-a2:secret@a1.mystrx.com
/${EXTEN}@inbound-calls
So when you will dial anything beginning with 5, the call will be dialed in
the context inbound-calls of a1.mystrx.com
-----asterisk-users-admin@lists.digium.com a ?crit : -----
Pour: asterisk-users@lists.digium.com
De: willy@ypone...
2003 Sep 17
5
Nufone 800 numbers working?
Is anyone else having trouble dialing 800 numbers
through Nufone? I'm getting the SIT tones no matter
what number I dial. Normal long distance works fine.
I don't think it's my dial plan (it was working previously).
2020 Oct 06
0
Viewing changelog for packages to be updated
...the issue is for me.
>> >
>> > You may want to look into git.centos.org. For example, spec file diff
>> > for the latest C7 kernel update can be seen here:
>> >
>> > https://git.centos.org/rpms/kernel/c/c53828b00fb26a7f96b149eef5e220a5ed4cc4e5?branch=c7#_5
>>
>> Hi Akemi,
>>
>> Thanks for the hint about git.centos.org.
>> But, is there some yum/dnf utility which can show the changelog changes?
>> If not, then I may expand one of my rpm tools to do it.
>>
>> Simon
>
> yum -q --changelog xxx.rpm
>...
2015 Oct 05
2
[cfe-dev] Orc Windows C++
Oops, sorry for the spam.
That last comment was incorrect. It’s IMAGE_REL_AMD64_REL32 not _5
> On 5 Oct 2015, at 17:26, Joshua Gerrard <joshua.gerrard at roli.com> wrote:
>
> Additional info: when the relocation issue does occur the relocation type is IMAGE_REL_AMD64_REL32_5
>
>> On 5 Oct 2015, at 17:16, Joshua Gerrard <joshua.gerrard at roli.com> wrote:
&g...
2013 Nov 17
2
Unable to use more than 4 serial devices at once.
Hi All.
I'm trying to setup a guest within my hypervisor that acts as a Console
Server, using 10 USB to Serial adapters. The Host is all setup and can
access each Serial Port without problems.
I have attempted to add the Serial Connections to a Guest, using both
Virtual Machine Manager and by editing the .XML file, and I can add up to 4
Serial devices (Including one for console access to the
2015 Oct 14
4
[cfe-dev] Orc Windows C++
...can reproduce this on Darwin.
>
> Cheers,
> Lang.
>
> On Mon, Oct 5, 2015 at 9:28 AM, Joshua Gerrard via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Oops, sorry for the spam.
>>
>> That last comment was incorrect. It’s IMAGE_REL_AMD64_REL32 not _5
>>
>> > On 5 Oct 2015, at 17:26, Joshua Gerrard <joshua.gerrard at roli.com>
>> wrote:
>> >
>> > Additional info: when the relocation issue does occur the relocation
>> type is IMAGE_REL_AMD64_REL32_5
>> >
>> >> On 5 Oct 2015,...
2013 Nov 19
0
Re: Unable to use more than 4 serial devices at once.
...;http://0.0.0.0:0>
> > -vga cirrus -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
> > W: kvm binary is deprecated, please use qemu-system-x86_64 instead
> > char device redirected to /dev/pts/0 (label charserial0)
> >
> >
> > _5 Serial Devices_
> >
> > 2013-11-17 18:05:59.925+0000: starting up
> > LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
> > QEMU_AUDIO_DRV=none /usr/bin/kvm -name Ubuntu12.04-Cisco -S -M pc-1.0 -m
> 1024
> > -smp 2,so...
2007 Jul 17
0
help with sip configuration for sipgate.de on asterisk 1.4
...igits,s,1)
exten => user,1,Goto(inbound,s,1)
[default]
exten => _9.,1,Dial(SIP/${EXTEN:1}@budgetphone-out,30,r)
exten => _8.,1,Dial(SIP/${EXTEN:1}@sipgate-out,30,r)
exten => _7.,1,Dial(SIP/${EXTEN:1}@eutelia-out,30,r)
exten => _6.,1,Dial(SIP/${EXTEN:1}@freecall-out,30,r)
exten => _5.,1,Dial(SIP/${EXTEN:1}@webcalldirect-out,30,r)
exten => _4.,1,Dial(SIP/${EXTEN:1}@iXcall-out,30,r)
exten => _3.,1,Dial(SIP/${EXTEN:1}@freedigits-out,30,r)
exten => _2.,1,Dial(SIP/${EXTEN:1}@messagenet-out,30,r)
exten => 1000,1,Dial(SIP/gs486)
exten => 444,1,Dial(SIP/444 at budgetphon...