Reputation: 21
I tried, using the uuid_answer
API command to answer a call while getting "Unique-ID" form CHANNEL_CALLSTATE
Event,
EslMessage response = client.sendSyncApiCommand("uuid_answer",Event_Header.get("Unique-ID"));
while this command executes successfully, enabling the dialer softphone to start listening while in the background it keeps on ringing the other softphone, and meanwhile the dial timeout and call ends.
Upvotes: 1
Views: 740