howto/telephony42-Asterisk.md
... ...
@@ -94,7 +94,7 @@ local_net=fd00::/8
94 94
[phone-template](!)
95 95
type=endpoint
96 96
context=context-local ; Incoming calls from this phone go here
97
-allow=!all,opus,g722,alaw,ulaw ; Prioritize Opus and G.722 HD audio
97
+allow=!all,ulaw,alaw ; Use standard audio formats
98 98
rtp_symmetric=yes
99 99
force_rport=yes
100 100
rewrite_contact=yes
... ...
@@ -130,7 +130,7 @@ remove_existing=yes
130 130
[peer-enum-inbound]
131 131
type=endpoint
132 132
context=context-enum ; Send unknown incoming calls to ENUM context
133
-allow=!all,opus,g722,alaw,ulaw
133
+allow=!all,ulaw,alaw ; Use standard audio formats
134 134
rtp_symmetric=yes
135 135
force_rport=yes
136 136
rewrite_contact=yes
... ...
@@ -151,7 +151,7 @@ match=fd00::/8
151 151
152 152
[peer-enum-outbound]
153 153
type=endpoint
154
-allow=!all,opus,g722,alaw,ulaw
154
+allow=!all,ulaw,alaw ; Use standard audio formats
155 155
send_pai=yes
156 156
```
157 157