Displaying 20 results from an estimated 1100 matches similar to: "Asterisk on OSX"
2014 Apr 12
1
Asterisk and OSX
Hi,
After lot of tests, here's cli error :
[Apr 12 16:10:42] WARNING[11783][C-00000000]: channel.c:1309 __ast_queue_frame:Exceptionally long queue length queuing to SIP/Iphone-00000000
Can somebody help me with this error ?
AMICALEMENT?
______________
Manu
- E-Mail : etann at manu-dpk.net
- TimeLine Twitter : @manudpk
- Skype : manu-dpk
D?couvrez mes compositions musicales
2009 Nov 13
1
little boy on asterisk and Debian
Hi Everybody,
Sorry for my bad english I'm french!
I need your help!
I installed asterisk1.6.1 with update 1.6.9, Dahdi for musiconhold and chatroom.
I created sip users, and a IVR.
I can use my webradio to put in musiconold.
That's good but the music is cutted.
I would like to know how can I configure chan_dahdi.conf?
Must I create Channels?
Can you help me please?
Thank you very much.
2012 Feb 02
1
amd detect answering machine
Hi,
I have IVR and when I press 1, asterisk calls my mobile phone.
If my mobile phone is offline, asterisk transfers to asterisk voicemail.
I'd like asterisk detects my mobile voicemail and if my mobile voicemail answers, asterisk transfers to asterisk voicemail.
For that, I used AMD.
So I have problems ! Asterisk detects answering machine everytime!
How do I do please ?
extensions.conf
2012 Feb 09
2
Help with Codes and Polycom Phones
Hi All,
This may be an off topic but I'm not sure who else would know the answer. I'm playing around with Asterisk and Polycom phones. I see Polycom supports quite a few codec. The usual ones and these:
G722
Siren14.24kbps Siren22.32kbps
Siren14.32kbps Siren22.48kbps
Siren14.48kbps Siren22.64kbps
G7221.16kbps
2013 Apr 11
2
[PATCHES] NetBSD support, authentication buffer size
Hi
Here are a few unintegrated patches, just tested against 2.2rc7:
1) NetBSD's getmntinfo uses struct statvfs while other BSD use struct statfs
http://ftp.espci.fr/shadow/manu/patch-ak
2) NetBSD 5.x net_getunixcred() support. Build on NetBSD, but not tested
(I am testing on NetBSD 6.0):
http://ftp.espci.fr/shadow/manu/patch-src_lib_net.c
3) Increase authentication buffer size so that it
2014 Oct 24
2
Contributing to Xapian
Hi All
I am Manu and recently came across the Xapian project. I will like to
contribute to Xapian that gets me introduced to Information Retrieval.
I have a basic knowledge of C++. Can you suggest me and help me choose
a task that can be good for beginners.
Thanks a lot
Best Regards
Manu Gupta
2014 Nov 30
3
Contributing to Xapian
Hi Olly
I will try to work on :
http://trac.xapian.org/wiki/GSoCProjectIdeas#Project:LearningtoRank
I will be taking a Machine Learning class the next semester and I hope that
this project will help me supplement my learning in Machine Learning and
also gain a bit of knowledge in IR.
If you can give me ideas on how to get around with the code for LTR
project, it will be awesome. I can look at
2012 Sep 17
0
[LLVMdev] State of Win64 exceptions?
Nobody? Is this basically dead? Won't happen? In progress? :/
On 12 September 2012 18:53, Manu <turkeyman at gmail.com> wrote:
> Hi again,
>
> Can anyone tell me about the state of Win64 exceptions?
> I've noticed that there are a good few related patches since the release
> of 3.1. Is it working now?
> Is it likely 3.2 will support Win64 exceptions?
>
>
2017 Sep 17
1
dsync panic in mbox_lock
Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> We have seen this before but so far the actual bug has not been
> reproducible for us. Can you post your doveconf -n
Here it is:
https://ftp.espci.fr/shadow/manu/conf.log
> and also logs with
> doveadm -Dv -o plugin/mail_replica=remoteprefix:root at mail2.example.net
> sync -d -u jdoe
https://ftp.espci.fr/shadow/manu/sync.log
2011 Aug 21
2
Fixing split brain
Hi
Consider the typical spit brain situation: reading from file gets EIO,
logs say:
[2011-08-21 13:38:54.607590] W [afr-open.c:168:afr_open]
0-gfs-replicate-0: failed to open as split brain seen, returning EIO
[2011-08-21 13:38:54.607895] W [fuse-bridge.c:585:fuse_fd_cbk]
0-glusterfs-fuse: 1371456: OPEN()
/manu/netbsd/usr/src/gnu/dist/groff/doc/Makefile.sub => -1
(Input/output
2013 Jul 11
1
ayuda con manipulación de datos
Hola,
Miraría detalles en el paquete "arules" que está pensado justamente para
este tipo de análisis (Basket y Transaction analysis).
http://cran.r-project.org/web/packages/arules/vignettes/arules.pdf
Saludos,
Carlos Ortega
www.qualityexcellences.es
El 10 de julio de 2013 14:59, Carlos J. Gil Bellosta
<cgb@datanalytics.com>escribió:
> Hola, ¿qué tal?
>
> Yo veo dos
2008 Jan 10
2
Database most suited for RoR
Hi,
Out of curiosity I got to learn Ruby on Rails. Wondering somehow, as to
which Data base is best suited for Ruby on Rails and Why? Any
Comments/Suggestions Please!
Thanks
Manu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2012 Sep 12
2
[LLVMdev] State of Win64 exceptions?
Hi again,
Can anyone tell me about the state of Win64 exceptions?
I've noticed that there are a good few related patches since the release of
3.1. Is it working now?
Is it likely 3.2 will support Win64 exceptions?
Cheers.
- Manu
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Sep 01
4
compiling
I have successful libvorbis-1-3.2. But I am unable to run the example
codes(the compiler gives undefined reference errors). Any help is highly
appreciated.
Thanks
Manu
2013 Jan 19
1
[PATCH] support for NetBSD 6.0 libquota
Hi
NetBSD 6.0 introduced a new improved quota subsystem and an unified API
(libquota) to handle the new and old quota implementation. dovecot is
unable to use the new quota implementation right now, and will even fail
to build with the old quota API on NetBSD 6.0:
Here are dovecot patches to support NetBSD libquota:
http://ftp.espci.fr/shadow/manu/dovecot-libquota.tgz
--
Emmanuel Dreyfus
2009 Oct 29
1
lmer and negative binomial family
Dear listers,
One of my former students is trying to fit a model of the negative
binomial family with lmer. In the past (two years ago), the following
call was working well:
m1a<-lmer(mapos~ninter+saison+milieu*zone+(1|code),family=neg.bin(0.451),REML=TRUE,data=manu)
But now (R version 2.9.2 and lme4 version 0.999375-32), that gives
(even with the library MASS loaded):
2017 Nov 07
2
Unable to upload printer drivers
Hai Manu,
Well, i can say... Its not you..
I did the following as test.
Startup 2 pc's X64 w7 + w10
Open printer manager tool and connect to the server.
Steps done.
Create a new printer in cups.
=> after 15 min, in both pc's the new printer is shown correctly.
Test 1 and 2. samba 4.6.8 and 4.6.9 own packages.
W7, setup/upload/delete of an HP LaserjetII driver ( a original
2017 Nov 07
3
FW: Unable to upload printer drivers (confirmed up to samba 4.7.1)
Hai Manu,
Small update. After updating my samba 4.6.9 to 4.7.1 ( own packages )
The result is the same fail..., but i do have a success also. Huh?
The following happens.
Test1 If you use a windows ( orignal by windows supplied ) driver.
Result1 Fail.
Sample from the samba log:
[2017/11/07 13:22:42.701653, 0] ../source3/printing/nt_printing.c:1145(move_driver_file_to_download_area)
2017 Nov 06
4
Unable to upload printer drivers
Hai Manu,
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Manu
> Baylac via samba
> Verzonden: vrijdag 3 november 2017 20:21
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Unable to upload printer drivers
>
> Hello Louis and list,
>
>
> Le 03/11/2017 à 10:25, L.P.H. van Belle via samba a écrit :
2013 Nov 29
2
BUG: Authentication client sent unknown handshake command
Hi
After upgrading the kernel, everything is fine, except dovecot authentication.
I get this trange thing (data after REQUEST? changed just in case it
contains anything sensitive):
Nov 29 16:56:01 volanges dovecot: auth: Error: BUG: Authentication client sent unknown handshake command: REQUEST?6970356762?616?6?235264ef69dbd1665538af54d12fdaea?session_pid=453?req...
Nov 29 16:56:01 volanges