Claude

Basically what happens is who ever you are using as your sms provider should
be able to provide you with a mobile number that you can reply to.  When
someone sends a message to that number, they trigger a http request to a
file on your server containing the message contents of the sms which is then
used to process the message.

What you are wanting to do can only be done like this.  You need your sms
provider to assign you a mobile number for people to reply to.  This number
would then be the number you use as your "from" number when sending out
messages.

Keep in mind  that when you reply to an sms, the message starts off empty so
they would need to reply with the job code and the response like...

JOOB1234 DONE

When you get the response back you can then get the details from the sms
message and update your system accordingly.  You can't just have "DONE" in
the message because obviously one person can have more than one job so you
need to be able to know which job they are responding to.

Just to clarify, YOU need to get your sms provider to assign you a response
number for your people to send messages back to.

If your SMS provider does not support this, let me know as our sms service
does support it and we can set you up on our sms gateway.

Steve

-----Original Message-----
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Claude Raiola
Sent: Thursday, 23 October 2008 9:16 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: CF SMS Gateway


Hi Chris,

This is my first attempt and using SMS functionality, I have it sorted
sending the information (maintenance request) entered into a cfform to the
nominated mobile as an sms

It’s the enhancement to that basic solution where they can reply to the sms
with a key word in the sms eg Done in order to have the Done command in the
reply sms activate CF code to update the status of the number maintenance
request in the database from "Pending" to "Done"

Regards 

Claude Raiola 
B.Econ (Acc), B.Hot.Mngt. 

Websites: 
www.AustralianAccommodation.com 
www.SAMARIS.NET 
www.WebSiteSolutions.com.au 
Mobile: 0414 228 948


-----Original Message-----
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Chris Ellem
Sent: Thursday, 23 October 2008 8:04 AM
To: cfaussie
Subject: [cfaussie] Re: CF SMS Gateway


Claude,

Yes it can be done.

A lot of effort to do this........ I assume you are using a post
methodology not smpp to send your sms's.

Certainly easier to send out a post sms on a change of status in your
admin app, rather than mucking around with event gateways unless you
are used to this.


Regards

Chris Ellem



On Oct 22, 5:49 pm, Claude Raiola <[EMAIL PROTECTED]> wrote:
> Hi,
> I have created a facility within my CF application to have messages sent
to maintenance staff via sms, the sms containing the details of a
maintenance request.
> When the maintenance request is logged into the system the details of the
request are added to the sql database table and given a job pending status
> I have been asked whether its possible to have the receiver of the sms
reply to the maintenance request received once the job is complete sending a
sms containing the words "Done" and then have that data communicated back to
the cf application so the cf application can then change the status of the
specific job from pending to done.
> Any thoughts on the possibility of being able to develop the functionality
as mentioned above would be appreciated.
> Regards
> Claude Raiola
> B.Econ (Acc), B.Hot.Mngt.
> Websites:
> www.AustralianAccommodation.com
> www.SAMARIS.NET
> www.WebSiteSolutions.com.au
> Mobile: 0414 228 948On Wed Oct 22 17:07 , 'Steve Onnis' sent:Are there
images you cant use with CFIMAGE ?
>
>  
>
> I am having an issue with a jog image and it just wont save.  The image
loads ok, resizes but when i try to write it out to the file system again it
just errors saying the file doesnt exists.  Well derr.. of course not, i am
trying to write it.  Its like the original image is there and then cf
deleted it in prep to write it out again but fails.
>
>  
>
> It is just on a specific image.  Am happy to send the image to some people
to test it..
>
>  
>
> Steve






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to