yxa icon indicating copy to clipboard operation
yxa copied to clipboard

SIP software written in Erlang

Results 4 yxa issues
Sort by recently updated
recently updated
newest added

configure error: i'm not good at autoconf stuff. but following error (during configure) was fixed with this patch. ~/hacking/yxa/build$ ../configure checking for gcc... gcc checking whether the C compiler works......

Version number are not always of equal length. Added two clauses to fix this.

Sipserver.erl uses functuin ssl:seed which was considered obsolete and removed in RB15. This results in server crash when running on new erlang versions.

function get_ssl_peer_info2 in ssl_util.erl expects ssl:peercert return value to be Certificate record. new version of erlang return list unstead of record, which breaks support of SSL client certificates.