« Back to Cisco JTAPI Questions

Dial a phone using voice modem / PBX through a webpage in j2EE application

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Hi Folks, 
How do you do?? 


Need some help w.r.t java telephony . 
I hv a requirement to dial a phone number from a web page. 
Let me explain the requirement : 


1. Admin opens user profile page and loads all the phone numbers registered with the user. 
2. Then Admin , who has got an earphone connected with his pc, clicks on one of the phone numbers on webpage 
4. This request goes to the J2EE Server. 
5. Now i need to write the code , so that server can place a call to the clicked number and a two way communication with the Admin ( on earphone) is established. 
5. I search on Google and found Java comm API & JTAPI as the possible solutions. 
6. Java Comm API is related with voice modem and Hayes AT command, which I guess has its own limitation ,because then only one call can be 
placed at a time. 
7. Using a JTAPI looks more robust but it will required JTAPI implementation from Service Provider. 


Can someone help me with pointers in achieving this desired functionality either with Java comm or JTAPI. Any other suggestion 
would be welcomed as wel...


Thanks, 
Ajay

If your phone is extension of CIsco CUCM then you can use JTAPI API to implement such kind of features. You need to follow Cisco JTAPI developer guide. You can also download MakeCall sample.

Regards,
Umesh

If your phone is extension of CIsco CUCM then you can use JTAPI API to implement such kind of features. You need to follow Cisco JTAPI developer guide. You can also download MakeCall sample.

Regards,
Umesh

 
Hi Umersh,
 
Many thanks for the reply. 
Sorry for my naive questions , but what exactly is Cisco CUCM . Is it some hardware which I need to install ? 
Also if I want to do a POC( Proof of concept) of the originally stated problem , may I get any simulator (for free) from Cisco?
 
Will hightly appreciate your inputs on the same.
 
Regards,
Ajay Saxena