~damg/ubuntu/quantal/asterisk/LP1097687

« back to all changes in this revision

Viewing changes to doc/tex/asterisk/node238.html

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-10-15 22:24:34 UTC
  • mfrom: (1.2.8 upstream) (8.3.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101015222434-iy328q8in3lajzlv
Tags: 1:1.6.2.9-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control:
    + Build-depend on hardening-wrapper
    + Change Maintainer
    + Removed Uploaders field.
    + Removed Debian Vcs-Svn entry and replaced with ubuntu-voip Vcs-Bzr,
      to reflect divergence in packages.
  - debian/rules: Make use of hardening-wrapper
  - debian/asterisk.init: chown /dev/dahdi
  - debian/backports/hardy: add file
  - debian/backports/asterisk.init.hardy: add file
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
8
<HTML>
9
9
<HEAD>
10
 
<TITLE>Modify voicemail.conf</TITLE>
11
 
<META NAME="description" CONTENT="Modify voicemail.conf">
 
10
<TITLE>Compiling Asterisk</TITLE>
 
11
<META NAME="description" CONTENT="Compiling Asterisk">
12
12
<META NAME="keywords" CONTENT="asterisk">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
18
18
 
19
19
<LINK REL="STYLESHEET" HREF="asterisk.css">
20
20
 
21
 
<LINK REL="next" HREF="node239.html">
22
 
<LINK REL="previous" HREF="node235.html">
23
 
<LINK REL="up" HREF="node234.html">
 
21
<LINK REL="previous" HREF="node237.html">
 
22
<LINK REL="up" HREF="node236.html">
24
23
<LINK REL="next" HREF="node239.html">
25
24
</HEAD>
26
25
 
27
26
<BODY >
28
27
 
29
28
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html3779"
 
29
<A NAME="tex2html3782"
31
30
  HREF="node239.html">
32
31
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33
32
 SRC="/usr/share/latex2html/icons/next.png"></A> 
34
 
<A NAME="tex2html3775"
35
 
  HREF="node234.html">
 
33
<A NAME="tex2html3778"
 
34
  HREF="node236.html">
36
35
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37
36
 SRC="/usr/share/latex2html/icons/up.png"></A> 
38
 
<A NAME="tex2html3769"
 
37
<A NAME="tex2html3774"
39
38
  HREF="node237.html">
40
39
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41
40
 SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
 
<A NAME="tex2html3777"
 
41
<A NAME="tex2html3780"
43
42
  HREF="node1.html">
44
43
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45
44
 SRC="/usr/share/latex2html/icons/contents.png"></A>  
46
45
<BR>
47
 
<B> Next:</B> <A NAME="tex2html3780"
48
 
  HREF="node239.html">IMAP Folders</A>
49
 
<B> Up:</B> <A NAME="tex2html3776"
50
 
  HREF="node234.html">IMAP Storage</A>
51
 
<B> Previous:</B> <A NAME="tex2html3770"
52
 
  HREF="node237.html">Compiling Asterisk</A>
53
 
 &nbsp; <B>  <A NAME="tex2html3778"
 
46
<B> Next:</B> <A NAME="tex2html3783"
 
47
  HREF="node239.html">Modify voicemail.conf</A>
 
48
<B> Up:</B> <A NAME="tex2html3779"
 
49
  HREF="node236.html">Installation Notes</A>
 
50
<B> Previous:</B> <A NAME="tex2html3775"
 
51
  HREF="node237.html">University of Washington IMAP</A>
 
52
 &nbsp; <B>  <A NAME="tex2html3781"
54
53
  HREF="node1.html">Contents</A></B> 
55
54
<BR>
56
55
<BR></DIV>
57
56
<!--End of Navigation Panel-->
58
57
 
59
 
<H2><A NAME="SECTION001222000000000000000">
60
 
Modify voicemail.conf</A>
61
 
</H2>
62
 
 
63
 
<P>
64
 
The following directives have been added to voicemail.conf:
65
 
</B></SMALL>
66
 
<UL>
67
 
<LI><PRE>
68
 
imapserver=&lt;name or IP address of IMAP mail server&gt;
69
 
imapport=&lt;IMAP port, defaults to 143&gt;
70
 
imapflags=&lt;IMAP flags, "novalidate-cert" for example&gt;
71
 
imapfolder=&lt;IMAP folder to store messages to&gt;
72
 
imapgreetings=&lt;yes or no&gt;
73
 
greetingsfolder=&lt;IMAP folder to store greetings in if imapgreetings is enabled&gt;
74
 
expungeonhangup=&lt;yes or no&gt;
75
 
authuser=&lt;username&gt;
76
 
authpassword=&lt;password&gt;
77
 
opentimeout=&lt;TCP open timeout in seconds&gt;
78
 
closetimeout=&lt;TCP close timeout in seconds&gt;
79
 
readtimeout=&lt;TCP read timeout in seconds&gt;
80
 
writetimeout=&lt;TCP write timeout in seconds&gt;
81
 
</PRE><SMALL CLASS="SCRIPTSIZE"><B>
82
 
</LI>
83
 
</UL>
84
 
<P>
85
 
The "imapfolder" can be used to specify an alternative folder on your IMAP server
86
 
to store voicemails in. If not specified, the default folder 'INBOX' will be used.
87
 
 
88
 
<P>
89
 
The "imapgreetings" parameter can be enabled in order to store voicemail greetings
90
 
on the IMAP server. If disabled, then they will be stored on the local file system
91
 
as normal.
92
 
 
93
 
<P>
94
 
The "greetingsfolder" can be set to store greetings on the IMAP server when
95
 
"imapgreetings" is enabled in an alternative folder than that set by "imapfolder"
96
 
or the default folder for voicemails.
97
 
 
98
 
<P>
99
 
The "expungeonhangup" flag is used to determine if the voicemail system should
100
 
expunge all messages marked for deletion when the user hangs up the phone.
101
 
 
102
 
<P>
103
 
Each mailbox definition should also have imapuser=<SPAN CLASS="MATH"><IMG
104
 
 WIDTH="19" HEIGHT="33" ALIGN="MIDDLE" BORDER="0"
105
 
 SRC="img2.png"
106
 
 ALT="$&lt;$"></SPAN>imap username<SPAN CLASS="MATH"><IMG
107
 
 WIDTH="19" HEIGHT="33" ALIGN="MIDDLE" BORDER="0"
108
 
 SRC="img1.png"
109
 
 ALT="$&gt;$"></SPAN>.
110
 
For example:
111
 
</B></SMALL>
112
 
<UL>
113
 
<LI><PRE>
114
 
4123=&gt;4123,James Rothenberger,jar@onebiztone.com,,attach=yes|imapuser=jar
115
 
</PRE><SMALL CLASS="SCRIPTSIZE"><B>
116
 
</LI>
117
 
</UL>
118
 
<P>
119
 
The directives "authuser" and "authpassword" are not needed when using
120
 
Kerberos. They are defined to allow Asterisk to authenticate as a single
121
 
user that has access to all mailboxes as an alternative to Kerberos.
 
58
<H3><A NAME="SECTION001221200000000000000">
 
59
Compiling Asterisk</A>
 
60
</H3>
 
61
 
 
62
<P>
 
63
Configure with ./configure -with-imap=/usr/src/imap
 
64
or wherever you built the UWashington IMAP Toolkit. This directory
 
65
will be searched for a source installation. If no source installation is
 
66
found there, then a package installation of the IMAP c-client will be 
 
67
searched for in this directory. If one is not found, then configure will fail.
 
68
 
 
69
<P>
 
70
A second configure option is to not specify a directory (i.e.
 
71
./configure -with-imap). This will assume that you have the
 
72
imap-2007e source installed in the ../imap directory relative to the
 
73
Asterisk source. If you do not have this source, then configure will
 
74
default to the "system" option defined in the next paragraph
 
75
 
 
76
<P>
 
77
A third option is ./configure -with-imap=system. This will assume
 
78
that you have installed a dynamically linked version of the c-client
 
79
library (most likely via a package provided by your distro). This will
 
80
attempt to link agains -lc-client and will search for c-client headers
 
81
in your include path starting with the imap directory, and upon failure,
 
82
in the c-client directory.
 
83
 
 
84
<P>
 
85
When you run 'make menuselect', choose 'Voicemail Build Options' and the
 
86
IMAP_STORAGE option should be available for selection.
 
87
 
 
88
<P>
 
89
After selecting the IMAP_STORAGE option, use the 'x' key to exit
 
90
menuselect and save your changes, and the build/install Asterisk
 
91
normally.
122
92
 
123
93
<P>
124
94
 
125
95
<DIV CLASS="navigation"><HR>
126
96
<!--Navigation Panel-->
127
 
<A NAME="tex2html3779"
 
97
<A NAME="tex2html3782"
128
98
  HREF="node239.html">
129
99
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
130
100
 SRC="/usr/share/latex2html/icons/next.png"></A> 
131
 
<A NAME="tex2html3775"
132
 
  HREF="node234.html">
 
101
<A NAME="tex2html3778"
 
102
  HREF="node236.html">
133
103
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
134
104
 SRC="/usr/share/latex2html/icons/up.png"></A> 
135
 
<A NAME="tex2html3769"
 
105
<A NAME="tex2html3774"
136
106
  HREF="node237.html">
137
107
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
138
108
 SRC="/usr/share/latex2html/icons/prev.png"></A> 
139
 
<A NAME="tex2html3777"
 
109
<A NAME="tex2html3780"
140
110
  HREF="node1.html">
141
111
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
142
112
 SRC="/usr/share/latex2html/icons/contents.png"></A>  
143
113
<BR>
144
 
<B> Next:</B> <A NAME="tex2html3780"
145
 
  HREF="node239.html">IMAP Folders</A>
146
 
<B> Up:</B> <A NAME="tex2html3776"
147
 
  HREF="node234.html">IMAP Storage</A>
148
 
<B> Previous:</B> <A NAME="tex2html3770"
149
 
  HREF="node237.html">Compiling Asterisk</A>
150
 
 &nbsp; <B>  <A NAME="tex2html3778"
 
114
<B> Next:</B> <A NAME="tex2html3783"
 
115
  HREF="node239.html">Modify voicemail.conf</A>
 
116
<B> Up:</B> <A NAME="tex2html3779"
 
117
  HREF="node236.html">Installation Notes</A>
 
118
<B> Previous:</B> <A NAME="tex2html3775"
 
119
  HREF="node237.html">University of Washington IMAP</A>
 
120
 &nbsp; <B>  <A NAME="tex2html3781"
151
121
  HREF="node1.html">Contents</A></B> </DIV>
152
122
<!--End of Navigation Panel-->
153
123
<ADDRESS>
154
124
lmadsen
155
 
2010-05-03
 
125
2010-06-17
156
126
</ADDRESS>
157
127
</BODY>
158
128
</HTML>