[Asterisk-java-users] Hanging up channels
Brought to you by:
srt
From: Gabriel B. <elg...@gm...> - 2008-07-03 21:36:12
|
Hi list, Here is my problem, I register my AsteriskServerListener and receive through the onNewAsteriskChannel() method all the new channels without a problem. I always receive two new channels, a "dialing channel" and a "dialed channel", one after the other. The thing is that when I hang up the "dialing channel" the "dialed channel" doesn't hangs up too, so the call keeps on going. I hang up the channel right from the start, search in a database by the caller id number if the line can make the call and if not I hang up the channel. Do you have any idea why this is happening Regards, |