[asterisk-users] Match a Numer - then continue with dialplan

Eric "ManxPower" Wieling eric at fnords.org
Wed Dec 20 10:17:17 MST 2006


Douglas Garstang wrote:
> Anyone know if there's a way to match a dialplan extension, execute some code, say set a variable, and then continue with the dialplan?
> 
> I want to set a variable when the dialplan flows beyond a certain context. This would be a great feature.

Match dialed digits of "668"

exten => 669,1,Set(FNORD=bob)
exten => 669,2,AGI(eris.pm)
exten => 669,3,More Stuff Here/


More information about the asterisk-users mailing list