Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Configuration/Dialplan/Subroutines/Gosub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down