[asterisk-users] Weird issue with Set(CALLERID(name)=string);

Kevin Larsen kevin.larsen at pioneerballoon.com
Thu Jan 16 09:29:01 CST 2014


asterisk-users-bounces at lists.digium.com wrote on 01/16/2014 08:55:31 AM:

> From: Gareth Blades <mailinglist+asterisk at dns99.co.uk>
> To: Asterisk Users Mailing List - Non-Commercial Discussion 
> <asterisk-users at lists.digium.com>, 
> Date: 01/16/2014 08:55 AM
> Subject: Re: [asterisk-users] Weird issue with 
Set(CALLERID(name)=string);
> Sent by: asterisk-users-bounces at lists.digium.com
> 
> Very little as the amount of data being captured is quite small. We 
> have it running on our production servers which routinely handle a 
> couple of hundred concurrent calls.
> 
> This is the script we use to start off the capture. It uses rolling 
> capture files so we will always have the last X number of capture 
> logs. It works very well and we have a custom system which enables 
> us to search for calls and request traces for them for when we have 
> to diagnose problems.
> 
> #!/bin/bash
> cd /var/lib/asterisk/siptraces
> DATE=`date +%Y%m%d%H%M%S`
> TRACEFILE=/var/lib/asterisk/siptraces/$DATE-siptrace.pcap
> nohup /usr/sbin/tcpdump -p -i eth0 -s 0 port 5060 -w $TRACEFILE -C 10 -W 
500 &
> 
> 

Not to derail the conversation, Gareth, but do you leave this running full 
time on your asterisk boxes or just turn it on when you are trying to 
track problems?

On average, how far back can you go for looking at problems?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140116/b2a6a2ff/attachment.html>


More information about the asterisk-users mailing list