Przeglądaj źródła

misc/examples: spelling fix withing -> within

Henning Westerholt 2 lat temu
rodzic
commit
a8bf7741ee

+ 1 - 1
misc/examples/ims/pcscf/kamailio.cfg

@@ -744,7 +744,7 @@ route[WITHINDLG] {
 			$ru = $sht(contact=>$ci);
 		}
 
-		# sequential request withing a dialog should
+		# sequential request within a dialog should
 		# take the path determined by record-routing
 		if (loose_route()) {
 			if ($route_uri =~ "sip:mt@.*") {

+ 1 - 1
misc/examples/kamailio/acc-mysql.cfg

@@ -164,7 +164,7 @@ route{
 	if (!is_method("REGISTER"))
 		record_route();
 
-	# subsequent messages withing a dialog should take the
+	# subsequent messages within a dialog should take the
 	# path determined by record-routing
 	if (loose_route()) {
 		# mark routing logic in request

+ 1 - 1
misc/examples/kamailio/nathelper.cfg

@@ -147,7 +147,7 @@ route{
 	# use different transport protocol
 	if (!is_method("REGISTER")) record_route();
 
-	# subsequent messages withing a dialog should take the
+	# subsequent messages within a dialog should take the
 	# path determined by record-routing
 	if (loose_route()) {
 		# mark routing logic in request

+ 1 - 1
misc/examples/kemi/kamailio-basic-kemi-jsdt.js

@@ -166,7 +166,7 @@ function ksr_route_withindlg()
 {
 	if (KSR.siputils.has_totag()<0) { return; }
 
-	// sequential request withing a dialog should
+	// sequential request within a dialog should
 	// take the path determined by record-routing
 	if (KSR.rr.loose_route()>0) {
 		ksr_route_dlguri();

+ 1 - 1
misc/examples/kemi/kamailio-basic-kemi-lua.lua

@@ -214,7 +214,7 @@ end
 function ksr_route_withindlg()
 	if KSR.siputils.has_totag()<0 then return 1; end
 
-	-- sequential request withing a dialog should
+	-- sequential request within a dialog should
 	-- take the path determined by record-routing
 	if KSR.rr.loose_route()>0 then
 		ksr_route_dlguri();

+ 1 - 1
misc/examples/kemi/kamailio-basic-kemi-native.cfg

@@ -137,7 +137,7 @@ route[REQINIT] {
 route[WITHINDLG] {
 	if (!has_totag()) return;
 
-	# sequential request withing a dialog should
+	# sequential request within a dialog should
 	# take the path determined by record-routing
 	if (loose_route()) {
 		route(DLGURI);

+ 1 - 1
misc/examples/kemi/kamailio-basic-kemi-python.py

@@ -183,7 +183,7 @@ class kamailio:
         if KSR.siputils.has_totag()<0 :
             return 1
 
-        # sequential request withing a dialog should
+        # sequential request within a dialog should
         # take the path determined by record-routing
         if KSR.rr.loose_route()>0 :
             if self.ksr_route_dlguri(msg)==-255 :

+ 1 - 1
misc/examples/kemi/kamailio-basic-kemi-sqlang.sq

@@ -169,7 +169,7 @@ function ksr_route_withindlg()
 {
 	if (KSR.siputils.has_totag()<0) { return; }
 
-	// sequential request withing a dialog should
+	// sequential request within a dialog should
 	// take the path determined by record-routing
 	if (KSR.rr.loose_route()>0) {
 		ksr_route_dlguri();

+ 1 - 1
misc/examples/mixed/kamailio-minimal-anycast.cfg

@@ -270,7 +270,7 @@ route[REQINIT] {
 route[WITHINDLG] {
 	if (!has_totag()) return;
 
-	# sequential request withing a dialog should
+	# sequential request within a dialog should
 	# take the path determined by record-routing
 	if (loose_route()) {
 		if (is_method("BYE")) {

+ 1 - 1
misc/examples/mixed/kamailio-minimal-proxy.cfg

@@ -234,7 +234,7 @@ route[REQINIT] {
 route[WITHINDLG] {
 	if (!has_totag()) return;
 
-	# sequential request withing a dialog should
+	# sequential request within a dialog should
 	# take the path determined by record-routing
 	if (loose_route()) {
 		if (is_method("BYE")) {

+ 1 - 1
misc/examples/mixed/nathelper.cfg

@@ -137,7 +137,7 @@ route{
 	# use different transport protocol
 	if (!method=="REGISTER") record_route();	
 
-	# subsequent messages withing a dialog should take the
+	# subsequent messages within a dialog should take the
 	# path determined by record-routing
 	if (loose_route()) {
 		# mark routing logic in request

+ 1 - 1
misc/examples/pkg/kamailio-basic.cfg

@@ -436,7 +436,7 @@ route[REQINIT] {
 route[WITHINDLG] {
 	if (!has_totag()) return;
 
-	# sequential request withing a dialog should
+	# sequential request within a dialog should
 	# take the path determined by record-routing
 	if (loose_route()) {
 		route(DLGURI);

+ 1 - 1
misc/examples/pkg/kamailio-oob.cfg

@@ -632,7 +632,7 @@ route[REQINIT] {
 route[WITHINDLG] {
 	if (!has_totag()) return;
 
-	# sequential request withing a dialog should
+	# sequential request within a dialog should
 	# take the path determined by record-routing
 	if (loose_route()) {
 		route(DLGURI);

+ 1 - 1
misc/examples/pkg/sip-router-basic.cfg

@@ -143,7 +143,7 @@ route{
 	# use different transport protocol
 	if (!method=="REGISTER") record_route();
 
-	# subsequent messages withing a dialog should take the
+	# subsequent messages within a dialog should take the
 	# path determined by record-routing
 	if (loose_route()) {
 		# mark routing logic in request

+ 1 - 1
misc/examples/pkg/sip-router-oob.cfg

@@ -940,7 +940,7 @@ route[RTPPROXY]
 #
 route[PROCESS_ROUTES]
 {
-	# subsequent messages withing a dialog should take the
+	# subsequent messages within a dialog should take the
 	# path determined by the Route headers.
 	if (loose_route()) {
 		if (!defined $dialog_id) {

+ 1 - 1
misc/examples/presence/full-no-failover.cfg

@@ -156,7 +156,7 @@ route{
 	# use different transport protocol
 	if (!method=="REGISTER") record_route();	
 
-	# subsequent messages withing a dialog should take the
+	# subsequent messages within a dialog should take the
 	# path determined by record-routing
 	if (loose_route()) {
 		# mark routing logic in request

+ 1 - 1
misc/examples/presence/no-db.cfg

@@ -103,7 +103,7 @@ route{
 	# use different transport protocol
 	if (!method=="REGISTER") record_route();	
 
-	# subsequent messages withing a dialog should take the
+	# subsequent messages within a dialog should take the
 	# path determined by record-routing
 	if (loose_route()) {
 		# mark routing logic in request

+ 1 - 1
misc/examples/webrtc/kamailio-default-websocket.cfg

@@ -609,7 +609,7 @@ route[REQINIT] {
 route[WITHINDLG] {
 	if (!has_totag()) return;
 
-	# sequential request withing a dialog should
+	# sequential request within a dialog should
 	# take the path determined by record-routing
 	if (loose_route()) {
 		route(DLGURI);

+ 1 - 1
misc/examples/webrtc/websocket.cfg

@@ -248,7 +248,7 @@ route[REQINIT] {
 # Handle requests within SIP dialogs
 route[WITHINDLG] {
 	if (has_totag()) {
-		# sequential request withing a dialog should
+		# sequential request within a dialog should
 		# take the path determined by record-routing
 		if (loose_route()) {
 #!ifdef WITH_WEBSOCKETS