Re: dialing on CCM
Elliot Otchet <[email protected]>
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <000b01c41727$24f6bd50$6401a8c0@office> |
At that point, the terminal is in use so you won't be able to initiate a new
call from the terminal. If you monitor the terminal events you'll see you
get events when the phone goes off hook.
Ways to work with this:
You could query the terminal and put the current call on hold.
You could query the terminal and disconnect the current session. In
this case the user doesn't get dial tone until they press the line
appearance button or "flash" the handset.
You can conference in the new call to the current one.
Regards,
Elliot
-----Original Message-----
From: Discussion list for Java Telephony API
[mailto:[email protected]] On Behalf Of Michal Chalupnik
Sent: Wednesday, March 31, 2004 8:29 AM
To: [email protected]
Subject: [JTAPI] dialing on CCM
Hi,
we are using CCM 3.3 (Cisco Call Manager) and I have little problem with
dialing numbers. When terminal is IDLE, I can dial numbers with these
commands:
call=provider.createCall();
call.connect(terminal, address, some_number_to_dial)
Problem is when someone press dial button or pick up phone - I can't use
this code, exception with message like "originator is unable to initiate
call" is raised. Have you some idea?
Thanks
Mi.Chal.
===========================================================================
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".