Hi,
----- Original Message ----- From: "Adi Linden" <[EMAIL PROTECTED]>
I have a Cisco ATA186 connected to an Asterisk Server (SIP) The dialplan uses 1XX for local extensions and XXXXXXX for external numbers, where the first digit is always different than 1. In this moment, when I dial 123 for example, ATA waits till timeout before dialing that number. The same for the longer one. How can I do to make it dial imediately when 3 digits starting with 1 are received?
You need to modify the DialPlan parameter. It is well described in the config file:
# ============================ Dial Plan Parameters ===========================
# -----------------------------------------------------------------------------
# Parameter: DialPlan
# Access Code: 926
..
# "911|1>#.r9t3.t5-|0t411t9-"
#
# if 911 entered, it will be sent out immediately.
# if 14088713344 is entred, after 3 seconds, it will
# be sent out but if another digit is entered (say
# 140887133445, the timeout chaned to 5 seconds).
# if 0 is entered, after 4 seconds, it will be send out.
# if 011 is entered, the time out changed to 9 seconds.
DialPlan:*St4-|#St4-|911|1>#t8.r9t2-|0>#t811.rat4-|^1t4>#.-
Thank you. Is working now.
Best regards,
Dan
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
