[general] context=default ; Default context for incoming calls ; port 5060 already used by fritzbox, so use 5061 ; and reconfigure local sip phones (remote sip goes through asterisk!) ; ^^^^^ ; XLITE in same subnet example config (fritzbox 192.168.222.100) ; - System Settings / SIP Proxy / Default ; - Enabled: Yes ; - Display Name=Username=Auth. User=: 771 ; - Password: 771 ; - Domain/Realm: 192.168.222.100 ; - SIP Proxy: 192.168.222.100:5061 ; ^^^^ ; - Outbound Proxy: (empty) ; - Use Outbound Proxy: Never ; - Send Internal IP: Always ; ^^^^^^ ; - Register: Default ; - Advanced System Settings / Audio / Silence Settings ; - Transmit Silence: Yes bindport=5061 ; UDP Port to bind to (SIP standard port is 5060) bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all) srvlookup=yes ; Enable DNS SRV lookups on outbound calls language=de [771] context=sip771 callerid="TestSIP 771" <771> host=dynamic domain=192.168.222.100 ;nat=yes qualify=no ; X-Lite is behind a NAT router type=friend user=771 secret=771 ;mailbox=771 ;canreinvite=no ; Typically set to NO if behind NAT ;regexten=1234 ; When they register, create extension 1234 ;username=xlite1 disallow=all allow=gsm ; GSM consumes far less bandwidth than ulaw allow=ulaw allow=alaw [772] context=sip772 callerid="TestSIP 772" <772> host=dynamic domain=192.168.222.100 ;nat=yes ; X-Lite is behind a NAT router type=friend user=772 secret=772 ;mailbox=772 ;canreinvite=no ; Typically set to NO if behind NAT ;regexten=1234 ; When they register, create extension 1234 ;username=xlite1 disallow=all allow=gsm ; GSM consumes far less bandwidth than ulaw allow=ulaw allow=alaw [773] context=sip773 callerid="TestSIP 773" <773> host=dynamic domain=192.168.222.100 ;nat=yes ; X-Lite is behind a NAT router type=friend user=773 secret=773 ;mailbox=773 ;canreinvite=no ; Typically set to NO if behind NAT ;regexten=1234 ; When they register, create extension 1234 ;username=xlite1 disallow=all allow=gsm ; GSM consumes far less bandwidth than ulaw allow=ulaw allow=alaw [774] context=sip774 callerid="TestSIP 774" <774> host=dynamic domain=192.168.222.100 ;nat=yes ; X-Lite is behind a NAT router type=friend user=774 secret=774 ;mailbox=774 ;canreinvite=no ; Typically set to NO if behind NAT ;regexten=1234 ; When they register, create extension 1234 ;username=xlite1 disallow=all allow=gsm ; GSM consumes far less bandwidth than ulaw allow=ulaw allow=alaw