diff --git a/RELNOTES b/RELNOTES index e735081..4c09956 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,5 +1,5 @@ -Release Notes for siproxd-0.3.6 -=============================== +Release Notes for siproxd-0.3.6a +================================ - Fli4l OPT_SIP (still experimental) available, check http://home.arcor.de/jsffm/fli4l/ @@ -60,15 +60,15 @@ Known bugs: ----- -md5sum for siproxd-0.3.6.tar.gz: 2f17fcb5d13844ee75359dbe12d34e55 +md5sum for siproxd-0.3.6a.tar.gz: e47e8cae6b494e79f72367b76d8e2706 -GnuPG signature for siproxd-0.3.6.tar.gz archive: +GnuPG signature for siproxd-0.3.6a.tar.gz archive: -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) -iD8DBQA/b109CfzBioe83JQRAuXAAJwMLqgvdVwUCph0941ybGysJwnquwCeMnlK -yH2kTVVq6cIRqG+TtgbY7M4= -=h9bM +iD8DBQA/cdADCfzBioe83JQRAol5AKC/ugXDRvwMCCmUeDkVgfxZmWKJSACfUi8Z +hUdAYUxhye4JSHfql1EcBg4= +=AXu4 -----END PGP SIGNATURE----- diff --git a/src/rtpproxy_masq.c b/src/rtpproxy_masq.c index 5839d26..d29f926 100644 --- a/src/rtpproxy_masq.c +++ b/src/rtpproxy_masq.c @@ -337,11 +337,14 @@ exit: * don't have ipchains or iptables - dummy routines and complain */ +int rtp_masq_init( void ) { + ERROR("Masquerading support is not enabled (compile time config option)"); + return STS_FAILURE; +} int rtp_masq_start_fwd(osip_call_id_t *callid, int media_stream_no, struct in_addr outbound_ipaddr, int *outbound_lcl_port, struct in_addr lcl_client_ipaddr, int lcl_clientport) { outbound_lcl_port=0; - ERROR("Masquerading support is not enabled (compile time config option)"); return STS_FAILURE; } int rtp_masq_stop_fwd(osip_call_id_t *callid) {