Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mailboxes.json not generated #65

Closed
slaomi opened this issue May 4, 2017 · 2 comments
Closed

mailboxes.json not generated #65

slaomi opened this issue May 4, 2017 · 2 comments

Comments

@slaomi
Copy link

slaomi commented May 4, 2017

Any reason why mailboxes.json is not processed by run.java

private static void loadAsteriskDefs( DefMapper dm, String srcVer ) throws IOException {

    String srcDir = SOURCES + srcVer + "/";

    dm.clean( srcVer );
    dm.parseJsonDefinition( new File(srcDir + "applications.json"), srcVer, false );
    dm.parseJsonDefinition( new File(srcDir + "asterisk.json"), srcVer, false );
    dm.parseJsonDefinition( new File(srcDir + "bridges.json"), srcVer, false );
    dm.parseJsonDefinition( new File(srcDir + "channels.json"), srcVer, false );
    dm.parseJsonDefinition( new File(srcDir + "endpoints.json"), srcVer, false );
    dm.parseJsonDefinition( new File(srcDir + "playbacks.json"), srcVer, false );
    dm.parseJsonDefinition( new File(srcDir + "recordings.json"), srcVer, false );
    dm.parseJsonDefinition( new File(srcDir + "sounds.json"), srcVer, false );
    dm.parseJsonDefinition( new File(srcDir + "deviceStates.json"), srcVer, false );
    dm.parseJsonDefinition( new File(srcDir + "events.json"), srcVer, true );

//??? dm.parseJsonDefinition( new File(srcDir + "mailboxes.json"), srcVer, false );

}
@grahambrown11
Copy link
Collaborator

Need to add it conditionally as it was introduced later...
will apply a fix in due course

@grahambrown11
Copy link
Collaborator

Fixed with the #127 restructure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants