Displaying 20 results from an estimated 86 matches for "9967".
Did you mean:
99,7
2007 Mar 14
2
Benchmarking CVS HEAD vs. v1.0
...st indexes which are never used). Looks like the
indexes do help some, since CVS HEAD is ~5% less faster now.
./imaptest seed=1 secs=60 list=0 status=0
Logi Sele Fetc Fet2 Stor Dele Expu Appe Logo
C: 11435 11432 11422 16341 5639 4122 11415 5941 22848
S: 9984 9984 9976 14347 5013 2987 9967 3840 19947
87% 65%
./imaptest seed=1 secs=60 list=0 status=0 no_pipelining
Logi Sele Fetc Fet2 Stor Dele Expu Appe Logo
C: 5778 5778 5768 8105 2922 2021 5767 5107 11533
S: 5240 5239 5230 7384 2525 1823 5229 4343 10460
90%...
2010 Oct 24
5
Integrating Asterisk 1.8 with Google Talk and Google Voice
Evening,
Has anyone seen a how-to on getting Asterisk to work with Google Talk
and Google Voice?
Thanks
2007 Oct 19
1
FollowMe recorded name filename variable?
...the FollowMe
application when "a" is specified as an option to record the caller's name?
I'd like to clean up the recorded name files after the call is complete.
Thanks -Anthony
--
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20071019/18bfa6d7/a...
2007 Dec 05
3
No timezone in Voicemail email?
Hello,
I'm using Asterisk 1.4.14, and I've noticed that the emails that are sent out
when a user gets a voicemail don't have the timezone set in the header, so
they're appearing in the user's email clients at the wrong time. Has anyone
else seen this? I didn't find any bug reports or other info with Google.
--
Jason Martin
Metrix Matrix, Inc.
785 Elmgrove Road,
2008 Aug 21
1
OT - Asterisk-Stats - Billsec instead of Duration
Hi,
To check telco billing, I'm usinfg Asterisk-Stats from
http://www.areski.net/asterisk-stat-v2/about.php .
How can you tweak this application to display graphics and data that use
Billsec instead of Duration ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Dec 10
2
PJSIP configuration question
...Transmitting SIP request (483 bytes) to UDP:0.0.19.196:5060 --->
OPTIONS sip:64.2.142.93 at 5060 SIP/2.0
Via: SIP/2.0/UDP xxx.xxx.xx.xxx:5060;rport;branch=z9hG4bKPjcea63914-b8d1-483d-96db-11968abab704
From: <sip:e31d5809-f26a-4219-8365-70931428072b at xxx.xxx.xx.xxx>;tag=7cfab3ba-73de-4243-9967-d1e6a5e7b0b4
To: <sip:64.2.142.93 at 5060>
Contact: <sip:e31d5809-f26a-4219-8365-70931428072b at xxx.xxx.xx.xxx:5060>
Call-ID: 7ba766bf-363b-47d0-a388-62a58d1df88d
CSeq: 33778 OPTIONS
Max-Forwards: 70
User-Agent: Asterisk PBX 13.0.0
Content-Length: 0
[Dec 17 19:22:31] WARNING[49476]:...
2014 Mar 29
1
Unable to build DAHDI-Linux in mock chroot
...uch file
or directory
make[1]: *** [hotplug-install] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/dahdi-
linux-2.9.1/drivers/dahdi/firmware'
make: *** [install-firmware] Error 2
-A
--
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140328/6f73408...
2013 Jul 02
0
[Announce] Samba 4.0.7 Available for Download
...============
Release Announcements
---------------------
This is is the latest stable release of Samba 4.0.
Major enhancements in Samba 4.0.7 include:
o Fix a core dump with invalid lock order while opening/editing
or copying MS files (bug #9794).
o Fix crash bug from search of mail= (bug #9967).
o winbind4: talloc use after free (bug #9832).
Changes since 4.0.6:
--------------------
o Michael Adam <obnox at samba.org>
* BUG 9909: build: Add missing new line to replaced python shebang line.
o Jeremy Allison <jra at samba.org>
* BUG 9794: Fix a core dump with...
2013 Jul 02
0
[Announce] Samba 4.0.7 Available for Download
...============
Release Announcements
---------------------
This is is the latest stable release of Samba 4.0.
Major enhancements in Samba 4.0.7 include:
o Fix a core dump with invalid lock order while opening/editing
or copying MS files (bug #9794).
o Fix crash bug from search of mail= (bug #9967).
o winbind4: talloc use after free (bug #9832).
Changes since 4.0.6:
--------------------
o Michael Adam <obnox at samba.org>
* BUG 9909: build: Add missing new line to replaced python shebang line.
o Jeremy Allison <jra at samba.org>
* BUG 9794: Fix a core dump with...
2014 Dec 25
2
originate , callerid
25.12.2014 15:46, Anthony Messina ?????:
> On Thursday, December 25, 2014 11:48:12 AM Dmitry Melekhov wrote:
>> I want to change call files, which has caller id in them, to call
>> originate from dial plan.
>> But I don't see such parameter here
>> https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Originate
>>
>> How can I pass callerid
2007 Sep 14
4
Can Asterisk match a literal "*" in extensions.conf
...includes a literal "*" followed by 1 or more numbers would match.
This is not the case, and it matches any extension that starts with a number.
Thank you in advance for your assistance.
--
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070914/efa55cfe/a...
2008 Feb 25
4
TDM400P dialout problem
...ot;Wildcard TDM400P REV I Board 1" (MASTER)
1 WCTDM/0/0 FXOKS (In use)
2 WCTDM/0/1
3 WCTDM/0/2 FXSKS (In use)
4 WCTDM/0/3
Where do I go with this?
--
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20080225/3b048c10/a...
2007 Sep 22
2
Realtime table columns
...e columns matter, etc.?
Where do I go to find the latest Realtime table information for a specific
Asterisk version? (The same questions apply to IAX Realtime.)
Thank you in advance for your help.
--
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070921/f0c3d569/a...
2006 May 18
1
RE: [PATCH] - make qemu serial summagraphics settings a bitmore fluid
...-bounces@lists.xensource.com
>[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Ben Thomas
>Sent: Thursday, May 18, 2006 12:50 PM
>To: xen-devel@lists.xensource.com
>Subject: [Xen-devel] [PATCH] - make qemu serial summagraphics
>settings a bitmore fluid
>
>Changeset 9967 made the qemu serial line Summagraphics support a little
>more flexible with respect to the COM line chosen. This patch
>furthers that effort by removing the COM2 restriction. This patch
>allows a "-summa n" command line option to qemu to specify which, if
>any, COM port sho...
2008 Dec 20
2
Setup ReceiveFax(), fax2mail, mime-construct - but now Sendmail :(
Using 1.6 on Fedora Core 9 I'm trying to receive faxes. I've got this far:
[incoming-fax]
exten =>
s,1,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d%H%M)}-0${CALLERIDNUM})
exten => s,2,ReceiveFAX(${FAXFILE}.tif)
exten => s,3,Hangup()
exten=>h,1,System(/usr/local/bin/fax2mail --cid-number "0${CALLERIDNUM}"
--cid-name "home fax"
2013 Jan 28
3
RPM updates
Hi All,
Who do I need to poke to get the yum repository / RPM files updated? The dahdi RPMs are not up to date with the CentOS kernel versions any more, it's making doing an installation a bit tricky due to dependancies, I'd rather not roll back / remove new kernels if I don't have to..
Cheers
Steve
2014 Dec 11
0
PJSIP configuration question
...t
really is? Are you NATed?
> OPTIONS sip:64.2.142.93 at 5060 SIP/2.0
>
> Via: SIP/2.0/UDP
> xxx.xxx.xx.xxx:5060;rport;branch=z9hG4bKPjcea63914-b8d1-483d-96db-11968abab704
>
> From: <sip:e31d5809-f26a-4219-8365-70931428072b at xxx.xxx.xx.xxx
> >;tag=7cfab3ba-73de-4243-9967-d1e6a5e7b0b4
>
> To: <sip:64.2.142.93 at 5060>
>
> Contact: <sip:e31d5809-f26a-4219-8365-70931428072b at xxx.xxx.xx.xxx:5060>
>
> Call-ID: 7ba766bf-363b-47d0-a388-62a58d1df88d
>
> CSeq: 33778 OPTIONS
>
> Max-Forwards: 70
>
> User-Agent: Asterisk PBX 1...
2014 Dec 25
0
originate , callerid
...e,"6003,x")
I use this patch
https://messinet.com/rpms/browser/asterisk/asterisk-12-app_originate_callerid.patch
because of https://issues.asterisk.org/jira/browse/ASTERISK-23016
-A
--
Anthony - https://messinet.com/ - https://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20141225/a97575f...
2014 Dec 25
0
originate , callerid
...> The issue you are trying to view does not exist.
> on this link :-(
Sorry for referencing the wrong issue. The correct one is here
https://issues.asterisk.org/jira/browse/ASTERISK-22992
--
Anthony - https://messinet.com/ - https://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20141225/8bbbf97...
1999 Nov 29
1
[PATCH] DCE for pre15
...D. Thoughts on that?
Regards,
Tor-?ke
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openssh-1.2pre15-DCE.diff.gz
Type: application/octet-stream
Size: 9967 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/19991129/896bf2f2/attachment.obj