[svn-commits] oej: branch oej/chocolate-video-congestion-11 r433322 - /team/oej/chocolate-v...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 24 05:47:10 CDT 2015


Author: oej
Date: Tue Mar 24 05:47:08 2015
New Revision: 433322

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433322
Log:
Adding simple test

Added:
    team/oej/chocolate-video-congestion-11/sipp/
    team/oej/chocolate-video-congestion-11/sipp/Makefile   (with props)
    team/oej/chocolate-video-congestion-11/sipp/inviteremb.txt   (with props)

Added: team/oej/chocolate-video-congestion-11/sipp/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/oej/chocolate-video-congestion-11/sipp/Makefile?view=auto&rev=433322
==============================================================================
--- team/oej/chocolate-video-congestion-11/sipp/Makefile (added)
+++ team/oej/chocolate-video-congestion-11/sipp/Makefile Tue Mar 24 05:47:08 2015
@@ -1,0 +1,2 @@
+testmsg:
+	/usr/local/bin/sipsak -vv -f inviteremb.txt -s sip:192.168.40.27

Propchange: team/oej/chocolate-video-congestion-11/sipp/Makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/oej/chocolate-video-congestion-11/sipp/Makefile
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/oej/chocolate-video-congestion-11/sipp/Makefile
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: team/oej/chocolate-video-congestion-11/sipp/inviteremb.txt
URL: http://svnview.digium.com/svn/asterisk/team/oej/chocolate-video-congestion-11/sipp/inviteremb.txt?view=auto&rev=433322
==============================================================================
--- team/oej/chocolate-video-congestion-11/sipp/inviteremb.txt (added)
+++ team/oej/chocolate-video-congestion-11/sipp/inviteremb.txt Tue Mar 24 05:47:08 2015
@@ -1,0 +1,32 @@
+INVITE sip:100 at edvina.net SIP/2.0 
+Via: SIP/2.0/UDP 192.168.40.17;branch=z9hG4bKkajsfdh3j34j
+From: "Diamant Vxl"<sip:200 at 192.168.40.18;user=phone>;tag=234883486-1414680350855- 
+To: "Anders Johansson"<sip:300 at 192.168.40.19:5060;user=phone> 
+Call-ID: BW154550855301014-619807475 at 192.168.40.19 
+CSeq: 818055236 INVITE 
+Contact: <sip:192.168.40.18:5060;line=4949;skrep=blåbär> 
+Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE 
+Accept: application/sdp
+Max-Forwards: 8 
+Content-Type: application/sdp 
+Content-Length: 260 
+
+v=0 
+o=Edvina 347649229 1 IN IP4 192.168.40.18
+s=-
+c=IN IP4 192.168.40.18
+t=0 0
+m=audio 64544 RTP/AVPF 8 0 18 101
+a=rtpmap:8 PCMA/8000
+a=rtpmap:0 PCMU/8000
+a=rtpmap:18 G729/8000
+a=rtpmap:101 telephone-event/8000
+a=fmtp:101 0-15
+a=sendrecv
+a=maxptime:20
+m=video 64544 RTP/AVPF 100
+a=rtpmap:100 VP8/90000
+a=rtcp-fb:100 ccm fir
+a=rtcp-fb:100 nack
+a=rtcp-fb:100 nack pli
+a=rtcp-fb:100 goog-remb

Propchange: team/oej/chocolate-video-congestion-11/sipp/inviteremb.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/oej/chocolate-video-congestion-11/sipp/inviteremb.txt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/oej/chocolate-video-congestion-11/sipp/inviteremb.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list