Re: pick up call on CTI routepoint
"Potluri, Mohan" <[email protected]>
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <6677B3346233B94EBB11C0609351012009AF34D1@vtg-um-e2k1.sj21ad.cisco.com> |
CTI Route points support multiple active calls - i.e. applications can answers more than one call on RP and stream media. So it needs to have dynamic media registration so that RTP params can be set for each call. CTI Ports can have only one call active and all other calls have to be in held or other states. You should be able to use dynamic registration for CTI Ports as well. CTIPorts has additional capability (static registration) where you can specific the RTP params at registration time. -----Original Message----- From: Discussion list for Java Telephony API [mailto:[email protected]] On Behalf Of Stephan Steiner Sent: Friday, February 11, 2005 2:17 AM To: [email protected] Subject: Re: [JTAPI] pick up call on CTI routepoint Mohan: That did the trick, thanks a bunch. Registering the CTI routepoint now works and I can answer incoming calls. I guess the only remaining question is why registration for media termination is different on CTI Ports and CTI Routepoints (I got my capabilities code from the JTrace sample). ======================================================================== === 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".