[Asterisk-java-users] AMI GetVar in 1.4.x+
Brought to you by:
srt
From: <gm...@ea...> - 2007-05-31 14:04:27
|
Hi Stefan It seems that with ast 1.4.4 when a requested variables does not exist on a given channel, no error is returned anymore but instead the litteral string "(null)" is returned: ## T 127.0.0.1:33509 -> 127.0.0.1:5038 [AP] action: GetVar. actionid: 31662978_578#. variable: PROXYCALL. channel: SIP/285-08b1ff98. . # T 127.0.0.1:5038 -> 127.0.0.1:33509 [AP] Response: Success. Variable: PROXYCALL. Value: (null). # T 127.0.0.1:5038 -> 127.0.0.1:33509 [AP] ActionID: 31662978_578#. Could this be handled globally in the ResponseEvent ? Regards Gaetan |