08-18-2008 05:59 AM - edited 03-15-2019 05:03 AM
Greetings,
i was wondering if some of you have tried to problematically drop a call while it is running , or even have the CM sending a notification (to a 3rg party billing server for example) when a call admission is going on ??
i know that dropping a call after it is started is something that could be done by means of an AXl request (since it is all RTP after a call ia initiated), so is there some work around or a trick to do this ?
Thank you
Solved! Go to Solution.
08-22-2008 09:51 AM
There's no need for you to initiate the call.. look at the callerinfo sample again.. it monitors a bunch of phones and initiates a popup on the ringing phone with some information about the caller.
So, you just need to monitor the phones on which you want to be informed about calls, and then you do whatever you want with the info that (J)TAPI gives you.. including dropping the calls (I have an application like that.. it's a conferencing solution where a CTI Port drops incoming calls unless somebody has opened the conference first).
08-22-2008 02:23 AM
That's all basic CTI and you do it with a CTI interface (so for Cisco either TAPI or JTAPI).
If you download the JTAPI Provider from the plugins page of ccmadmin, it contains a sample called makecall which not only shows how to make a call, but answer it and drop it again.
Likewise the IP Phone Services SDK contains a sample called CallerInfo which shows you how to take some action upon a call coming to a device.
08-22-2008 02:39 AM
Thank you stephan,
actually , i once tried all of that ,it was not what am looking for .
maybe i wasn't clear in my question , i meant that i wanted to know how to drop a call that i didn't make , call that is done between other two devices , i want to know that a call is started and then be able to drop it programmatically,could this be done ?.
Thanks again,
08-22-2008 09:51 AM
There's no need for you to initiate the call.. look at the callerinfo sample again.. it monitors a bunch of phones and initiates a popup on the ringing phone with some information about the caller.
So, you just need to monitor the phones on which you want to be informed about calls, and then you do whatever you want with the info that (J)TAPI gives you.. including dropping the calls (I have an application like that.. it's a conferencing solution where a CTI Port drops incoming calls unless somebody has opened the conference first).
08-25-2008 05:25 AM
Thank you very much stephen , i spent a couple of hours on it an it is working now (i tried it long tome before,i don't know actually what made me stop trying !! ),thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide