cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
329
Views
0
Helpful
2
Replies

XML application development

rcarrijoesilva
Level 1
Level 1

Hi !

Do I really need SDK or Unified Application Environment to develop applications for IP Phones ?

I mean, since the IP phones can handle HTTP/XML requests and responses, can't I just build xml applications, put them in a Web Server and point an IP Phone Service to this Web Server ?

Thanks in advance,

Rod

2 Replies 2

Sascha Monteiro
Level 6
Level 6

no you don't, it will give you an easy environment to develop on, so you don't need to know all the API's...

I just develop everything on my own way, using servlets or JSP on tomcat on an application server.

You just need to know the XML schemas for the phones as it really strict what you can do with the phone browser.

so, yes that is right

Hi Monteiro

Thanks for your answer.

That's good news! I need to implement a service that somehow intercepts the Extension Mobility request to first check on a database if the person is authorized to place calls (based on billing reports). If the person is out of call credits, I'll return a "You have no credits" message, otherwise I may proceed with the EM login. At a first glance, do you think it is feasible ?

Honestly I have no extented programming skills and I just need to know if it can be done. If it is, then I'll find a way to do it !

Thanks !