When I first saw the priority numbers in extensions.conf, I thought BASIC, if a number is missing, * will fall thru to the next number. I learned that this is not so, if you have nothing between 1 and 3, you don't ever get to 3. But I'm wondering what does happen? Hangup and wait for next offhook? Undefined?
Brancaleoni Matteo
2004-Dec-12 05:44 UTC
[Asterisk-Users] gap in priorities - what happens
Hi, Il giorno dom, 12-12-2004 alle 14:38 +0200, Warren Burstein ha scritto:> When I first saw the priority numbers in extensions.conf, I thought BASIC, > if a number is missing, * will fall thru to the next number. I learned that > this is not so, if you have nothing between 1 and 3, you don't ever get to > 3.that's true.> But I'm wondering what does happen? Hangup and wait for next offhook? > Undefined?Timeout is called. Ie if exists the exten "t", after the timeout (default 5 secs, if I remember correctly) will be executed, otherwise hangup Matteo.