SIP2SIM: Asterisk Configuration: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
m AA-Andrew moved page Asterisk sip2sim to SIP2SIM: Asterisk Configuration |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
secret=password |
secret=password |
||
canreinvite=no |
canreinvite=no |
||
; You may not need the 'insecure=invite,port' line. |
|||
insecure=invite,port |
; insecure=invite,port |
||
trustrpid=yes |
trustrpid=yes |
||
qualify=yes |
qualify=yes |
||
| Line 18: | Line 18: | ||
You may not need the 'insecure=invite,port' line. |
You may not need the 'insecure=invite,port' line. |
||
[[Category: |
[[Category:Configuring Voice SIMs]] |
||
Latest revision as of 08:42, 20 May 2015
Example asterisk config:
sip.conf
[sip2sim] type=friend username=sip2sim secret=password canreinvite=no ; You may not need the 'insecure=invite,port' line. ; insecure=invite,port trustrpid=yes qualify=yes host=dynamic nat=no context=default
You may not need the 'insecure=invite,port' line.