[Asterisk-java-users] UserEvents and attributes
Brought to you by:
srt
From: Edu <jav...@ba...> - 2006-01-14 12:04:07
|
Hi again! I'm trying to pass two variables in a UserEvent, but Astersiks sends them incorrectly: exten => s,1,UserEvent(NewCall|dialedNumberIdentifier: ${DNID}|callerId: ${CALLERID}) gives in a telnet something like: Event: UserEventNewCall Channel: Zap/59-1 Uniqueid: 1137239857.139 dialedNumberIdentifier: 936010501|callerId: 680232210 And then, I can't get the different values with the corresponding getters and setters. I will use String.split(), but is the best way? Edu |