Skip to content

Commit

Permalink
Remove rtp_echo from UAS xml
Browse files Browse the repository at this point in the history
  • Loading branch information
smititelu committed May 14, 2023
1 parent 64521c8 commit 6f9f119
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
12 changes: 0 additions & 12 deletions sipp/xml/p2p_rtp/uas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@

<recv request="ACK" crlf="true"> </recv>

<nop>
<action>
<exec rtp_echo="startaudio,0,PCMU/8000" />
</action>
</nop>




Expand All @@ -100,12 +94,6 @@
]]>
</send>

<nop>
<action>
<exec rtp_echo="stopaudio,0,PCMU/8000" />
</action>
</nop>




Expand Down
16 changes: 2 additions & 14 deletions sipp/xml/p2p_srtp/uas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
s=-
c=IN IP[media_ip_type] [media_ip]
t=0 0
m=audio [rtpstream_audio_port] RTP/SAVP 0 18 9 103 8 101
m=audio [media_port] RTP/SAVP 0 18 9 103 8 101
a=crypto:[cryptotag1audio] [cryptosuiteaescm128sha1321audio] inline:[cryptokeyparams1audio]
a=rtcp:[rtpstream_audio_port+1]
a=rtcp:[media_port+1]
a=sendrecv
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
Expand All @@ -71,12 +71,6 @@

<recv request="ACK" crlf="true"> </recv>

<nop>
<action>
<exec rtp_echo="startaudio,0,PCMU/8000" />
</action>
</nop>




Expand All @@ -101,12 +95,6 @@
]]>
</send>

<nop>
<action>
<exec rtp_echo="stopaudio,0,PCMU/8000" />
</action>
</nop>




Expand Down
2 changes: 0 additions & 2 deletions sipp/xml/reg/uac.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
]]>
</send>

<recv response="100" optional="true"> </recv>
<recv response="405" optional="true" next="got_err"> </recv>
<recv response="401" optional="true" next="got_auth" auth="true"> </recv>
<recv response="200" optional="false" next="done_auth" crlf="true"> </recv>
Expand Down Expand Up @@ -69,7 +68,6 @@
]]>
</send>

<recv response="100" optional="true"> </recv>
<recv response="405" optional="true" next="got_err"> </recv>
<recv response="401" optional="true" next="done_auth"> </recv>
<recv response="200" optional="false" next="done_all"> </recv>
Expand Down
4 changes: 0 additions & 4 deletions sipp/xml/reg/uas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
</send>

<recv response="405" optional="true" next="got_err"> </recv>

<recv response="401" optional="true" next="got_auth" auth="true"> </recv>

<recv response="200" optional="false" next="done_auth" crlf="true"> </recv>


Expand Down Expand Up @@ -71,9 +69,7 @@
</send>

<recv response="405" optional="true" next="got_err"> </recv>

<recv response="401" optional="true" next="done_auth"> </recv>

<recv response="200" optional="false" next="done_all"> </recv>


Expand Down

0 comments on commit 6f9f119

Please sign in to comment.