Added the conference module to the Makefile targets.

git-svn-id: http://yate.null.ro/svn/yate/trunk@353 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-05-14 15:28:58 +00:00
parent a97c2e4f43
commit d266f682db
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ SUBDIRS :=
MKDEPS := ../config.status
PROGS := cdrbuild.yate cdrfile.yate \
regexroute.yate regfile.yate \
tonegen.yate wavefile.yate moh.yate \
tonegen.yate wavefile.yate conference.yate moh.yate \
callgen.yate rmanager.yate \
extmodule.yate osschan.yate \
ysipchan.yate yrtpchan.yate

View File

@ -121,7 +121,7 @@ function gotDTMF($dtmf)
global $state;
global $collect;
Yate::Output("Overlapped gotDTMF('$dtmf') in state: $state collected: '$collect'");
// Yate::Output("Overlapped gotDTMF('$dtmf') in state: $state collected: '$collect'");
switch ($dtmf) {
case "*":
setState("");