From f6290f38a3a2cbd44c577ef4544fa411fd6dc14a Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 10 Jul 2014 08:52:25 -0400 Subject: [PATCH] sample CLI usage for ng-client --- utils/ng-client | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/ng-client b/utils/ng-client index 3dbaa5423..6606c9027 100755 --- a/utils/ng-client +++ b/utils/ng-client @@ -1,5 +1,8 @@ #!/usr/bin/perl +# sample usage: +# ./ng-client offer --trust-address --from-tag=sgadhdagf --call-id=sfghjfsh --sdp=$'v=0\no=moo 1 2 IN IP4 192.168.1.90\ns=-\nc=IN IP4 192.168.1.90\nt=0 0\nm=audio 3456 RTP/AVP 0\n' + use warnings; use strict; use Bencode qw(bencode bdecode);