Thanks for your wonderful help david
Hi david i followed your link and get the output but really i don’t understand what it actually says ,
Give any suggestion or idea to fix this problem
The point is what it will tell the person who created the executables.
Unfortunately, you have a non-debug build, which means it will be difficult to get a bug accepted on the Asterisk bug tracker, and you do not have debug information for your system libraries, although there is a hint as to how you might install that.
Another concern is that line numbers reported for utils.c are nothing like the actual line numbers for the functions reported to be at those line numbers, which may mean that you are not using a standard version of Asterisk.
The actual crash has happended whilst doing arithmetic on times, in the code that handles analogue line caller ID, using FSK modulation, so disabling caller ID processing may avoid the issue.
The underlying problem, though, will be that the executables you are using are not suitable for the machine on which you are using them, and you should take that up with the person who created them, or create your own.