From 337457656ea0fa443af9660b2f44e4b0ec07968b Mon Sep 17 00:00:00 2001 From: Emir Hamidovic Date: Wed, 3 Dec 2025 11:15:57 +0100 Subject: [PATCH] Fix link to Return application in Gosub page --- docs/Configuration/Dialplan/Subroutines/Gosub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration/Dialplan/Subroutines/Gosub.md b/docs/Configuration/Dialplan/Subroutines/Gosub.md index 67bd8b6a53..86fd9b9f6e 100644 --- a/docs/Configuration/Dialplan/Subroutines/Gosub.md +++ b/docs/Configuration/Dialplan/Subroutines/Gosub.md @@ -15,7 +15,7 @@ Other dialplan applications, such as `Dial` and `Queue` make use of `Gosub` func Defining a dialplan context for use with Gosub ============================================== -No special syntax is needed when defining the dialplan code that you want to call with `Gosub`, *unless* you want to return back to where you called `Gosub` from. In the case of wanting to return, then you should call the `[Return](/Latest_API/API_Documentation/Dialplan_Applications/Return)` application. +No special syntax is needed when defining the dialplan code that you want to call with `Gosub`, *unless* you want to return back to where you called `Gosub` from. In the case of wanting to return, then you should call the [Return](/Latest_API/API_Documentation/Dialplan_Applications/Return) application. Here is an example of dialplan we could call with `Gosub` when we don't wish to return.