Is there away to set in the dialplan to have asterisk send an email to
someone letting them know a caller called with Timedate caller Id and so
forth.
My system is set to call in say extension 100 goes to context 10000
[10000]
exten => s,1, answer
exten => s,2, Background(file)
exten => _xxxx,1, answer
exten => _xxxx,2, set(TO=${EXTEN}
want to send message to context 10000 $to
exten => _xxxx,4, Background($EXTEN)
exten => 1,1, goto(blah blah)
exten => 2,1, goto(blah blah)
thanks in advance
Matt
this should help You http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+system> Is there away to set in the dialplan to have asterisk send an email to > someone letting them know a caller called with Timedate caller Id and so > forth. > My system is set to call in say extension 100 goes to context 10000 > > [10000] > > exten => s,1, answer > exten => s,2, Background(file) > exten => _xxxx,1, answer > exten => _xxxx,2, set(TO=${EXTEN} > want to send message to context 10000 $to > exten => _xxxx,4, Background($EXTEN) > exten => 1,1, goto(blah blah) > exten => 2,1, goto(blah blah) > > > thanks in advance > > Matt > > _______________________________________________ > --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 > >