Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-telephony
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-telephony
Merge requests
!180
Port missing features from release-7.3 branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Port missing features from release-7.3 branch
erik-from-release-7.3
into
devel
Overview
11
Commits
13
Pipelines
0
Changes
7
Merged
Erik Karlsson
requested to merge
erik-from-release-7.3
into
devel
1 month ago
Overview
11
Commits
13
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 8
version 9
76947c67
3 weeks ago
version 8
f7970fdc
3 weeks ago
version 7
a81b91f3
1 month ago
version 6
6d984dbc
1 month ago
version 5
39fa5e74
1 month ago
version 4
48936fbe
1 month ago
version 3
2ac4c7b3
1 month ago
version 2
9f0a2db4
1 month ago
version 1
97c10f6a
1 month ago
devel (base)
and
latest version
latest version
e8b75d09
13 commits,
3 weeks ago
version 9
76947c67
13 commits,
3 weeks ago
version 8
f7970fdc
13 commits,
3 weeks ago
version 7
a81b91f3
12 commits,
1 month ago
version 6
6d984dbc
12 commits,
1 month ago
version 5
39fa5e74
9 commits,
1 month ago
version 4
48936fbe
9 commits,
1 month ago
version 3
2ac4c7b3
7 commits,
1 month ago
version 2
9f0a2db4
6 commits,
1 month ago
version 1
97c10f6a
5 commits,
1 month ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
net/asterisk/files/iopsys/etc/config/asterisk
+
10
−
93
Options
@@ -11,84 +11,6 @@ config line 'line0'
option provider 'sip0'
option calling_features 'set1'
config extension 'extension0'
option enable '1'
option extension_number '0000'
option comfort_noise '0'
option txgain '0'
option rxgain '0'
option echo_cancel '1'
option provider ''
option type ''
option calling_features 'set1'
option voice_mail ''
option name ''
config extension 'extension1'
option enable '1'
option extension_number '1111'
option comfort_noise '0'
option txgain '0'
option rxgain '0'
option echo_cancel '1'
option provider ''
option type ''
option calling_features 'set1'
option voice_mail ''
option name ''
config extension 'extension2'
option enable '1'
option extension_number '2222'
option comfort_noise '0'
option txgain '0'
option rxgain '0'
option echo_cancel '1'
option provider ''
option type ''
option calling_features 'set1'
option voice_mail ''
option name ''
config extension 'extension3'
option enable '1'
option extension_number '3333'
option comfort_noise '0'
option txgain '0'
option rxgain '0'
option echo_cancel '1'
option provider ''
option type ''
option calling_features 'set1'
option voice_mail ''
option name ''
config extension 'extension4'
option enable '1'
option extension_number '4444'
option comfort_noise '0'
option txgain '0'
option rxgain '0'
option echo_cancel '1'
option provider ''
option type ''
option calling_features 'set1'
option voice_mail ''
option name ''
config extension 'extension5'
option enable '1'
option extension_number '5555'
option comfort_noise '0'
option txgain '0'
option rxgain '0'
option echo_cancel '1'
option provider ''
option type ''
option calling_features 'set1'
option voice_mail ''
option name ''
config dialplan 'custom_dialplan'
option custom_outgoing_enable '0'
option custom_incoming_enable '0'
@@ -161,28 +83,13 @@ config incoming_map 'incoming_map1'
option extension 'group1'
option line 'line0'
config incoming_map 'incoming_map2'
option enable '1'
option extension 'group2'
option line 'line0'
config outgoing_map 'outgoing_map1'
option enable '1'
option extension 'group1'
option line 'line0'
config outgoing_map 'outgoing_map2'
option enable '1'
option extension 'group2'
option line 'line0'
config group 'group1'
list extensions 'extension3'
config group 'group2'
list extensions 'extension0'
list extensions 'extension1'
list extensions 'extension2'
config call_filter 'call_filter0'
option block_foreign '0'
@@ -277,3 +184,13 @@ config sip_service_provider 'sip0'
option encryption '0'
option mediasec '0'
config extension 'extension0'
option extension_number '0000'
option name ''
option type ''
option enable '1'
option calling_features 'set1'
option txgain '0'
option rxgain '0'
option comfort_noise '0'
option echo_cancel '1'
Loading