On Mon, 2007-07-16 at 00:07 -0700, Arpit Mehta wrote:
> Also what does auto fall through mean ?

Auto-fallthrough happens when Asterisk runs out of priority numbers for
the current extension.  For example, if my extension looks like:

exten => 123,1,Playback(hello-world)
exten => 123,2,Playback(asterisk-friend)

Asterisk will hangup the call after priority 2, because this extension
has no other priorities.

-- 
Jared Smith
Community Relations Manager
Digium, Inc.


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to