> More bug fixes. *69 works now. Cisco stuff works. Lots > of other fixes. is phpconfig fixed ?
when editing a file, it doesn't show the list of sections, it only list "Header" What needs to be modified : In the function OC_readConfFile around line 131 change : $this->_OC_the_file[] = fgetc($file); to : $this->_OC_the_file[] = fgets($file); I have to manually edit it each time I install it. Thanks for the great work so far hth _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
