On Fri, Jul 20, 2007 at 06:54:14PM +0200, Antonio Gallo wrote: > Do we have any change of fixing sendtext in CallWeaver? > > http://bugs.digium.com/view.php?id=10259 > they close bugs at light speeds! > > Summary: discrepacy in sendtext > > SendText behave in a different way if channell is answered or not and in > dependency of the phone used > > SendText should be consistent
It should be, but if the phones behave differently then there's not a lot that can be done. If you need to make sure the channel is answered to get a particular behaviour all you need do is insert an extra "Answer" step in your dial plan immediately before the SendText. If you want the non-answered behaviour you'll have to very careful not to do anything in your dial plan that might answer the channel before the SendText. Or do you have some other idea for how SendText might cause the the phones to handle otherwise identical MESSAGEs in different ways? Mike -- Mike Jagdis Web: http://www.eris-associates.co.uk Eris Associates Limited Tel: +44 7780 608 368 Reading, England Fax: +44 118 926 6974 _______________________________________________ Callweaver-dev mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-dev
