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
No edit summary
No edit summary
trustrpid=yes
</pre>
 
== Authentication ==
*Voiceless must authenticated so that calls are recognised as the above peer section.
*There are two options: either detect Voiceless and ask it to authenticate, or request that every rejected attemptINVITE from all sources authenticates.
*In both cases you need to use the '''match_auth_username=yes''' setting otherwise Asterisk will not recognise Voiceless' username.
 
= Outgoing Calls =
*Either use a separate '''type=user''' section or combine incoming and outgoing in one '''type=friend''' section
 
== Separate Section ==
<pre>
[aaisp-outgoing-account]
type=user
host=voiceless.aa.net.uk
defaultip=81.187.30.111
username=aaisp-phone-number
remotesecret=aaisp-outgoing-password
</pre>
 
== Combined Section ==
<pre>
[aaisp-incoming-username]
type=friend
; incoming
context=aaisp-incoming-context
secret=aaisp-incoming-password
trustrpid=yes
; outgoing
host=voiceless.aa.net.uk
defaultip=81.187.30.111
username=aaisp-phone-number
remotesecret=aaisp-outgoing-password
</pre>
42

edits