login | register
Tue 02 of Dec, 2008 [02:16 UTC]

voip-info.org

Discuss [2] History

Asterisk Manager API Action ZapHangup

Created by: pinhole,Last modification on Tue 19 of Jul, 2005 [23:11 UTC] by calvert
Action: ZapHangup
ZapChannel: {numeric zap channel}

Comments

Comments Filter
222

333Hangup/ZapHangup doesnt work with AMI

by Drakh, Wednesday 26 of July, 2006 [17:05:55 UTC]
Working with Asterisk Manager API connecting to asterisk via TCP/IP port 5038 i found a problem.
When i made originate and trying to hang it up with Action: hangup or Action ZapHangup i found that it does not work.
So i made one connection for originate and another for hangup. On the hangup connection again the same proble. Action: hangup or Action ZapHangup dosent worked again.

Again using just one connection for hanging and for originating i tryed to send after originate
Action: command
command: soft hangup channel

Doesnt work.

So again two connections one for originate and second for hangup.
on the hangup connection..
Action: command
command: soft hangup channel

WORKED..
222

333ZapHangup?

by flobi, Thursday 25 of August, 2005 [17:44:50 UTC]
Just out of curiousity, cause I haven't used Zap channels, does the normal hangup not work on Zap channels?