Quoting Michiel van Baak <[EMAIL PROTECTED]>:

>> Sounds like a good idea, but I'm having trouble getting the source
>> code for Debian etch from xorcom.com to compile regardless.
>
> I have no idea.

I got it to compile. My mistake; I had attempted to modify chan_sip.c  
directly. It then refused to compile, but it also continued to after I  
had restored the original file, which threw me off. After a fresh  
download it compiled without any problems. I'll have to see if I can  
alter the code using quilt, as Tzafrir suggested, but otherwise I'll  
just follow Hans' advice and drop the incoming packets with this  
iptables rule:

    # drop Keep Alive packets from Cirpack SIP proxy xs4all
    /sbin/iptables -A INPUT -p udp -m udp --dport 5060 -m string --string
    "Cirpack KeepAlive Packet" --algo bm -j DROP

(Thanks, Hans!)

Cheers,

Jaap

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to