[svn-commits] mmichelson: branch mmichelson/srv_sip_outbound r208 - /asterisk/team/mmichels...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 6 12:24:55 CDT 2010


Author: mmichelson
Date: Tue Apr  6 12:24:53 2010
New Revision: 208

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=208
Log:
Fix UAS scenarios to answer with ulaw instead of g.729

Also fixed the spacing used in the UAS scenarios a bit.


Modified:
    asterisk/team/mmichelson/srv_sip_outbound/tests/sip_outbound_address/sipp/uas1.xml
    asterisk/team/mmichelson/srv_sip_outbound/tests/sip_outbound_address/sipp/uas2.xml

Modified: asterisk/team/mmichelson/srv_sip_outbound/tests/sip_outbound_address/sipp/uas1.xml
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/mmichelson/srv_sip_outbound/tests/sip_outbound_address/sipp/uas1.xml?view=diff&rev=208&r1=207&r2=208
==============================================================================
--- asterisk/team/mmichelson/srv_sip_outbound/tests/sip_outbound_address/sipp/uas1.xml (original)
+++ asterisk/team/mmichelson/srv_sip_outbound/tests/sip_outbound_address/sipp/uas1.xml Tue Apr  6 12:24:53 2010
@@ -70,11 +70,11 @@
       s=-
       c=IN IP[media_ip_type] [media_ip]
       t=0 0
-      m=audio [media_port] RTP/AVP 18
-      a=rtpmap:18 G729/8000
-	  a=rtpmap:101 telephone-event/8000
-	  a=fmtp:101 0-16
-	  a=sendrecv
+      m=audio [media_port] RTP/AVP 0 101
+      a=rtpmap:0 PCMU/8000
+      a=rtpmap:101 telephone-event/8000
+      a=fmtp:101 0-16
+      a=sendrecv
 
     ]]>
   </send>

Modified: asterisk/team/mmichelson/srv_sip_outbound/tests/sip_outbound_address/sipp/uas2.xml
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/mmichelson/srv_sip_outbound/tests/sip_outbound_address/sipp/uas2.xml?view=diff&rev=208&r1=207&r2=208
==============================================================================
--- asterisk/team/mmichelson/srv_sip_outbound/tests/sip_outbound_address/sipp/uas2.xml (original)
+++ asterisk/team/mmichelson/srv_sip_outbound/tests/sip_outbound_address/sipp/uas2.xml Tue Apr  6 12:24:53 2010
@@ -70,11 +70,11 @@
       s=-
       c=IN IP[media_ip_type] [media_ip]
       t=0 0
-      m=audio [media_port] RTP/AVP 18
-      a=rtpmap:18 G729/8000
-	  a=rtpmap:101 telephone-event/8000
-	  a=fmtp:101 0-16
-	  a=sendrecv
+      m=audio [media_port] RTP/AVP 0 101
+      a=rtpmap:0 PCMU/8000
+      a=rtpmap:101 telephone-event/8000
+      a=fmtp:101 0-16
+      a=sendrecv
 
     ]]>
   </send>




More information about the svn-commits mailing list