Re: Call Forwarding Event
Elliot Otchet <[email protected]> Tue, 12 Feb 2008 10:44:41 -0500
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <001501c86d8e$40bed150$c23c73f0$@net> |
Then you must add observers to the calls before they reach "B." My guess is you're trying to just monitor the terminal through a terminal observer, but since the call never reaches the terminal you'll never see the call. Instead, you'll need to watch each call with a call observer. Once you have a valid Call observer object, you'll see the notifications. Back in the day, I built a screen pop application based on observed Calls and know that I tested for this scenario. And just an aside, other reasons you want to observe the call instead of the terminal: the terminal might be disconnected (even though call forwarding is set), unreachable, reached the maximum number of concurrent calls, etc. As far as controlling the call forwarding - my suggestion would be to take a good long look at AXL. Cheers, Elliot -----Original Message----- From: Discussion list for Java Telephony API [mailto:[email protected]] On Behalf Of SUBSCRIBE JTAPI-INTEREST thiyaster Sent: Tuesday, February 12, 2008 1:26 AM To: [email protected] Subject: Re: [JTAPI] Call Forwarding Event Hi Elliot, Thanks for ur reply.... I too had seen that document already, But help me in the below scenario. Assume the below scenario..... 1. Thress Phones namely A,B,C. 2. Observer is added only to B. 3. B is set callforwarded to C. 4. Now if a call comes from A to B, then this call reachs C automatically (becaz of forward). 5. When the above callforwarding opeartion happen, I didn't get any events (even CallEv also)..... becaz the observer is added only to B. 6. But I want to control/monitor/log this Call Forwarding opeartion. Thanks in Advance, thiyaster =========================================================================== 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".