Re: [asterisk-users] Asterisk Voicemail changes

2017-09-01 Thread Marcelo Terres
Probably the best option is to create your own voicemail app using ARI.

Regards,


Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 1 September 2017 at 10:50, Tim Turpin  wrote:
> Thank you.
>
> -Original Message-
> From: asterisk-users-boun...@lists.digium.com 
> [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of J Montoya or A 
> J Stiles
> Sent: Friday, September 01, 2017 3:47 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Asterisk Voicemail changes
>
> On Friday 01 Sep 2017, Tim Turpin wrote:
>> Is there a way that I can modify the source code for the voicemail
>> application?  I need to change some of the options in the user’s
>> interface to make it work like an existing system that I’m replacing.
>
> $ vi /usr/src/asterisk-*/apps/app_voicemail.c
>
> --
> JM or AJS
>
> Note:  Originating address only accepts e-mail from list!  If replying off- 
> list, change address to asterisk1list at earthshod dot co dot uk .
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --
>
> Check out the new Asterisk community forum at: https://community.asterisk.org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Voicemail changes

2017-09-01 Thread Tim Turpin
Thank you.

-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of J Montoya or A J 
Stiles
Sent: Friday, September 01, 2017 3:47 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk Voicemail changes

On Friday 01 Sep 2017, Tim Turpin wrote:
> Is there a way that I can modify the source code for the voicemail 
> application?  I need to change some of the options in the user’s 
> interface to make it work like an existing system that I’m replacing.

$ vi /usr/src/asterisk-*/apps/app_voicemail.c

--
JM or AJS

Note:  Originating address only accepts e-mail from list!  If replying off- 
list, change address to asterisk1list at earthshod dot co dot uk .

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Voicemail changes

2017-09-01 Thread J Montoya or A J Stiles
On Friday 01 Sep 2017, Tim Turpin wrote:
> Is there a way that I can modify the source code for the voicemail
> application?  I need to change some of the options in the user’s interface
> to make it work like an existing system that I’m replacing.

$ vi /usr/src/asterisk-*/apps/app_voicemail.c

-- 
JM or AJS

Note:  Originating address only accepts e-mail from list!  If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Voicemail changes

2017-08-31 Thread Tim Turpin
Is there a way that I can modify the source code for the voicemail application? 
 I need to change some of the options in the user’s interface to make it work 
like an existing system that I’m replacing.

 

Thanks.

Tim

 

 

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan H
Sent: Thursday, August 31, 2017 6:30 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk Voicemail changes

 

What about just using the built-in options? In 
http://doxygen.asterisk.org/trunk/voicemail.conf.html; you can configure the 
following:

 

; listen-control-forward-key=# ; Customize the key that fast-forwards message 
playback
; listen-control-reverse-key=* ; Customize the key that rewinds message playback
; listen-control-pause-key=0  ; Customize the key that pauses/unpauses message 
playback
; listen-control-restart-key=2 ; Customize the key that restarts message 
playback
; listen-control-stop-key=13456789; Customize the keys that interrupt 
message playback, probably all keys not set above

 

On 31 August 2017 at 23:16, Tim Turpin  wrote:

I’m looking to change the TUI, the Telephone User Interface.  In other words, 
instead of pressing ‘1’ to play a message, I want to press ‘7’, etc., etc.

 

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan H
Sent: Thursday, August 31, 2017 6:13 PM


To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk Voicemail changes

 

Well, yes, anyone can recompile anything! But what exactly is it that the 
current voicemail can't do or be modified to do through normal dialplan and 
config?

 

On 31 August 2017 at 23:07, Tim Turpin  wrote:

Thanks for the info, but not really what I’m looking for.  If possible, I’d 
like to modify the source and re-compile the existing voicemail to make it 
match what I have today.

 

Thanks.

 

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan H
Sent: Thursday, August 31, 2017 4:13 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk Voicemail changes

 

What about MiniVM? http://doxygen.asterisk.org/trunk/App_minivm.html

Example: http://doxygen.asterisk.org/trunk/Config_minivm_examples.html

 

That said, I don't know if it's actually actively developed or stable (docs 
last updated 2015 - Asterisk team?)

 

Also make sure your Asterisk is up to date because of 
https://issues.asterisk.org/jira/browse/ASTERISK-27103

 

On 31 August 2017 at 16:12, Tim Turpin  wrote:

Is there a way that I can modify the source code for the voicemail application? 
 I need to change some of the options in the user’s interface to make it work 
like an existing system that I’m replacing.

 

Thanks.

Tim


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Voicemail changes

2017-08-31 Thread Jonathan H
What about just using the built-in options? In
http://doxygen.asterisk.org/trunk/voicemail.conf.html; you can configure
the following:

; listen-control-forward-key=#  ; Customize the key that fast-forwards
message playback
; listen-control-reverse-key=*  ; Customize the key that rewinds message 
playback
; listen-control-pause-key=0; Customize the key that pauses/unpauses
message playback
; listen-control-restart-key=2  ; Customize the key that restarts
message playback
; listen-control-stop-key=13456789  ; Customize the keys that interrupt
message playback, probably all keys not set above


On 31 August 2017 at 23:16, Tim Turpin  wrote:

> I’m looking to change the TUI, the Telephone User Interface.  In other
> words, instead of pressing ‘1’ to play a message, I want to press ‘7’,
> etc., etc.
>
>
>
> *From:* asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
> boun...@lists.digium.com] *On Behalf Of *Jonathan H
> *Sent:* Thursday, August 31, 2017 6:13 PM
>
> *To:* Asterisk Users Mailing List - Non-Commercial Discussion
> *Subject:* Re: [asterisk-users] Asterisk Voicemail changes
>
>
>
> Well, yes, anyone can recompile anything! But what exactly is it that the
> current voicemail can't do or be modified to do through normal dialplan and
> config?
>
>
>
> On 31 August 2017 at 23:07, Tim Turpin  wrote:
>
> Thanks for the info, but not really what I’m looking for.  If possible,
> I’d like to modify the source and re-compile the existing voicemail to make
> it match what I have today.
>
>
>
> Thanks.
>
>
>
> *From:* asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
> boun...@lists.digium.com] *On Behalf Of *Jonathan H
> *Sent:* Thursday, August 31, 2017 4:13 PM
> *To:* Asterisk Users Mailing List - Non-Commercial Discussion
> *Subject:* Re: [asterisk-users] Asterisk Voicemail changes
>
>
>
> What about MiniVM? http://doxygen.asterisk.org/trunk/App_minivm.html
>
> Example: http://doxygen.asterisk.org/trunk/Config_minivm_examples.html
>
>
>
> That said, I don't know if it's actually actively developed or stable
> (docs last updated 2015 - Asterisk team?)
>
>
>
> Also make sure your Asterisk is up to date because of
> https://issues.asterisk.org/jira/browse/ASTERISK-27103
>
>
>
> On 31 August 2017 at 16:12, Tim Turpin  wrote:
>
> Is there a way that I can modify the source code for the voicemail
> application?  I need to change some of the options in the user’s interface
> to make it work like an existing system that I’m replacing.
>
>
>
> Thanks.
>
> Tim
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Voicemail changes

2017-08-31 Thread Tim Turpin
I’m looking to change the TUI, the Telephone User Interface.  In other words, 
instead of pressing ‘1’ to play a message, I want to press ‘7’, etc., etc.

 

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan H
Sent: Thursday, August 31, 2017 6:13 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk Voicemail changes

 

Well, yes, anyone can recompile anything! But what exactly is it that the 
current voicemail can't do or be modified to do through normal dialplan and 
config?

 

On 31 August 2017 at 23:07, Tim Turpin  wrote:

Thanks for the info, but not really what I’m looking for.  If possible, I’d 
like to modify the source and re-compile the existing voicemail to make it 
match what I have today.

 

Thanks.

 

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan H
Sent: Thursday, August 31, 2017 4:13 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk Voicemail changes

 

What about MiniVM? http://doxygen.asterisk.org/trunk/App_minivm.html

Example: http://doxygen.asterisk.org/trunk/Config_minivm_examples.html

 

That said, I don't know if it's actually actively developed or stable (docs 
last updated 2015 - Asterisk team?)

 

Also make sure your Asterisk is up to date because of 
https://issues.asterisk.org/jira/browse/ASTERISK-27103

 

On 31 August 2017 at 16:12, Tim Turpin  wrote:

Is there a way that I can modify the source code for the voicemail application? 
 I need to change some of the options in the user’s interface to make it work 
like an existing system that I’m replacing.

 

Thanks.

Tim


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Voicemail changes

2017-08-31 Thread Jonathan H
Well, yes, anyone can recompile anything! But what exactly is it that the
current voicemail can't do or be modified to do through normal dialplan and
config?

On 31 August 2017 at 23:07, Tim Turpin  wrote:

> Thanks for the info, but not really what I’m looking for.  If possible,
> I’d like to modify the source and re-compile the existing voicemail to make
> it match what I have today.
>
>
>
> Thanks.
>
>
>
> *From:* asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
> boun...@lists.digium.com] *On Behalf Of *Jonathan H
> *Sent:* Thursday, August 31, 2017 4:13 PM
> *To:* Asterisk Users Mailing List - Non-Commercial Discussion
> *Subject:* Re: [asterisk-users] Asterisk Voicemail changes
>
>
>
> What about MiniVM? http://doxygen.asterisk.org/trunk/App_minivm.html
>
> Example: http://doxygen.asterisk.org/trunk/Config_minivm_examples.html
>
>
>
> That said, I don't know if it's actually actively developed or stable
> (docs last updated 2015 - Asterisk team?)
>
>
>
> Also make sure your Asterisk is up to date because of
> https://issues.asterisk.org/jira/browse/ASTERISK-27103
>
>
>
> On 31 August 2017 at 16:12, Tim Turpin  wrote:
>
> Is there a way that I can modify the source code for the voicemail
> application?  I need to change some of the options in the user’s interface
> to make it work like an existing system that I’m replacing.
>
>
>
> Thanks.
>
> Tim
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Voicemail changes

2017-08-31 Thread Tim Turpin
Thanks for the info, but not really what I’m looking for.  If possible, I’d 
like to modify the source and re-compile the existing voicemail to make it 
match what I have today.

 

Thanks.

 

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan H
Sent: Thursday, August 31, 2017 4:13 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk Voicemail changes

 

What about MiniVM? http://doxygen.asterisk.org/trunk/App_minivm.html

Example: http://doxygen.asterisk.org/trunk/Config_minivm_examples.html

 

That said, I don't know if it's actually actively developed or stable (docs 
last updated 2015 - Asterisk team?)

 

Also make sure your Asterisk is up to date because of 
https://issues.asterisk.org/jira/browse/ASTERISK-27103

 

On 31 August 2017 at 16:12, Tim Turpin  wrote:

Is there a way that I can modify the source code for the voicemail application? 
 I need to change some of the options in the user’s interface to make it work 
like an existing system that I’m replacing.

 

Thanks.

Tim


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Voicemail changes

2017-08-31 Thread Jonathan H
What about MiniVM? http://doxygen.asterisk.org/trunk/App_minivm.html
Example: http://doxygen.asterisk.org/trunk/Config_minivm_examples.html

That said, I don't know if it's actually actively developed or stable (docs
last updated 2015 - Asterisk team?)

Also make sure your Asterisk is up to date because of
https://issues.asterisk.org/jira/browse/ASTERISK-27103

On 31 August 2017 at 16:12, Tim Turpin  wrote:

> Is there a way that I can modify the source code for the voicemail
> application?  I need to change some of the options in the user’s interface
> to make it work like an existing system that I’m replacing.
>
>
>
> Thanks.
>
> Tim
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Asterisk Voicemail changes

2017-08-31 Thread Tim Turpin
Is there a way that I can modify the source code for the voicemail
application?  I need to change some of the options in the user's interface
to make it work like an existing system that I'm replacing.

 

Thanks.

Tim

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users