As there seems to be some confusion on how to get dahdi_pcap up and running, I've decided to repost the current install procedure in a single concise post: Precondition: be sure you have libpcap0.8-dev installed 1. svn checkout http://svn.asterisk.org/svn/dahdi/linux/trunk dahdi-linux 2. Uncommented the define directive to look like #define CONFIG_DAHDI_MIRROR in the file dahdi-linux/include/dahdi/dahdi_config.h compile and install the (now pcap enabled) dahdi driver 3. svn checkout http://svn.asterisk.org/svn/dahdi/tools/trunk dahdi-tools (in the dahdi-tools directory run 4. wget 'https://issues.asterisk.org/file_download.php?file_id=27784&type=bug' -o dahdi_pcap.patch -O - | patch -p1 5. compile install dahd-tools Now you have dahdi_pcap fully installed! Torrey