[Asterisk-doc] docs common-issues.xml,1.3,1.4 installation.xml,1.17,1.18 introduction.xml,1.12,1.13
blitzrage
asterisk-doc@lists.digium.com
Fri, 11 Jun 2004 19:46:55 +0000
Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23587/docs
Modified Files:
common-issues.xml installation.xml introduction.xml
Log Message:
Randy Resnick
- grammatical changes
- information about using contexts in voicemail.conf
blitzrage
- grammatical change... pointed out by Randy... I think :)
Index: common-issues.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/common-issues.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** common-issues.xml 11 May 2004 01:23:01 -0000 1.3
--- common-issues.xml 11 Jun 2004 19:46:49 -0000 1.4
***************
*** 201,205 ****
<para>
SIP phones that support a message waiting indicator (such as a stuttered dial tone or a flashing light)
! can be associated with a voicemail box. In /etc/asterisk/sip.conf, just add a line like
<programlisting>
mailbox=1234
--- 201,205 ----
<para>
SIP phones that support a message waiting indicator (such as a stuttered dial tone or a flashing light)
! can be associated with a voicemail box. In <filename>sip.conf</filename>, just add a line like
<programlisting>
mailbox=1234
***************
*** 209,213 ****
<programlisting>
mailbox=1234,9999
! </programlisting>
</para>
</sect1>
--- 209,222 ----
<programlisting>
mailbox=1234,9999
! </programlisting>
! </para>
! <para>
! If a mailbox to be checked is not in the default context in <filename>voicemail.conf</filename>
! you must explicitly provide the context as in
! <programlisting>
! mailbox=1000,2000@smokers,2001@drinkers
! </programlisting>
! Where mailbox 1000 is in default, 2000 is in a <filename>voicemail.conf</filename> context
! called smokers and 2001 is in the context called drinkers.
</para>
</sect1>
Index: installation.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/installation.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** installation.xml 11 Jun 2004 02:20:58 -0000 1.17
--- installation.xml 11 Jun 2004 19:46:49 -0000 1.18
***************
*** 88,92 ****
If you are dedicating the computer to Asterisk, free up the most IRQs as
possible by disabling USB, serial and parallel port support in the BIOS.
! Otherwise, you want to free as many as possible. You will *not* want to
see a NIC sharing an IRQ with a TDM or FXO card! It's best that these cards
have their own IRQ.
--- 88,92 ----
If you are dedicating the computer to Asterisk, free up the most IRQs as
possible by disabling USB, serial and parallel port support in the BIOS.
! Essencially you want to free as many IRQs as possible. You will *not* want to
see a NIC sharing an IRQ with a TDM or FXO card! It's best that these cards
have their own IRQ.
Index: introduction.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/introduction.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** introduction.xml 11 Jun 2004 15:02:27 -0000 1.12
--- introduction.xml 11 Jun 2004 19:46:49 -0000 1.13
***************
*** 203,208 ****
The X100P and X101P are Foreign Exchange Office (FXO) devices which
allow you to connect the Asterisk PBX to a PSTN line. The only difference
! between an X100P and X101P is a slight difference in chips, but makes no difference
! to it's operation. The X100P uses a single PCI slot and supports FXS
Loopstart and "Kewlstart" (Loopstart with far end disconnection supervision).
With the X100P Asterisk supports both incoming and outgoing calls and
--- 203,209 ----
The X100P and X101P are Foreign Exchange Office (FXO) devices which
allow you to connect the Asterisk PBX to a PSTN line. The only difference
! between an X100P and X101P is a slight difference in their respective chips,
! but this has no effect on their use with Asterisk.
! The X100P uses a single PCI slot and supports FXS
Loopstart and "Kewlstart" (Loopstart with far end disconnection supervision).
With the X100P Asterisk supports both incoming and outgoing calls and