SIP2SIM: Asterisk Configuration

From AAISP Support Site
Revision as of 14:29, 24 March 2014 by AA-Andrew (talk | contribs)

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.