Register a sip client to asterisk
Register a sip client to asterisk In sip.conf under [general] add a register definition: Format: register => user[:secret[:authuser]]@host[:port][/extension] or register => fromuser@fromdomain:secret@host or register => fromuser@fromdomain:secret:authuser@host:port/extension If you have problems with your network connection going up and down (e.g. an unreliable cable connection) and you keep losing your sip registry, you may want to add registerattempts and registertimeout settings to the general section above the … Read more