Cisco Unified Application Environment Developer Forums

« Back to Developers

Automatic reply: New Message from rana nazzal in Cisco Unified Application

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Hello All,


I  develop an application that send a text message to Cisco IP Phones. this application send the message successfully as i need



but when this message received on the phone, only a cancel softkey shown on the screen and if it is pressed by mistake, the message will be lost !!


i want  to save the messages on the server directly when it is received . and then if  i add softkey like 'read previous'  and press it ,  the previous received messages loaded from  the server and shown on the screen


can somebody help me to do that, or advise me  what can i do??


thanx alot

Hi there, I'm out of the office until Thu 22nd Nov with limited access to email or vmail. So please expect a delayed response

In case of urgency please SMS me on +447730711380

or contact
Adel Malak amalak@cisco.com
+971555011557

You'll need to store the messages in a database on your application server and then push out "Previous" and "Next" buttons to the handsets with each message so that the user can navigate back and forth.
 
B.

how can i save the messages in a server database  from my application??

I'm not sure how to help you here. You'll need to use JDBC or similar to talk to a database.
 
B.