Hi all, Can I simply the voicemailmain IVR? I just only want some of the option in voicemailmain, ie read or delete messages. Is it possible to configure that function? Ango
On Tuesday 13 November 2007 21:34:31 Rilawich Ango wrote:> Can I simply the voicemailmain IVR? I just only want some of the > option in voicemailmain, ie read or delete messages. Is it possible > to configure that function?No. -- Tilghman
vi app_voicemail.c On Nov 13, 2007 10:34 PM, Rilawich Ango <maillisting at gmail.com> wrote:> Hi all, > > Can I simply the voicemailmain IVR? I just only want some of the > option in voicemailmain, ie read or delete messages. Is it possible > to configure that function? > > Ango > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
You mean modify the source? Could you give me an example, say I wrong to remove advance option? On Nov 14, 2007 1:59 PM, joakimsen at gmail.com <joakimsen at gmail.com> wrote:> vi app_voicemail.c > > > > On Nov 13, 2007 10:34 PM, Rilawich Ango <maillisting at gmail.com> wrote: > > Hi all, > > > > Can I simply the voicemailmain IVR? I just only want some of the > > option in voicemailmain, ie read or delete messages. Is it possible > > to configure that function? > > > > Ango > > > > > _______________________________________________ > > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > > > 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-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
You need some experiance with the ANSI C programming language. Once you have acquired that the rest is pretty straightforward. On Nov 14, 2007 2:21 AM, Rilawich Ango <maillisting at gmail.com> wrote:> You mean modify the source? Could you give me an example, say I wrong > to remove advance option? > > > On Nov 14, 2007 1:59 PM, joakimsen at gmail.com <joakimsen at gmail.com> wrote: > > vi app_voicemail.c > > > > > > > > On Nov 13, 2007 10:34 PM, Rilawich Ango <maillisting at gmail.com> wrote: > > > Hi all, > > > > > > Can I simply the voicemailmain IVR? I just only want some of the > > > option in voicemailmain, ie read or delete messages. Is it possible > > > to configure that function? > > > > > > Ango > > > > > > > > _______________________________________________ > > > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > > > > > 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-- > > > > 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-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
On Wed, Nov 14, 2007 at 11:34:31AM +0800, Rilawich Ango wrote:> Hi all, > > Can I simply the voicemailmain IVR? I just only want some of the > option in voicemailmain, ie read or delete messages. Is it possible > to configure that function?What about minivm? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
On Nov 14, 2007 6:31 PM, joakimsen wrote:> You need some experiance with the ANSI C programming language. > Once you have acquired that the rest is pretty straightforward.http://www.amazon.com/C-Programming-Language-2nd-Ed/dp/0131103709/ --