Difference between revisions of "MOR Install Testing Manually Old"
From Kolmisoft Wiki
Jump to navigationJump to search
(New page: ==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...) |
|||
Line 16: | Line 16: | ||
That's ok. It means connection to MySQL timed out, but connection is reestablished. Try previous command and result should be ok. | 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 - [[G723/G729 Codec installation|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 |
Revision as of 16:39, 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