[Asterisk-java-users] picking up a channel with a manager action
Brought to you by:
srt
From: matthieu h. <mat...@gm...> - 2013-06-17 13:10:54
|
Hi all, I am using asterisk 11.2.1 and asterisk-java1.0.0. I am trying to picking up a phone with a manager action. I have tried to do this using a bridge Action but it does not work. When I dial a number, the second phone ring but when I send the bridge action I have this error: == Spawn extension (default, 154415789, 3) exited non-zero on 'Bridge/SIP/1001-00000022<ZOMBIE>' [Jun 17 05:17:37] WARNING[3732]: channel.c:6222 __ast_channel_masquerade: Can't setup masquerade. One or both channels is dead. (Bridge/SIP/1002-00000023 <-- SIP/1002-00000023) SIP/1001 is the caller Channel and SIP/1002-00000023 is the agent Channel. Is bridge action should not be used? What is the good action to picking up a phone(a channel) with a manager connection? Thank you for your help Kind Regards, Matthieu |