Skip to content

Fehler in einem Dialplan fixen #3

@wintermeyer

Description

@wintermeyer

Hallo Herr Wintermeyer,

in Kap. 15.6.1 (Einfaches Forwarding) steht:

exten => _X.,n,GotoIf($[foo${DB(CF/${EXTEN})} != foo]?normal:forward)
muss sein
exten => _X.,n,GotoIf($[foo${DB(CF/${EXTEN})} != foo]?forward:normal)
wobei ich eher nach
exten => _X.,n,GotoIf($["${DB(CF/${EXTEN})}" != ""]?forward:normal)
tendieren würde...

Freundliche Grüße,

Rob Maris

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions