Callback problem

Hi,

Versions:
Asterisk Ver 1.4.15
FreePBX Ver 2.4.1.0
Callback module Ver 2.4.0.2

Callback was working fine. But suddenly the callback started to call back the phone number for three or more times.

Asterisk logs

[color=#008000]
[Nov 3 09:09:32] VERBOSE[8911] logger.c: – Called SIPTrunk/00xxxxx0933919
[Nov 3 09:09:35] VERBOSE[8915] logger.c: – Called SIPTrunk/00xxxxx0933919
[Nov 3 09:09:37] VERBOSE[8920] logger.c: – Called SIPTrunk/00xxxxx0933919
[Nov 3 09:09:39] VERBOSE[8925] logger.c: – Called SIPTrunk/00xxxxx0933919
[Nov 3 09:09:41] VERBOSE[8929] logger.c: – Called SIPTrunk/00xxxxx0933919[/color]

Could somebody please help me on this?

Thanks
Vinod

Can someone please help me on this?

Thanks
Vinod Chandrasekar

Call file has how many times to call if call is not answered.
You can experience problems because calls are not answered or are answered but Asterisk did not recognized answer
You can limit number of attempts and instead of 3, you could put 1 attempt in call file
the-asterisk-book.com/unstab … -file.html

MaxRetries: <number> Maximum number of dial retries (if an attempt fails because the device is busy or not reachable). If not specified, defaults to 0 (only one attempt is made).