Re: pick up call on CTI routepoint
Stephan Steiner <[email protected]>
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
@Jirka: phew, so you implemented the solution I discarded as too complex. Don't you get any performance problems as the number of incoming calls you have to handle increases? I have to offer this service for more than hundred users (I don't have the exact number now, but the customer has more than 500 IP terminals, and potentially every one of them could be subject to using the application). BTW, there's another solution to the problem, that I have partially implemented (but I'd really like to go for the clean solution with the low overhead, hence the look at cti routepoints): 1) incoming call 2) pick up call 3) make call to A 4) conference call to A with incoming call (so incoming caller is connected, but hears ringing) 5) make call to B 6) A or B picks up, disconnect the call still in ringing state and remove the cti port from the conference so that the incoming call is directly connected to the destination. I'm still determined to get this darned thing working. Have you ever tried to register the RP for media registration (just call the register method and specify g711 capabilities)? Does it work for you? =========================================================================== 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".