Iñaki Baz Castillo

Results 550 comments of Iñaki Baz Castillo

Ruby >= 2.0 required, it's just that.

Sorry, my fault. I don't understand, oversip just requires Ruby >= 1.9.2. It seems that such a `tins` dependency is a dependency of `term-ansicolor` (which is a real dependency of...

OverSIP 2.0.4 released. Please check it and let me know.

Honestly no idea. You may try to create a Ruby file with this content: ``` ruby # Ruby external gems. require "syslog" # Load EventMachine-LE here to avoid som EM...

Ok. So, is there anything the OverSIP deb package can do to avoid this problem?

Error log found: ``` Jul 12 20:30:06 worker1 oversip-tryit[31448]: INFO: [user] REGISTER from sip:[email protected] (UA: JsSIP 0.3.7) to sip:int.sipserver.alltele.se via WS XX.XX.XX.XX : 52263 Jul 12 20:30:06 worker1 oversip-tryit[31448]: DEBUG:...

Well, something is wrong at DNS level for "int.sipserver.alltele.se" domain: ``` ~# host -t naptr int.sipserver.alltele.se int.sipserver.alltele.se has NAPTR record 1 0 "s" "SIP+D2U" "" _sip._udp.int.sipserver.alltele.se. ~# host -t srv...

Yes, sorry, I meant RFC 3263 "Locating SIP Servers". I will update the text above.

@Emill: BTW you should fix your DNS records. Delete the NAPTR record for "int.sipserver.alltele.se" since it contains a "SIP+D2U" entry pointing to a SRV record that does not exist.

@Emill, please provide this info to your SIP provider: Your SIP DNS records are wrong. The main domain "int.sipserver.alltele.se" has a NAPTR record: ``` ~$ host -t naptr int.sipserver.alltele.se int.sipserver.alltele.se...