Module: kamailio Branch: master Commit: 8bd3b8ff291d4f59d7aa8a3a4dd674437e77e8b5 URL: https://github.com/kamailio/kamailio/commit/8bd3b8ff291d4f59d7aa8a3a4dd67443...
Author: Mikko Lehto mslehto@iki.fi Committer: Mikko Lehto mslehto@iki.fi Date: 2016-12-04T17:05:53+02:00
modules/rtpproxy: documentation typo fix and rephrase
---
Modified: modules/rtpproxy/doc/rtpproxy_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/8bd3b8ff291d4f59d7aa8a3a4dd67443... Patch: https://github.com/kamailio/kamailio/commit/8bd3b8ff291d4f59d7aa8a3a4dd67443...
---
diff --git a/modules/rtpproxy/doc/rtpproxy_admin.xml b/modules/rtpproxy/doc/rtpproxy_admin.xml index 49edff7..d0db7d8 100644 --- a/modules/rtpproxy/doc/rtpproxy_admin.xml +++ b/modules/rtpproxy/doc/rtpproxy_admin.xml @@ -456,7 +456,7 @@ rtpproxy_offer(); So, for example if a SIP requests is processed with 'ie' flags, the corresponding response must be processed with 'ie' flags. </para><para> - Note: As rtpproxy in bridge mode s per default asymmetric, you have to specify + Note: As rtpproxy in bridge mode is asymmetric per default, you have to specify the 'w' flag for clients behind NAT! See also above notes! </para></listitem> <listitem><para> @@ -764,7 +764,7 @@ rtpproxy_manage(); ... if (is_method("INVITE")) { rtpproxy_offer(); - if (detect_hold()) { + if (is_audio_on_hold()) { rtpproxy_stream2uas("/var/rtpproxy/prompts/music_on_hold", "-1"); } else { rtpproxy_stop_stream2uas();