Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
JTAPI (JTAPI) Developer Center
Overview
Documentation
Community
Wiki
Testing
Everything
This Site
Blogs
9.1 JTAPI Documentation Now Available
Prem Bejjam
09 Jan 2013
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
21 Sep 2012
Developer Partner 2012 US Update Presentations Available
George Gary
29 Jun 2012
Developer Partner 2012 London Update Presentations Available
George Gary
10 Feb 2012
Unified Communication 8.6 NFR Bundle Now Orderable
George Gary
22 Aug 2011
Showing 1 - 5 of 30 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
5
6
of 6
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Cisco JTAPI Questions
Hosting a make call application as a web service
Threads [
Previous
|
Next
]
Hosting a make call application as a web service
Manas Varma
12/6/12 2:18 PM
RE: Hosting a make call application as a web service
Abhishek Malhotra
5/17/13 1:01 AM
Manas Varma
Posts:
16
Join Date:
10/14/09
Recent Posts
Hosting a make call application as a web service
Answer
12/6/12 2:18 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi All,
We have successfully created standalone applications for making call, conferences and playbacks.Howeverm we need to host the application as a service to provide to our client. The issue with this is that once the session is established after the first request, the actually function of making call throws a null pointer exception, as its a stateless service.Has any one hosted these functions as web service.Would be great if you can light this up please!
Thanks,
Manas Varma
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Abhishek Malhotra
Posts:
119
Join Date:
10/28/10
Recent Posts
RE: Hosting a make call application as a web service
Answer
5/17/13 1:01 AM as a reply to Manas Varma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Manas Varma:
Hi All,
We have successfully created standalone applications for making call, conferences and playbacks.Howeverm we need to host the application as a service to provide to our client. The issue with this is that once the session is established after the first request, the actually function of making call throws a null pointer exception, as its a stateless service.Has any one hosted these functions as web service.Would be great if you can light this up please!
Thanks,
Manas Varma
How are you initializing JTAPI provider?
If i were to do this, I would create a ServletContextListener and initiate JTAPI provider with contextInitialized and shutdown the JTAPI Provider when contextDestroyed. And then I would reuse the same JTAPI Provider with all my requests.
So, client side would send a web request, and my servlets would use the JTAPI Provider on the server side
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available