On 2014/11/19 09:14, sven falempin wrote: > Porters, > > Did someone tried to work on that ? > > http://www.kamailio.org/dokuwiki/doku.php/packages:pkgs
Kamailio is in ports already. It is a bit of a different thing than Asterisk though, think of it as more of a SIP message router, rather than a standard PBX. > ( my sip provider want a bleeding edge version of asterisk with > specific register frequency, > so if you know how to change the register frequency in the in ports > asterisk you are welcome to answer :-) ) I've never had a SIP provider who needed this, but I think it's "expiry" in this line (see share/examples/asterisk/default/sip.conf): ;----------------------------------------- OUTBOUND SIP REGISTRATIONS ------------------------ ; Asterisk can register as a SIP user agent to a SIP proxy (provider) ; Format for the register statement is: ; register => [peer?][transport://]user[@domain][:secret[:authuser]]@host[:port][/extension][~expiry] I assume this notation means that it requires a literal ~ symbol.
