Skip to content

3.16.41

Compare
Choose a tag to compare
@k-anderson k-anderson released this 10 Feb 23:37
· 4 commits to 3.16 since this release

Kazoo Changes

Changes to 3.16 after version 3.16.40

Resolved Tickets

Normal (1)

  • KAZOO-3313 Outbound virtual fax stopped processing jobs until the whapp was restarted

Change Details

KAZOO-3313

Summary:
Outbound virtual fax stopped processing jobs until the whapp was restarted

Description:
As reported:

The case was: all the outbound virtual fax stopped working. The bigcouch servers are fine and we have lots of outbound fax pending there. At the same time, I could not find the line "fetched <number> jobs, attempting to distribute to workers" in our log file anymore. Instead, I see lines like "fax_jobs:121 (<0.1270.0>) unhandled message: timeout" in the log file every 5 seconds. I know kazoo server tries to grab fax job every 5 second(timeout). Based on this log line, we know the info is 'timeout'. My question is how come the function "handle_info('timeout', #state{jobs=[]}=State)" defined before the "handle_info(_Info, State)" was not called. Everything went back to normal(no such weird log anymore) after we restart the whistle_apps on that server. That server is running version kazoo 3.12.

Reporter:
Karl Anderson <karl@2600hz.org>