Antw: [Asterisk-java-users] Problem with UniqueId and originate command
Brought to you by:
srt
From: Stefan R. <ste...@po...> - 2005-05-12 07:39:24
|
Hi Ben, what interface do you use to send the originate action? AsteriskManager or AsteriskConnection? The response to the OriginateAction is not sent until the first channel has been answered. So if the timeout Asterisk-Java uses to wait for the response is smaller than the time you need to pick up the phone, no response has yet been received and your uniqueId will be null. Please verify this by picking up the phone immediately (I think the default timeout is 3 seconds, so within at least 3 seconds after sending the OriginateAction). If this works we have to adjust the timeout to a more sensible value. Regards =Stefan |