mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
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:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user