Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Talk:VoIP Phones - Asterisk: Difference between revisions

no edit summary
(Created page with "== Incoming Calls == === Peer Section === *Accept authenticated calls and route them to a context. <pre> [aaisp-incoming-username] type=peer context=aaisp-incoming-context sec...")
 
No edit summary
== Incoming Calls ==
=== Peer Section ===
*Accept authenticated calls and route them to a context.
<pre>
trustrpid=yes
</pre>
=== Authentication ===
*There are two options: either detect Voiceless and ask it to authenticate, or request that every rejected attempt authenticates.
*In both cases you need to use the '''match_auth_username=yes''' setting otherwise Asterisk will not recognise Voiceless' username.
 
==== Authenticate Everyone ====
*This is the more secure option as it stops your usernames from being enumerated by brute force.
<pre>
</pre>
 
==== Authenticate Voiceless ====
*This is the more complex option as you need to list every Voiceless name.
<pre>
 
 
== Outgoing Calls ==
*Either use a separate '''type=user''' section or combine incoming and outgoing in one '''type=friend''' section
42

edits