> For some reason, every morning at 8:30 I get a call on my main extension.
> When this call is picked up, it promptly disconnects. Is there some sort
of
> "Wake up call" or something that may inadvertently be set in *
that could be
> causing this? It has been happening for quite some time, and I always just
> brushed it off, but it's consistency and regularity has caused me to
wonder.
Asterisk can make calls based on files that appear in
/var/spool/asterisk/outgoing
You may want to check the contents of this directory around 08:28 or
08:29. If there is a file in there, that's probably why you're getting
the call (Asterisk should delete the file after the call is has been
answered/timed out). So check the directory around 08:30; if the file
is gone then but reappears the next morning, then it sounds like
something is causing that file to be generated.
If there is never a file in there, then the calls are coming from elsewhere ;)
What does callerid show? How about Asterisk console?
-Andy