Quoting Anthony Rodgers <[EMAIL PROTECTED]>: > exten => s,4,BackGround(to-compose-a-message) > exten => s,5,BackGround(press-1)
For the OP -- try this: exten => s,4,Background(to-compose-a-message&press-1) For Anthony: Your version creates a split second gap in DTMF monitoring as the PBX transfers control of the channel from s,4 to s,5. Check out mantis for the patch that added support for this as the creator of the patch did a great job of explaining why this syntax is needed. -- Christopher L. Wade ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
