cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
249
Views
0
Helpful
1
Replies

DN for URL??

jeane123
Level 1
Level 1

Hi , I would like to attach a dn to a url is this possible?

ie. if i dial 1111 I would like the phone to display the Logo or any other service?

Has anyone done this before.

JJ

1 Reply 1

stephan.steiner
Spotlight
Spotlight

I meant to say no then I remembered what I'm currently working on.

So, yes it is possible but it is complex and involves CTI. You need a CTI Port / CTI Routing Point that listens to DN 1111. When a call comes in, the call is dropped and the application pushes information to the calling phone (it can be anything, you can send the phone any data that is allowed for IP phone services).

If that sounds like something you'd like to do, have a look at the CallerInfoServer application in the IP Phone SDK (it's written in JAVA, using JTAPI). It pushes an XML screen to a phone when it gets an incoming call. Then install the JTAPI Client and have a look at the JTrace application on how to catch more JTAPI events and register a CTI Port. For CTI Routepoints, look at the JTAPI interest mailing list at sun.com - the archive for February 05 includes useful examples.