I have fine working Asterisk 1.4. I may call outside and inside, receive external calls and transfer them to internal users or voicemail. Everything seems OK. Now I wannted to pass every call to one user to his cellular after office hours. Sounds easy:
Asterisk properly calls his handy and seems to establish connection, but nobody can hear anything. Like a mute call. Do you have any idea what do I do wrong? If any detailed configuration needed I will supply.
I think the first thing you will want to do is just check the log file (maybe in /var/log/asterisk/messages?). Unless you changed your /etc/asterisk/logger.conf file, the messages file is probably already receiving notice, warning and error messages.
If you need more information, then look in logger.conf for the line:
and change it to something like
then
[code]
asterisk -r
host*CLI> logger reload[/code]
This should produce more output to the messages file. (Just remember to remove the change after the testing.)