diff --git a/debian/patches/sipwise/rtproxy-ng.patch b/debian/patches/sipwise/rtproxy-ng.patch index 7ddfd85a0..942893e6f 100644 --- a/debian/patches/sipwise/rtproxy-ng.patch +++ b/debian/patches/sipwise/rtproxy-ng.patch @@ -22,7 +22,7 @@ + --- /dev/null +++ b/modules/rtpproxy-ng/README -@@ -0,0 +1,635 @@ +@@ -0,0 +1,652 @@ +rtpproxy-ng Module + +Maxim Sobolev @@ -99,10 +99,11 @@ + 5.4. rtpproxy_destroy([flags]) + 5.5. unforce_rtp_proxy() + 5.6. rtpproxy_manage([flags [, ip_address]]) ++ 5.7. start_recording() + + 6. Exported Pseudo Variables + -+ 6.1. $rtpstart ++ 6.1. $rtpstat + + 7. MI Commands + @@ -123,9 +124,10 @@ + 1.8. rtpproxy_answer usage + 1.9. rtpproxy_destroy usage + 1.10. rtpproxy_manage usage -+ 1.11. $rtpstat-Usage -+ 1.12. nh_enable_rtpp usage -+ 1.13. nh_show_rtpp usage ++ 1.11. start_recording usage ++ 1.12. $rtpstat Usage ++ 1.13. nh_enable_rtpp usage ++ 1.14. nh_show_rtpp usage + +Chapter 1. Admin Guide + @@ -154,10 +156,11 @@ + 5.4. rtpproxy_destroy([flags]) + 5.5. unforce_rtp_proxy() + 5.6. rtpproxy_manage([flags [, ip_address]]) ++ 5.7. start_recording() + + 6. Exported Pseudo Variables + -+ 6.1. $rtpstart ++ 6.1. $rtpstat + + 7. MI Commands + @@ -303,6 +306,7 @@ + 5.4. rtpproxy_destroy([flags]) + 5.5. unforce_rtp_proxy() + 5.6. rtpproxy_manage([flags [, ip_address]]) ++ 5.7. start_recording() + +5.1. set_rtp_proxy_set(setid) + @@ -563,18 +567,31 @@ +rtpproxy_manage(); +... + ++5.7. start_recording() ++ ++ This function will send a signal to the RTP Proxy to record the RTP ++ stream on the RTP Proxy. This function is not supported by ++ ngcp-mediaproxy-ng at the moment! ++ ++ This function can be used from REQUEST_ROUTE and ONREPLY_ROUTE. ++ ++ Example 1.11. start_recording usage ++... ++start_recording(); ++... ++ +6. Exported Pseudo Variables + -+ 6.1. $rtpstart ++ 6.1. $rtpstat + -+6.1. $rtpstart ++6.1. $rtpstat + -+ Returns the RTP-Statistics from the RTP-Proxy. The RTP-Statistics from -+ the RTP-Proxy are provided as a string and it does contain several -+ packet-counters. The statistics must be retrieved before the session is ++ Returns the RTP Statistics from the RTP Proxy. The RTP Statistics from ++ the RTP Proxy are provided as a string and it does contain several ++ packet counters. The statistics must be retrieved before the session is + deleted (before unforce_rtpproxy()). + -+ Example 1.11. $rtpstat-Usage ++ Example 1.12. $rtpstat Usage +... + append_hf("X-RTP-Statistics: $rtpstat\r\n"); +... @@ -597,7 +614,7 @@ + NOTE: if a rtpproxy is defined multiple times (in the same or diferente + sete), all of its instances will be enables/disabled. + -+ Example 1.12. nh_enable_rtpp usage ++ Example 1.13. nh_enable_rtpp usage +... +$ kamctl fifo nh_enable_rtpp udp:192.168.2.133:8081 0 +... @@ -609,7 +626,7 @@ + + No parameter. + -+ Example 1.13. nh_show_rtpp usage ++ Example 1.14. nh_show_rtpp usage +... +$ kamctl fifo nh_show_rtpp +... @@ -2001,7 +2018,7 @@ + --- /dev/null +++ b/modules/rtpproxy-ng/doc/rtpproxy_admin.xml -@@ -0,0 +1,821 @@ +@@ -0,0 +1,823 @@ + + + ++--> +
+ + <function moreinfo="none">start_recording()</function> + + -+ This function will send a signal to the RTP-Proxy to record -+ the RTP stream on the RTP-Proxy. -+ This function is only supported by Sippy RTPproxy at the moment! ++ This function will send a signal to the RTP Proxy to record ++ the RTP stream on the RTP Proxy. ++ This function is not supported by ngcp-mediaproxy-ng at the moment! + + + This function can be used from REQUEST_ROUTE and ONREPLY_ROUTE. @@ -2735,6 +2753,7 @@ + + +
++