SIP2SIM: Asterisk Configuration

From AAISP Support Site
Revision as of 08:42, 20 May 2015 by AA-Andrew (talk | contribs) (AA-Andrew moved page Asterisk sip2sim to SIP2SIM: Asterisk Configuration)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.