Re: working with route point

"Katkam, Vinod" <[email protected]> Tue, 19 Jul 2005 10:04:21 -0700
Newsgroups gmane.comp.java.sun.jtapi
Message-ID <1CFE509DA60F8C4E82C40357FDA9D3562CB4CA@vtg-um-e2k5.sj21ad.cisco.com>
Not sure if I follow the question correct, but let me give you general
answer

RoutePoint can be used in one of the following ways

1) RoutePoint for routing and no media termination can be achieved in
two ways
A) registerRouteCallback() on RouteAddress. This will trigger RouteEv,
ReRouteEv, RouteEndEv on routeCallback
B) AddCallObserver on RouteAddress - This will trigger ConnCreatedEv,
CallCtlConnOfferedEv, CallCtlConnDisconnectedEv and other TermConn
events. Remember that you cannot answer the call here because you have
registered with no media termination. You can only use redirect on
connection in offering and in alerting state here.

2)RoutePoint with media termination (Register with MEDIA TERMINATION
OPTION)
A)AddCallObserver on RouteAddress - Here, you can answer the call like
any other device, but you need to terminate your own media. You also
need to have TerminalObserver where you will get
CiscoCallOpenLogicalChannelEv and you need to respond with
CiscoTerminal.setRTPParams for media to be connected.

Hope that helps..

Thanks
Vinod

-----Original Message-----
From: Discussion list for Java Telephony API
[mailto:[email protected]] On Behalf Of Alejandra Moreno
Sent: Tuesday, July 19, 2005 9:12 AM
To: [email protected]
Subject: Re: [JTAPI] working with route point

Yep, you are right, I did the registration part. I had a problem with
ccm and routing to the route point, now it works! But one last question,
for routing purposes only I believe you need no observers right? Thanks!

Cheers,
alej

www.MyVoIPsource.org
Hochschule Rapperswil
Oberseestr. 10
8640 Rapperswil
tel: +41 55 214 18 34
-----Original Message-----
From: Discussion list for Java Telephony API
[mailto:[email protected]] On Behalf Of Katkam, Vinod
Sent: Tuesday, July 19, 2005 5:56 PM
To: [email protected]
Subject: Re: [JTAPI] working with route point

You can modify the jtrace to register it before it invokes
registerRouteCallback() method and it should work. One more thing, I
think RouteCallbackImpl routes call to a hard coded DN(40004). You need
to modify it with one of your own DN and it should route the call.

Thanks
Vinod

-----Original Message-----
From: Discussion list for Java Telephony API
[mailto:[email protected]] On Behalf Of Alejandra Moreno
Sent: Tuesday, July 19, 2005 1:03 AM
To: [email protected]
Subject: Re: [JTAPI] working with route point

Hi,

JTrace should work out of the box with route points?I try it but it
doesn't seem to be able to register. This is in fact what is also
failing on my code :-S any ideas?

thanxs!
alej

========================================================================
===
To unsubscribe, send email to [email protected] and include in the
body of the message "signoff JTAPI-INTEREST".  For general help, send
email to [email protected] and include in the body of the message
"help".

========================================================================
===
To unsubscribe, send email to [email protected] and include in the
body of the message "signoff JTAPI-INTEREST".  For general help, send
email to [email protected] and include in the body of the message
"help".

========================================================================
===
To unsubscribe, send email to [email protected] and include in the
body of the message "signoff JTAPI-INTEREST".  For general help, send
email to [email protected] and include in the body of the message
"help".

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JTAPI-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".