RE: iso images for Bayonne packages...

"Julien Chavanton" <[email protected]> Fri, 11 Nov 2005 12:06:45 -0500
Newsgroups gmane.comp.gnu.bayonne.devel
Message-ID <[email protected]>
Hi David,

Looking at Bayonne 1.2.14 

server/scrDial: "return true;" as been commented, and sometimes the dial
command exit the script?
I guess it shall return true if everything went well?


//      advance();
//      return true;

        if(soft)
                trunkStep(TRUNK_STEP_SOFTDIAL);
        else
                trunkStep(TRUNK_STEP_DIALXFER);
        return false;