Raghavendra Gutty Veeranagappa | Hi Konstantin,
it is changed In 1.0.2 , please use below code to get the same result.
for (ISDevice a : response.getISDevices().getISDevice()){ ExtMapStatus b = a.getISPhoneLineList().getExtMapStatus(); System.out.println( "Ext ID: "+b.getExtId()+" "+ "Ext Number: "+b.getExtNumber()+" "+ "Ext Status: "+b.getExtStatus()+" "+ "Line ID: "+b.getLineId()+" "+ "Line State : "+b.getLineState()); }
Thanks, Raghavendra |
| Please sign in to flag this as inappropriate. |