Reply
 
Thread Tools Display Modes
  #101  
Old 06-29-08, 08:23 AM
lopaka lopaka is offline
Member
 
Join Date: Jan 2008
Posts: 81
The features that would be most useful for an initial trial would be the ability to create at least 2 standard messages that would be sent to remind clients of their upcoming appointment.

When setting up reminder using web interface, there should be an area where the persons name can be typed in or pulled from database, and when time and date could be easily selected.

Down the line, schedule integration would be nice where anyone on the schedule would get an automated call reminding them about the appointment the prior day.
Reply With Quote
  #102  
Old 07-30-08, 09:32 AM
titodj titodj is offline
Member
 
Join Date: Oct 2007
Posts: 67
Originally Posted by wardmundy View Post
The beta update works fine with the caveats that are mentioned.
After installing the beta update, everything seems to work fine... Great thanks.

Last edited by titodj : 07-30-08 at 09:35 AM.
Reply With Quote
  #103  
Old 08-14-08, 03:16 PM
deano deano is offline
Senior Member
 
Join Date: May 2008
Posts: 135
Call timing
Hi,

Ok, I have this working..... Great tool.

My Issue:

The call goes out, but the recording starts playing before the call is answered. So the message is truncated.

What I would like is for the system to either recognize that the call is not connected yet and then pause 2 seconds before it starts playing the message.

A really cool option would be for it to detect the answer type. For example there is a product out there called phonetree. It plays a leading tone and then then message. That way if the call is answered by a voicemail, then it would wait for the beep and then play the message. I don't know if this has been done, but I know it should be do-able.

Anyway, in the short time, if there was a way to get it to at least wait for the connection of the call and then maybe another second then play the message that would be perfect to at least start.

Thanks for the great app!
Reply With Quote
  #104  
Old 04-17-09, 11:26 AM
ekuypers ekuypers is offline
Junior Member
 
Join Date: Apr 2009
Posts: 1
Love this module.
First off i want to say we love this module here at our office.

We started out using it just to remind our selves of different tasks and then a few of our clients started asking about it. Now we have several clients that are asking for it and we are starting to help them get involved with it understanding that its Open sources and surprisingly they are OK with that. Usually in my experience doctors and lawyers want name brand products for that comfort blanket.

Either way i have began actively trying to modify it to meet our expanding needs. I am not a full time programmer or even a part time one but i do know my way around source. I am admittedly running into some problems and decided to turn to the source. I talked it over with my partner and we are willing to pay to have development done to expand this module. He even agrees with me that in the end what we pay for should be free and open to the community and added to future releases so it can continue its development.


Since this would be for doctors and other professional groups we need a few sets of features. A lot of these people may have asked for all ready but i figure just throw them out and see what you guys here think.


-Ability to cancel scheduled calls
-Calendar select feature to see days of month
-Ability to select from Language set (English or Spanish TTS Engine)
-Ability useing the API to send Spanish or English voice selection through the wget string
-Ability to have pre written scripts to select from.
-Ability to do reporting. such as i NEED to know did the calls get answered or not and which ones did or did not. I know this can be done with other reporting in the system but to have seperate logs that could be mailed daily would be nesecary for the appointments.

-Ability to have a transfer feature where they could call back and change their appointment. Press 1 to reschedule or such.

This is off the top of my head and i know some of these are a LOT easier than others but we are willing to pay for someones time to help develop these and make them available in the general release.

If anyone is interested or even the original devs them selves or a group of people id love to talk and start a discussion thread. We can offer money for time and other compensation as well such as Colocation in our datacenters if need be. We are a Hosting company that provides analog voice mail and paging services to customers all over northern illinois. This is something we just want to start offering to customers as a new service.

Anyway i can ramble on for hours If your interested shoot me a message and i can send my personal email and my phone so we can chat more. If a group of you want to do it i guess we can do the development right here on the forums with a thread or something with the Admins blessing of course.
Reply With Quote
  #105  
Old 05-09-09, 01:34 PM
drmurdoch drmurdoch is offline
Senior Member
 
Join Date: May 2008
Location: West of Toronto, Canada
Posts: 372
On the page

http://bestof.nerdvittles.com/applications/reminders4/

Telephone Reminders 4.0 for Asterisk 1.4


Telephone Reminders for Asterisk 1.4 Install Script (2KB) - this link DNSes.

it points to
http://bestof.nerdvittles.com/reminders4/reminders.pbx
which i don't think exists. FYI.
I see, it is located at http://bestof.nerdvittles.com/applications/reminders4/reminders.pbx
__________________
Everex gPC2, Orgasmatron II PIAF 1.3, Asterisk 1.4.21.2, Aastra (57i CTsx3, 57ix1), improving VOIP, TDM: Sangoma A20002D - with 4FXO. [May2009 update: Back to get my PBX back up after my Office Move] - working quite stable !!!
Reply With Quote
  #106  
Old 05-12-09, 01:42 AM
unitetech unitetech is offline
Junior Member
 
Join Date: Oct 2007
Posts: 3
Appointment Development
I have been working on the appointment development for a couple of weeks now and here is what I have so far.



You can now enter the persons name to call and phone number. You can enter when to call and when the appointment is. You can also choose from a list of prerecorded messages. Msg 1 is selected here. You can choose none for message 1 and whatever you type in message two will be spoken instead.



Once you submit it will tell you what number and when the call will be placed and what it will say.

http://utpbx.net/images/appointments.jpg

The appointments page will show the appointments that were entered and also allow you to export them to csv if needed.



Pending page has been cleaned up and all pages have had the html taken out and php is only called when used. This page will probably go away in production.



The calendar page will auto rotate to show six months out at all times and when an appointment is entered. Calendar page will have link to the appointment info from selecting the day.



Next I have the csv import tab. This will allow any csv with info about customers and contact info and date info to be uploded to the database so the client does not have to enter the calls one at a time.

The support page will allow the customer to email us with any issues they run into.

The original reminders program was quite amazing and some of what was there still is. I have just tied in a much more detailed user interface and database. I am new to programming so it has not been easy and the hard work of the nerdvittles people and other code I found at various places around the internet has helped. I did a ton of changes and cleanup and just combined what I could so far. Everything works quite well and I even have the person that is called select if they want to leave a message as one of the options and it is emailed to the staff. Or if the caller acks the message an email is sent to the staff. I have a lot more database work to do and this is just my inital build.

Thanks

Damien
Reply With Quote
  #107  
Old 05-12-09, 03:38 AM
wardmundy wardmundy is offline
Nerd Uno
 
Join Date: Oct 2007
Posts: 3,893
Damien: Looks fantastic! Please PM Tony Shiffer (tshif) and let him get you set up on the development site. Some of us can probably lend a hand on the database stuff if you get stumped. Can't wait!

Last edited by wardmundy : 05-12-09 at 03:50 AM.
Reply With Quote
  #108  
Old 05-12-09, 03:48 AM
tshif tshif is offline
Guru
 
Join Date: Jan 2008
Location: San Diego, Calif
Posts: 1,131
Wow!
This is one exciting application - with GREAT potential. Thanks for all you have done so far.
Reply With Quote
  #109  
Old 05-12-09, 11:15 AM
jeffmac jeffmac is offline
Guru
 
Join Date: Jan 2008
Posts: 127
WOW! is right!
This looks fantastic to me, and all I run is my own home PBX. I don't know what I'll ever use it for but it looks so danged good I might install it just to admire it!

Jeff
Reply With Quote
  #110  
Old 05-13-09, 11:52 AM
unitetech unitetech is offline
Junior Member
 
Join Date: Oct 2007
Posts: 3
PBX Appointments
I just want to let all the people know that I appreciate all the hard work and hours of code you have worked on. I have used that code to do what I have done so far. If it were not for that code I would not have been able to add to it. I have uploaded the code, I have been working on to the development side so that it can be used and eventually be turned into a freepbx module with the help of people here that are much better than myself. I hope this turns into something that will be of benefit because I have benefited so much from the brilliant work of so many tallented programmers here and on the trixbox forum. My grattitude goes out to everyone for a wonderful job.

Thanks
Damien
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 06:45 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2007-2008, Ward Mundy & Associates