Any Way Of Limiting Incoming Caller Connection Time Without Making 2 Active Calls For Each Incoming Call?

Home » Asterisk Users » Any Way Of Limiting Incoming Caller Connection Time Without Making 2 Active Calls For Each Incoming Call?
Asterisk Users 1 Comment

The following setup prevents callers from going over 59 minutes:

————————————

One thought on - Any Way Of Limiting Incoming Caller Connection Time Without Making 2 Active Calls For Each Incoming Call?

  • Jonathan,

    Have you tried:
    same => n,Set(TIMEOUT(absolute)540)

    You could override later if required.

    Thanks,

    Dan

    The following setup prevents callers from going over 59 minutes:

    ————————————