This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
sample CLI usage for ng-client
pull/11/head
Richard Fuchs
12 years ago
parent
2a38b51a7f
commit
f6290f38a3
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
utils/ng-client
+ 3
- 0
utils/ng-client
View File
@ -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);
Write
Preview
Loading…
Cancel
Save