[asterisk-users] IMAP voicemail storage.

2009-03-30 Thread Edwin Lam
i've been playing with 1.6 voicemail w/ IMAP storage. it
seems to work fine. however once IMAP storage is enabled.
everyone VM will use IMAP. is there a way to configure
some users use IMAP and other users use traditional
file base storage?


-- 
Edwin Lam edwin@officegeneral.com
Systems Engineer, Office General, Inc.
Ph: +1 415 439 4988 Fax: +1 415 283 3370
http://pgpkeys.mit.edu:11371/pks/lookup?op=getsearch=0xD6506D20


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP voicemail storage.

2009-03-30 Thread Tilghman Lesher
On Monday 30 March 2009 03:45:19 pm Edwin Lam wrote:
 i've been playing with 1.6 voicemail w/ IMAP storage. it
 seems to work fine. however once IMAP storage is enabled.
 everyone VM will use IMAP. is there a way to configure
 some users use IMAP and other users use traditional
 file base storage?

Not as of this time, no, sorry.  There's a suggested project on
Google Summer of Code to fix that, but it's not yet written.

-- 
Tilghman

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP Voicemail Storage

2007-01-26 Thread David Gomillion

On 1/25/07, Andrew Kohlsmith [EMAIL PROTECTED] wrote:


On Thursday 25 January 2007 6:30 pm, David Gomillion wrote:
 I mean that I would like to have a system in place so that Asterisk, as
a
 privileged service, can gain access to Courier's IMAP storage. Having to
 keep track of all of our users' passwords in the Asterisk configuration
is
 going to provide a ridiculous amount of administration, as we force them
to
 change their passwords often in our single-sign on environment.

How do they log on to check their voicemail?  Is your SSO system entirely
numeric?

-A.



I'm not talking about setting the voicemail password. I'm talking about not
having to put my users' email passwords in the voicemail.conf file.
Asterisk, if I understand correctly, needs each user's email password to
deliver the voicemail, to integrate messaging into the IMAP server. Or it
needs a general user that has rights to deliver and read any mailbox, which
I don't know of existing in Courier.

You said you had done some testing. What model did you use? Did you put each
user's email username and password in the voicemail.conf, or were you able
to come up with a general user for Asterisk to use when delivering every
voicemail?



___

--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP Voicemail Storage

2007-01-26 Thread Andrew Kohlsmith
On Friday 26 January 2007 7:42 am, David Gomillion wrote:
  I'm not talking about setting the voicemail password. I'm talking about
 not having to put my users' email passwords in the voicemail.conf file.
 Asterisk, if I understand correctly, needs each user's email password to
 deliver the voicemail, to integrate messaging into the IMAP server. Or it
 needs a general user that has rights to deliver and read any mailbox, which
 I don't know of existing in Courier.

Ahh; yes that is what I use is the server auth, not user auth.  I will have 
the development machine up this morning; I'll get the config off of it and 
post it here.

 You said you had done some testing. What model did you use? Did you put
 each user's email username and password in the voicemail.conf, or were you
 able to come up with a general user for Asterisk to use when delivering
 every voicemail?

Server authentication under [general]; no individual user passwords.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] IMAP Voicemail Storage

2007-01-25 Thread Bruce Reeves

I am doing some testing with 1.4 and the imap storage and a exchange 2003
server. I have not had any positive results so far using the notes on the
wiki or the docs in the release. My current settings are

imapserver=server
imapport=143
imapfolder=Voicemail
;imapflags=novalidate-cert
expungeonhangup=no

[default]
1114 =1114,Bruce Reeves,[EMAIL PROTECTED]
,,attach=yes|imapuser=breeves|imappasswd=secret

I have also tried specifying a global account with
authuser=pbx
authpassword=secret

In either case I get a

[Jan 25 13:37:43] ERROR[3564]: app_voicemail.c:8417 mm_log: IMAP Error:
Login aborted
[Jan 25 13:37:43] ERROR[3564]: app_voicemail.c:4647 init_mailstream: Can't
connect to imap server {server:143/imap/user=breeves}INBOX
[Jan 25 13:37:43] ERROR[3564]: app_voicemail.c:2529 inboxcount: IMAP
mailstream is NULL

Can someone with this working or who sees the problem point me in the right
direction to get this working.

--
Bruce
Nortex Networks
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP Voicemail Storage

2007-01-25 Thread Andrew Kohlsmith
On Thursday 25 January 2007 3:27 pm, Bruce Reeves wrote:
 I am doing some testing with 1.4 and the imap storage and a exchange 2003
 server. I have not had any positive results so far using the notes on the
 wiki or the docs in the release. My current settings are

I've done some work with the IMAP voicemail storage and Courier-IMAP, and have 
had it working.

It does seem like it just cannot get to your IMAP server; have you tried the 
imaptools test program (the name escapes me, it's the only binary produced by 
the imaptools package), giving it the same IMAP connection string as what 
Asterisk reports?

My development box is offline at the moment or I could give you specific 
details.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP Voicemail Storage

2007-01-25 Thread David Gomillion

Since you've done some work with Courier and Asterisk's IMAP voicemail, is
there a place you documented your findings? I'm interested in merging the
two. Is there any way to do it without having to ask all of my users for
their passwords?


On 1/25/07, Andrew Kohlsmith [EMAIL PROTECTED] wrote:


On Thursday 25 January 2007 3:27 pm, Bruce Reeves wrote:
 I am doing some testing with 1.4 and the imap storage and a exchange
2003
 server. I have not had any positive results so far using the notes on
the
 wiki or the docs in the release. My current settings are

I've done some work with the IMAP voicemail storage and Courier-IMAP, and
have
had it working.

It does seem like it just cannot get to your IMAP server; have you tried
the
imaptools test program (the name escapes me, it's the only binary produced
by
the imaptools package), giving it the same IMAP connection string as what
Asterisk reports?

My development box is offline at the moment or I could give you specific
details.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP Voicemail Storage

2007-01-25 Thread Bruce Reeves

I tried testing with mtest in the imap toolkit, I think that is what you
meant and it connects. The connection string
{server:143/imap/user=breeves}INBOX prompts for a password then
connects. I will keep digging the answer has to be around.

On 1/25/07, Andrew Kohlsmith [EMAIL PROTECTED] wrote:


On Thursday 25 January 2007 3:27 pm, Bruce Reeves wrote:
 I am doing some testing with 1.4 and the imap storage and a exchange
2003
 server. I have not had any positive results so far using the notes on
the
 wiki or the docs in the release. My current settings are

I've done some work with the IMAP voicemail storage and Courier-IMAP, and
have
had it working.

It does seem like it just cannot get to your IMAP server; have you tried
the
imaptools test program (the name escapes me, it's the only binary produced
by
the imaptools package), giving it the same IMAP connection string as what
Asterisk reports?

My development box is offline at the moment or I could give you specific
details.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users





--
Bruce
Nortex Networks
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP Voicemail Storage

2007-01-25 Thread Andrew Kohlsmith
On Thursday 25 January 2007 4:48 pm, David Gomillion wrote:
 Since you've done some work with Courier and Asterisk's IMAP voicemail, is
 there a place you documented your findings? I'm interested in merging the
 two. Is there any way to do it without having to ask all of my users for
 their passwords?

There really weren't any findings; I wrote a small patch which corrected how 
the IMAP connection string was built, but other than that it just worked.

As far as not asking all your users for their passwords -- I'm not sure what 
you mean -- Asterisk needs to know the voicemail passwords, and those are 
stored in voicemail.conf.  I'm not using IMAP server passwords at all.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP Voicemail Storage

2007-01-25 Thread Andrew Kohlsmith
On Thursday 25 January 2007 5:01 pm, Bruce Reeves wrote:
 I tried testing with mtest in the imap toolkit, I think that is what you
 meant and it connects. The connection string
 {server:143/imap/user=breeves}INBOX prompts for a password then
 connects. I will keep digging the answer has to be around.

I'm using server authentication -- i.e. one login for the entire server, not 
per-user authentication... That's a critical difference I think.  Did you set 
up the IMAP user password in voicemail.conf? (I did not have to do that).

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP Voicemail Storage

2007-01-25 Thread Bruce Reeves

Andrew,

I tried both, did you set the server authentication with authuser=user and
authpassword=password in the general section?

On 1/25/07, Andrew Kohlsmith [EMAIL PROTECTED] wrote:


On Thursday 25 January 2007 5:01 pm, Bruce Reeves wrote:
 I tried testing with mtest in the imap toolkit, I think that is what you
 meant and it connects. The connection string
 {server:143/imap/user=breeves}INBOX prompts for a password then
 connects. I will keep digging the answer has to be around.

I'm using server authentication -- i.e. one login for the entire server,
not
per-user authentication... That's a critical difference I think.  Did you
set
up the IMAP user password in voicemail.conf? (I did not have to do that).

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users





--
Bruce
Nortex Networks
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP Voicemail Storage

2007-01-25 Thread David Gomillion

On 1/25/07, Andrew Kohlsmith [EMAIL PROTECTED] wrote:


On Thursday 25 January 2007 4:48 pm, David Gomillion wrote:
 Since you've done some work with Courier and Asterisk's IMAP voicemail,
is
 there a place you documented your findings? I'm interested in merging
the
 two. Is there any way to do it without having to ask all of my users for
 their passwords?

There really weren't any findings; I wrote a small patch which corrected
how
the IMAP connection string was built, but other than that it just worked.

As far as not asking all your users for their passwords -- I'm not sure
what
you mean -- Asterisk needs to know the voicemail passwords, and those are
stored in voicemail.conf.  I'm not using IMAP server passwords at all.




I mean that I would like to have a system in place so that Asterisk, as a
privileged service, can gain access to Courier's IMAP storage. Having to
keep track of all of our users' passwords in the Asterisk configuration is
going to provide a ridiculous amount of administration, as we force them to
change their passwords often in our single-sign on environment.


-A.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP Voicemail Storage

2007-01-25 Thread Andrew Kohlsmith
On Thursday 25 January 2007 6:30 pm, David Gomillion wrote:
 I mean that I would like to have a system in place so that Asterisk, as a
 privileged service, can gain access to Courier's IMAP storage. Having to
 keep track of all of our users' passwords in the Asterisk configuration is
 going to provide a ridiculous amount of administration, as we force them to
 change their passwords often in our single-sign on environment.

How do they log on to check their voicemail?  Is your SSO system entirely 
numeric?

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IMAP Voicemail Storage

2007-01-25 Thread Bruce Reeves

David,

According to the imap docs there should be away to set a single user and
password that Asterisk will use for IMAP connections, all that has to be
done then on the IMAP server is give that account full access to each
mailbox. That is according to the docs, I have not got my account to login
as me yet, but I'm still trying :)

On 1/25/07, David Gomillion [EMAIL PROTECTED] wrote:




On 1/25/07, Andrew Kohlsmith [EMAIL PROTECTED] wrote:

 On Thursday 25 January 2007 4:48 pm, David Gomillion wrote:
  Since you've done some work with Courier and Asterisk's IMAP
 voicemail, is
  there a place you documented your findings? I'm interested in merging
 the
  two. Is there any way to do it without having to ask all of my users
 for
  their passwords?

 There really weren't any findings; I wrote a small patch which corrected
 how
 the IMAP connection string was built, but other than that it just
 worked.

 As far as not asking all your users for their passwords -- I'm not sure
 what
 you mean -- Asterisk needs to know the voicemail passwords, and those
 are
 stored in voicemail.conf.  I'm not using IMAP server passwords at all.



I mean that I would like to have a system in place so that Asterisk, as a
privileged service, can gain access to Courier's IMAP storage. Having to
keep track of all of our users' passwords in the Asterisk configuration is
going to provide a ridiculous amount of administration, as we force them to
change their passwords often in our single-sign on environment.


-A.
 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users






--
Bruce
Nortex Networks
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users