write cng frames during sleep

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9811 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-10-03 18:14:11 +00:00
parent 3639af34d9
commit f3b413edf1
2 changed files with 12 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ $COLORS{'totag'} = 'bold green';
$COLORS{'viabranch'} = 'bold cyan';
$limit=2000;
$ngrep="/usr/local/bin/ngrep"; #path to NGREP
$ngrep_flags="-l"; # Flag for Ngrep
$ngrep="/usr/bin/ngrep"; #path to NGREP
$ngrep_flags="-l -d eth1"; # Flag for Ngrep
$colorsmethods="INVITE|REGISTER|BYE|ACK|CANCEL|OPTIONS|REFER|NOTIFY|MESSAGE|INFO|PRACK|UPDATE";