Displaying 20 results from an estimated 11000 matches similar to: "Speaking of Outlook"
2003 Dec 08
1
Re: Asterisk-Users digest, Vol 1 #2120 - 14 msgs
In response to the postings by Andrew Kohlsmith and Ernest W. Lessenger:
Andrew,
I modified the exten line in extensions.conf as you suggested.
Unfortunately,
It still does not work...
Ernest,
I spent approx. 4 hours reading list archives (and anything else Google
served up) on
how to configure iax.conf and extensions.conf to work with Voicepulse.
Then, I sent
an email to voicepulse
2003 Sep 15
2
Cisco 7905
Can anyone tell me the features of the Cisco 7905 with SIP? I mean things
like number of lines, speakerphone, transfer buttons, etc. I've seen the
Cisco material, but all it told me was how nifty it is and how wonderful
the XML interface will be ;)
Thanks,
--Ernest
2015 Oct 26
2
MAPI Properties?
I'm using Dovceot/IMAP on Linux and Outlook clients on WIN7 workstations. Mail
on Linux is stored in Maildir format.
I'm searching for where Outook keeps its information on color categories in
IMAP. According to Diane Poremsky at slipstick.com, "Outlook stores it in the
mapi properties of each message. If you use MFCMAPI to viuw the messages, you'll
see the properties."
2008 Mar 20
1
0pensource MAPI client for Exchange
Anyone know a good Linux client for Exchange that is MAPI based and not IMAP based? Using Evolution, but going from Outlook/MAPI to this is not fun?
Thanks!
jlc
2003 Sep 29
3
RE: SIP i.e. Is something broken?
Is it safe to assume that a fresh CVS build will not have the SIP
translation problem described?
Regards,
Christopher
--__--__--
Message: 11
Date: Mon, 29 Sep 2003 12:45:40 -0700
To: asterisk-users@lists.digium.com
From: "Ernest W. Lessenger" <ernest@oacys.com>
Subject: Re: [Asterisk-Users] Is somthing broken?
Reply-To: asterisk-users@lists.digium.com
At 12:33 PM 9/29/2003, you
2005 Jan 31
4
Outlook 2000 & attachments
Hi, I'm using Outlook 2000 under Wine 20050111. Generally things work great,
apart from one very annoying problem - whenever I try to open a message with
an attachment, Outlook crashes. I'm connecting via exchange and it doesn't
seem to matter what sort of attachment it is - it simply crashes as soon as
I click on the message.
Anyone had any similar problems and know a workaround?
2003 Oct 01
1
Audiocodes gateway and asterisk
Is anyone on the list using an Audiocodes gateway with asterisk and SIP?
I'm looking at that platform, but I have a couple of issues:
1) Echo cancellation. The echo that I'm hearing with an X100P is
unacceptable. Does the Audiocodes do better?
2) Line signalling. I'm using Kewlstart with the X100P, but it looks like
the audiocodes uses loopstart only. How does this work with
2003 Oct 21
1
SNOM 200 beta build + MOH
I'm using the SNOM 200 latest SIP beta (so that I can have the GSM codec,
etc). Everything seems to be working fine, but the music on hold doesn't
play when I use the HOLD button on the snom. Any suggestions?
Thanks,
--Ernest
2003 Oct 31
1
Echo on remote end when using NuFone
I'm testing out my SNOM 200 phone by trying to call out through NuFone.
When I do so, I don't hear an echo at all (in fact I can't hear myself
through the phone) but the callee can hear an echo when she speaks. NuFone
tells me their network is totally digital and so can't be involved in an
echo. This is all well and good, but the echo is still there. Any suggestions?
As a
2015 Feb 09
2
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
On 09/02/15 17:44, Emil Velikov wrote:
> Hi Sedat,
>
> On 07/02/15 22:42, Sedat Dilek wrote:
>> [ Please CC me I am not subscribed to mesa-dev and llvmdev MLs ]
>>
>> Hi,
>>
>> I already reported this when playing 1st time with my llvm-toolchain
>> v3.6.0rc2 and mesa v10.3.7 [1].
>> The issue still remains in mesa v10.4.4.
>>
>> So,
2015 Feb 07
5
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
[ Please CC me I am not subscribed to mesa-dev and llvmdev MLs ]
Hi,
I already reported this when playing 1st time with my llvm-toolchain
v3.6.0rc2 and mesa v10.3.7 [1].
The issue still remains in mesa v10.4.4.
So, this is a field test to see if LLVM/Clang v3.6.0rc2 fits my needs.
I see the following build-error...
...
make[4]: Entering directory
2003 Aug 20
1
AudioCodes MP108 8-Port FXO Analog Gateway (SIP)
Is anyone out there using an "AudioCodes MP108 8-Port FXO Analog Gateway
(SIP)" with asterisk to support both inbound and outbound calling? If so,
I'm interested to hear how it works, and I'd love to see some example confs
(both in sip.conf and on the MP108).
This product has been recommended to me by a SNOM/Asterisk-friendly
distributor, but I would like a second opinion
2015 Feb 20
2
[LLVMdev] [PATCH 0/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek <sedat.dilek at gmail.com> wrote:
> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote:
>> Patch 1 adds a check for the compilers visibility macro to configure.ac.
>> Patch 2 avoids redefined symbol errors in clang of the tls entry points.
>> Based on a suggestion from Rafael Ávila de Espíndola
2010 Oct 26
2
Exchange-replacement with SOGo
I thought some people here would be interested:
Recently SOGo added support for OpenChange, which means Outlook can natively access it via MAPI the same way as Exchange. Everything is open source, and the great thing about SOGo is that it uses existing IMAP server for mails rather than reimplementing yet another one itself. They seem to prefer Cyrus, but apparently Dovecot should work too. For
2015 Feb 17
7
[LLVMdev] [PATCH 0/2 v3] add visibility hidden to tls entry points
Patch 1 adds a check for the compilers visibility macro to configure.ac.
Patch 2 avoids redefined symbol errors in clang of the tls entry points.
Based on a suggestion from Rafael Ávila de Espíndola <rafael.espindola at gmail.com>
in http://llvm.org/bugs/show_bug.cgi?id=19778.
Tested with gcc 4.9 and clang 3.6(rc)
Marc Dietrich (2):
configure: add visibility macro detection to configure
2003 Oct 31
2
asterisk and pingtel
Hello All,
I have pingtel and asterisk working really well. I have a really
annoying little problem - mainly with pingtel. When a call comes in
pingtel displays the caller ID on the phone. If I miss it then I click
on the number for redial - this doesn't include a 9 to dial an outside
line. The second problem is with the dialer from outlook again it
bypasses the outlook dialing rules so
2005 Jun 09
5
Voicemail and MS Exchange
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com
> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
> George Pajari
> Sent: Thursday, June 09, 2005 10:19 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [Asterisk-Users] Voicemail and MS Exchange Synchronization
>
>
> We have a customer considering
2013 Jun 01
1
MS asks for feedback on standards support in Outlook/Exchange
Am 01.06.2013 13:40, schrieb Timo Sirainen:
> On 1.6.2013, at 9.35, Robert Schetterer <rs at sys4.de> wrote:
>
>> Am 01.06.2013 00:28, schrieb Timo Sirainen:
>>> Someone should at least mention that they should support the real SPECIAL-USE instead of just Gmail-specific XLIST..
>>
>> i cant see any major Problems recent with i.e outlook 2013 and dovecot
2015 Feb 09
2
[LLVMdev] mesa-10.4.4: BROKEN TLS support in GLX with llvm-toolchain v3.6.0rc2
On Mon, Feb 9, 2015 at 6:44 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> Hi Sedat,
>
> On 07/02/15 22:42, Sedat Dilek wrote:
>> [ Please CC me I am not subscribed to mesa-dev and llvmdev MLs ]
>>
>> Hi,
>>
>> I already reported this when playing 1st time with my llvm-toolchain
>> v3.6.0rc2 and mesa v10.3.7 [1].
>> The issue still
2003 Sep 16
3
Follow Me
Ernest,
I hadn't thought of doing that, though having that added protection would
be nice. However, what I'm trying to do it have an incoming call at my home
number follow me to my cell phone for selected numbers -- Since I already
have three way calling, I'd like get Asterisk to essentially three way my
cell phone into the call (or my office number, etc.) I understand the