thanks a lot for your help i will try to do that best regards
2011/10/19 Sammy Govind <[email protected]> > 1- Are you sure your Asterisk Box is configured with an MTA / email utility > to send emails ? > 2- Like Ishfaq suggested you should be getting into the voicemail > application after 10 seconds of Dial timeout. Are you even recording and > saving a voicemail? > 3- To recieve an SMS to notify you of voicemails you've multiple choices, > a- Configure your asterisk with smsq to send/receive sms which is > tough : > b- Get an SMS notification utility in your receiving email to trigger > an SMS when a particular type of message is recieved in inbox.(We used this > one) > c- Configure kennel to Send out SMSs and write an integration bash > script to be called after the voicemail application. > > > > On Tue, Oct 18, 2011 at 8:40 PM, salaheddine elharit < > [email protected]> wrote: > >> thanks for your response >> >> itry this but i didn't recive any email,also if there is a way to recive >> a SMS in my mobile 0678XXXXXX >> >> regards >> >> 2011/10/18 Ishfaq Malik <[email protected]> >> >>> On Tue, 2011-10-18 at 12:26 +0000, salaheddine elharit wrote: >>> > hello list >>> > >>> > >>> > >>> > i have configured the voicemail in my server asterisk 1.4 i can use it >>> > without issue ,i have a question >>> > >>> > >>> > >>> > i want to receive an email in my address email when there is no >>> > response from 270 after 10 s >>> > >>> > >>> > >>> > could you please verify the code below and tell me what is wrong >>> > >>> > >>> > >>> > thanks and regards >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > extensions.conf >>> > >>> > >>> > exten => 9999,1,VoiceMailMain(777@mb_tutorial) >>> > >>> > exten => 270,1,Dial(SIP/270, 10) >>> > exten => 270,n,VoiceMail(777@mb_tutorial) >>> > exten => 270,n,PlayBack(vm-goodbye) >>> > exten => 270,n,HangUp() >>> > >>> > voicemail.conf >>> > [mb_tutorial] >>> > 777 => 1111,270,[email protected],,|attach=no|review=yes >>> > -- >>> >>> In 1.4 the delimiter is | so try >>> >>> exten => 270,1,Dial(SIP/270|10) >>> >>> -- >>> Ishfaq Malik >>> Software Developer >>> PackNet Ltd >>> >>> Office: 0161 660 3062 >>> >>> >>> -- >>> _____________________________________________________________________ >>> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >>> New to Asterisk? Join us for a live introductory webinar every Thurs: >>> http://www.asterisk.org/hello >>> >>> asterisk-users mailing list >>> To UNSUBSCRIBE or update options visit: >>> http://lists.digium.com/mailman/listinfo/asterisk-users >>> >> >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> New to Asterisk? Join us for a live introductory webinar every Thurs: >> http://www.asterisk.org/hello >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
