Re: [Asterisk-java-users] queue call
Brought to you by:
srt
From: Stefan R. <ste...@re...> - 2007-09-26 21:43:49
|
Hi Daniel, well just open an issue at jira.reucon.org and attach your patch there. > if (member =3D=3D null) > { > member =3D new AsteriskQueueMemberImpl(server, queue, event > .getLocation(), *QueueMemberState.DEVICE_NOT_INUSE*); > } > queue.addMember(member); >=20 > } >=20 > are we sure that the device is not in use? shouldn't that line be ... > QueueMemberState.valueOf(event.getStatus()) >=20 > even if it returns UNKOWN ? without having an in-depth look at the code that sounds reasonable. =3DStefan --=20 reuter network consulting Neusser Str. 110 50760 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: ste...@re... Jabber: ste...@re... Steuernummern 215/5140/1791 USt-IdNr. DE220701760 |