Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
X
xivo-solutions-doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xivo.solutions
xivo-solutions-doc
Commits
569f9696
Commit
569f9696
authored
Sep 27, 2017
by
Vojtech Sodoma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix subroutines for recording
parent
a82e47ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
source/administrator/xivocc/configuration/recording/recording.rst
...dministrator/xivocc/configuration/recording/recording.rst
+3
-3
No files found.
source/administrator/xivocc/configuration/recording/recording.rst
View file @
569f9696
...
...
@@ -74,17 +74,17 @@ These subroutines are to be configured on the following *XiVO PBX* objects (eith
Then you would have to:
#. Create a ``custom_global_subr.conf`` file
#. Create a ``custom_global_subr.conf`` file
in the ``/etc/asterisk/extensions_extra.d`` directory
#. If not already defined elsewhere define the global subroutine::
[xivo-subrgbl-queue]
exten = s,1,NoOp(=== Recording incoming calls ===)
same = n,Gosub(xivocc-incall-recording)
same = n,Gosub(xivocc-incall-recording
,s,1
)
same = n,Return()
[xivo-subrgbl-outcall]
exten = s,1,NoOp(=== Recording outbound calls in pause ===)
same = n,Gosub(xivocc-outcall-recording-paused)
same = n,Gosub(xivocc-outcall-recording-paused
,s,1
)
same = n,Return()
#. Enable the call recording for incall 0123456789 by editing it via the *XiVO PBX* web interface
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment