chuck.bunn@networkdoc.com
2005-Nov-29 16:41 UTC
[Asterisk-Users] Pasting phrases together....
Hi, Is it possible to paste phrases together and if so how do I separate each phrase. exten => s,4,BackGround(to-compose-a-message,press-1) and exten => s,4,BackGround(to-compose-a-message|press-1) do not work... Thanks
exten => s,4,BackGround(to-compose-a-message) exten => s,5,BackGround(press-1) doesn't work? On Nov 29, 2005, at 3:41 PM, <chuck.bunn@networkdoc.com> wrote:> Hi, > > Is it possible to paste phrases together and if so how do I separate > each > phrase. > > exten => s,4,BackGround(to-compose-a-message,press-1) > > and > > exten => s,4,BackGround(to-compose-a-message|press-1) > > do not work... > > Thanks > > _______________________________________________ > --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
Quoting Anthony Rodgers <Anthony_Rodgers@dnv.org>:> 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.
You can put them in after each other: exten => s,4,BackGround(to-compose-a-message) exten => s,5,BackGround(press1) and if you whant some space you can add a wait inbetween. If you whan to make it better you ahev to marge the files with a sound editor outside asterisk. Best regards jan --On Tuesday, November 29, 2005 04:41:16 PM -0700 chuck.bunn@networkdoc.com wrote:> Hi, > > Is it possible to paste phrases together and if so how do I separate each > phrase. > > exten => s,4,BackGround(to-compose-a-message,press-1) > > and > > exten => s,4,BackGround(to-compose-a-message|press-1) > > do not work... > > Thanks > > _______________________________________________ > --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-- +------------------------------------------------------------------- ! Irial / YASK AB ! Att: Jan Saell ! Box 59, S-692 21 KUMLA, SWEDEN ! Tel: 019-58 25 15 Int +46-19 58 25 15 Fax +46-19 58 38 05 ! E-mail: jan@irial.com ! PGP Fingerprint: E957 23C8 9F51 0958 B9AD 7F18 404A 5DA1 F944 A08B