similar to: Good script to make appointment?

Displaying 20 results from an estimated 2000 matches similar to: "Good script to make appointment?"

2008 Sep 02
5
Appending a record to a table
Hi I''m not too sure how best to explain this but here goes! I am trying to write an appointment system. I have, through example, just about got the dynamics correct. Even tried to play with some table joins (and excuse me if I''ve used the incorrect terminlogy). But no matter what I try I can''t seem to get the following code to work. I have a cart filled with Treatment
2013 Apr 26
2
looking for a way to do appointment reminders
Hello, My health care organization is looking for a way to do appointment reminders. We currently have staff members who spend part of each day manually calling patients to remind them of their upcoming appointments, and we would like to automate this process. Our electronic health record software would provide such information as the patient's name, phone number, and day and time of
2018 May 22
3
Use EPEL without redirection ?
Hi, Is there any way to deactivate the redirection to a mirror when using the third-party EPEL repository ? Our network uses a transparent HTTP/HTTPS proxy with a local AC. We can create exceptions for sites like centos.org or download.fedoraproject.org, but whenever we want to install a package from EPEL, the mirror redirection causes an error due to redirection. Any suggestions ? Niki --
2006 Mar 29
3
Redirect Post for Hiding ID?
I have a situation where I want to show the user details about an appointment they entered. They enter their name, phone number(s) and other private data in a form. I save that data in the controller with a POST from a "confirmation" page. I could simply show the params when that page is rendered (the save one), but if they use the browser refresh it''ll save the data again.
2009 Nov 01
1
please help - complicated polymorphic association
I am trying to build a shared-appointment system, where users can subscribe to appointments and be updated whenever changes are made to them. I have three objects in this system, appointments, users, and subscribers. Subscribers are a polymorphic object like so: class Subscriber < ActiveRecord::Base belongs_to :user belongs_to :subscribable, :polymorphic => true end The tricky part is
2005 Oct 19
4
ER strikes back
Hi Railers, A long, long, time ago, i made a Framework/CMS in php. There were two core models: Content and Content_type. Content_type was only a list of content types (as expected): new, article, etc. Content_type was not mandatory, but it allowed later to "deactivate" types of contents, for example. So then Content stored the common attributes/properties between the different content
2007 Oct 07
22
Differences in execution between console and app
class AppointmentBook < ActiveRecord::Base has_many :appointments def lookup(date, look_ahead = 27) return nil unless block_given? (date..date + look_ahead).each do |date| yield(date, appointments.find_all_by_date(date)) end end end The line with yield is throwing the error: undefined method ''each'' for #<Date: 4908761/2,0,2299161> A YAML
2010 Mar 18
3
Free Daily Asterisk News iPhone and iPod Touch app
Hi all, I've released another free app for the iPhone and iPod touch - this one lets you read the Daily Asterisk News. Hope you enjoy it :D http://www.venturevoip.com/news.php?rssid=2371 -- Cheers, Matt Riddell Managing Director _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/exchange.php (Full ITSP
2008 Jan 23
5
Snom 320 Lost Settings
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Has anyone ever seen an Snom320 lose settings? It's been working fine for months and then I got a call this morning saying that it was asking for country, timezone etc. I logged in remotely, and it had lost the server address, username, password, mailbox and ringtone. - -- Kind Regards, Matt Riddell Director
2012 Aug 02
4
html/js/flash/air SIP clients?
Dear list, I am looking for an open source SIP client(or any SDK) that can work on a browser. It may be based html5, javascript, flash, adobe air. I have done some research myself and I would like to ask the community if they have any further hints for me. Real life experience would be awesome. Thanks, Regards, Arstan Jusupov -------------- next part -------------- An HTML attachment was
2009 Sep 23
4
International Numbering plan ?
Hi anyone know where i can find all internatinal numbering plan in csv and for free or small price ? thanks Jpc
2007 Aug 29
5
Ringing sound doesn't work
Hi, I have these extensions: exten => 101,1,Dial(SIP/101,15) exten => 102,1,Dial(SIP/102,15) exten => 0,1,Dial(SIP/101&SIP/102,15,r) They work fine and I get the ringing sound if I dial them directly. However, I also have this extension: exten => s,1,Answer() exten => s,2,Background(viagenie) exten => s,3,WaitExten() The ringing sound doesn't work for any extension
2008 Mar 10
11
Microsoft Office Communications Server
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Has anyone done any integration with this? All I know so far is that it appears to use some non standard form of SIP. Any pointers? - -- Kind Regards, Matt Riddell Director _______________________________________________ http://www.venturevoip.com (Great new VoIP end to end solution) http://www.venturevoip.com/news.php (Daily Asterisk News -
2009 Apr 23
9
AMD Not Working
Hi All, I am trying to use the AMD (Answering Machine Detect). But it is not sending the AMD_Status as either the Human or Machine, it hangs up in middle. can any one suggest us, what might be the problem and possible solution to it. below is the log -- Executing AMD("SIP/sip-ffe0", "") in new stack -- AMD: SIP/sip-ffe0 14082284927 (null) (Fmt: 4) Apr 23 08:00:26
2009 Sep 23
3
Bringing people into a conference
G'day all, I'm using Asterisk 1.4 and am trying to work out a way to bring people into a conference call. In the ideal scenario two people would be talking and one of them would push some keys, then a phone number and then the three of them would be in a conference. From there they should be able to bring in other people as well. This seems to be what the Asterisk n-way call HOWTO
2011 May 26
5
make calls from DID
How to make outgoing calls from DID and what is theway to get incoming calls from DID. -- ----- Thanks and regards Virendra Bhati +91-9172341457 Asterisk Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110526/3f19091d/attachment.htm>
2016 Oct 17
3
Surfing the web via Asterisk.
Ah, no, you misunderstand. Asterisk wouldn't care one little bit what is on the page - Chromevox would do all that. A screenreader usually tabs or arrows their way about, selecting headings to read content. Thus, Asterisk ONLY needs to be able to hear content FROM the browser and pipe it to the channel, and pass keypresses back TO the browser. The human is the parser, if that makes sense?
2009 Aug 08
1
30 Great free Asterisk applications
Hi, I was looking round on the Internet and saw there was no definitive list of free applications available for use with Asterisk, so I thought I'd compile a list for you all. If there's anything that you know of that is actively maintained but not in the list below, let me know (bear in mind I'm not including distros or Asterisk packagings in this list). Hopefully there are a few
2015 Jul 02
5
Asterisk 11 and pulseaudio setup as local user
>>I'm not sure that your question is clear. You'll probably want to be more specific. >> What is pulse? You mention "as a user", are you talking about voicepulse.com ? >> What are you trying to do with pulse? >> What problem are you running into? Sorry Rusty... I am trying to get Asterisk 11 to co-exist with a centos 7 box that has pulse audio running as
2010 Feb 22
2
Free iPhone Asterisk Function and Application Reference
Hi all, I've uploaded a free app for the iPhone called AsteriskRef to the Apple AppStore. This allows you to lookup applications and functions using your iPhone or iPod touch so you don't have to jump out of extensions.conf or open another terminal tab. It currently supports applications and functions from Asterisk 1.4, but I'm adding 1.6 and trunk at the moment. It currently