10-29-2003 09:45 AM - edited 03-13-2019 02:19 AM
Does anyone know if its possible to push an XML page to a phone whilst it's ringing. IE will it overwrite the CLI page ??
Any thoughts appreciated.
Many Thanks
Richard
Solved! Go to Solution.
10-31-2003 02:15 AM
Hi Richard,
Yes it is possible, we are doing just this to display our own "screen pop".
There may be other ways, but our method was to modify the CallerInfoServer.java that came with IP Phone Services SDK, so that it intercepts the TermConnRingingEvent, generates an appropriate xml page, and posts its URL in an ExecuteItem.
One thing to note is that if you do this the Answer softkey is no-longer displayed, the only way we found to re-create its functionality was to use JTAPI. You can use the key:Speaker softkey but it's not much use for users on a headset!
regards,
Duncan
10-31-2003 02:15 AM
Hi Richard,
Yes it is possible, we are doing just this to display our own "screen pop".
There may be other ways, but our method was to modify the CallerInfoServer.java that came with IP Phone Services SDK, so that it intercepts the TermConnRingingEvent, generates an appropriate xml page, and posts its URL in an ExecuteItem.
One thing to note is that if you do this the Answer softkey is no-longer displayed, the only way we found to re-create its functionality was to use JTAPI. You can use the key:Speaker softkey but it's not much use for users on a headset!
regards,
Duncan
10-31-2003 02:26 AM
Hi Duncan,
Thats excellent news, thank you very much.
I thought it probably was possible but I couldn't quite see it.
Thanks again.
Regards
Richard
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide