tcsweetser / acs-php

TR-069 Server (NBN Specifications)
15 stars 8 forks source link

ID on the Inform response #1

Closed FaycalSettar closed 11 years ago

FaycalSettar commented 11 years ago

Hi, you can fix the problem on the Inform Response (ID) with this :

$GLOBALS['server']->addSoapHeader( new SoapHeader('urn:dslforum-org:cwmp-1-0', 'ID', $this->ID, TRUE) );

Hope it works for you.

tcsweetser commented 11 years ago

Thank you, tested and incorporated some changes into the latest PUSH.