In the meanwhile, I figured out, that I have to specify an empty
extension, to make it work (sort of)

        The relevant part of extensions.conf looks like this:

        [visdn0_in]
        include => internal
        exten => ${NULL},1,NoOP(We are in extension NULL ${EXTEN})
        exten => ${NULL},2,Macro(internal,${DEFAULTEXTEN})

        The variable NULL is not defined! This seems to be  the only way to
catch incoming calls. "exten => ${NULL},1,VISDNOverlapDial()", to no avail.
Is there a way to handle DID? "s,1,..." doesn't catch it either...

        best regards

        Horst

_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to