[Home]

Summary:ASTERISK-05858: ztdummy missing
Reporter:Jon Hood (squinky86)Labels:
Date Opened:2005-12-16 14:54:32.000-0600Date Closed:2011-06-07 14:10:25
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:ztdummy didn't make it to subversion; please readd it.
Comments:By: Jason Parker (jparker) 2005-12-16 15:11:54.000-0600

It most certainly did.

If you have a 2.6 kernel, ztdummy will automatically be compiled with zaptel.  Otherwise, you need to edit the Makefile to uncomment it.

By: Jon Hood (squinky86) 2005-12-16 15:18:35.000-0600

# cd /usr/src
# svn checkout http://svn.digium.com/svn/asterisk/trunk zaptel
(trunkated)
# cd zaptel
# ls -R | grep -i zt
(nothing returned)
# grep -i dummy Makefile
(nothing returned)
#

By: Jason Parker (jparker) 2005-12-16 15:22:28.000-0600

# svn checkout http://svn.digium.com/svn/asterisk/trunk zaptel

That isn't zaptel.  That's asterisk.

svn checkout http://svn.digium.com/svn/zaptel/trunk zaptel

By: Jon Hood (squinky86) 2005-12-16 15:25:11.000-0600

Ah, you're right, I appologize. This issue may be closed, the problem was my fault.