Difference between revisions of "MOR Install Testing Manually Old"
Line 66: | Line 66: | ||
module show like h323 | module show like h323 | ||
==mime-construct== | |||
'''NOTE: From 0.6.14 install script test.sh script is used to check for installed mime-construct.''' | |||
It is used to send faxes. | |||
Write in bash to test: | |||
mime-construct | |||
You should see: | |||
mime-construct: no recipients specified | |||
If you see something else - [[mime-construct installation|reinstall mime-construct]] | |||
<br> |
Revision as of 17:00, 2 August 2008
Realtime
NOTE: From 0.6.14 install script test.sh script is used to check for realtime.
In Asterisk CLI:
realtime mysql status
Should show something like:
Connected to mor@127.0.0.1, port 3306 with username mor for 4 days, 13 hours, 13 minutes, 29 seconds.
If you see this:
ERROR[8898]: res_config_mysql.c:637 mysql_reconnect: MySQL RealTime: Ping failed (2006). Trying an explicit reconnect.
That's ok. It means connection to MySQL timed out, but connection is reestablished. Try previous command and result should be ok.
Codecs
NOTE: From 0.6.14 install script test.sh script is used to check for installed codecs.
In Asterisk CLI:
show translation
Should show g723 and g729 installed:
If g723 and g729 lines look like this:
g723 - - - - - - - - - - - - - g729 - - - - - - - - - - - - -
Then - install g723/g729 codecs.
Fax2Email
NOTE: From 0.6.14 install script test.sh script is used to check for installed fax applications
In Asterisk CLI:
module show like fax
It should show:
CLI> module show like fax Module Description Use Count app_nv_faxdetect.so NV Fax Detection Application 0 app_rxfax.so Trivial FAX Receive Application 0 app_txfax.so Trivial FAX Transmit Application 0 3 modules loaded
H323
NOTE: From 0.6.14 install script test.sh script is used to check for installed H323 support.
In Asterisk CLI:
module show like h323
mime-construct
NOTE: From 0.6.14 install script test.sh script is used to check for installed mime-construct.
It is used to send faxes.
Write in bash to test:
mime-construct
You should see:
mime-construct: no recipients specified
If you see something else - reinstall mime-construct