====== Sitemap ====== This is a sitemap over all available pages ordered by [[doku>namespaces|namespaces]].
Page Actions
Wiki Actions
User Actions
====== Differences ====== This shows you the differences between two versions of the page.
|
guides:voip [2010/02/21 18:13] fishy |
guides:voip [2010/02/22 00:30] (current) fishy |
||
|---|---|---|---|
| Line 42: | Line 42: | ||
| Asterisk-generated audio due to bad timing etc. | Asterisk-generated audio due to bad timing etc. | ||
| - | - Update your system! If you install AsteriskNOW, and don't perform a "yum upgrade", you will be running a version of the dahdi-dummy module that depends on a hardware RTC. Xen does not have a hardware RTC. This is fixed in CentOS/Asterisk packages available using yum, so simply update. | + | - Update your system! If you install AsteriskNOW, and don't perform a "yum upgrade", you will be running a version of the dahdi-dummy module that depends on a hardware RTC. Xen does not have a hardware RTC. This is fixed in CentOS/Asterisk packages available using yum, so simply update. <code>yum upgrade</code> |
| - | - Edit the /etc/dahdi/modules file to not load _any_ modules. This will make sure only the dahdi_dummy module gets loaded. | + | - Edit the /etc/dahdi/modules file to not load _any_ modules. This will make sure only the dahdi_dummy module gets loaded.<code> |
| + | cp /etc/dahdi/modules /etc/dahdi/modules_dist | ||
| + | echo "# Empty" > /etc/dahdi/modules | ||
| + | </code> | ||
| - Edit /etc/asterisk/asterisk.conf, and add the following to the Options block <code>internal_timing=yes</code> | - Edit /etc/asterisk/asterisk.conf, and add the following to the Options block <code>internal_timing=yes</code> | ||
| - Restart your system. | - Restart your system. | ||
| Line 88: | Line 91: | ||
| Look for the variable FOPPASSWORD.... | Look for the variable FOPPASSWORD.... | ||
| + | |||
| + | ===== Using Nortel telephones, is it possible? ===== | ||
| + | |||
| + | YES! Nortel proprietary IP telephones uses a communication protocol called Unistim. This protocol has been reverse-engineered for the purpose of interoperabillity (thus legal at least in Europe), and the results are implemented in the chan_unistim Asterisk module. I separated this in to its own page: | ||
| + | |||
| + | * [[guides:voip:unistim|Using Nortel Unistim phones with FreePBX/Asterisk/AsteriskNOW]] | ||
| + | |||
| + | At least the i2004, i2002, i2007 hardphones and the i2050 softphone are supported. | ||
| + | |||
| + | |||