On Wed, Aug 25, 2010 at 7:01 AM, Brett Jones <[email protected]>wrote:
> Hi Michael, > > The 2.x firmware version doesn't allow for authentication information to be > contained in the cfg file. When a user signs in they need to put in the user > and password to get online. The configuration capability is far from touch > free. > > Also the 2.x firmware doesn't allow for multiple lines. I orginally made > some changes and submitted a patch to add some features to the config file > (G722 etc etc). > Thanks for the info, but it looks like right now sipXecs code for Nortel 1120e / 1140e phones is prepared to support firmware 3.0 version Here is the commit code: sipXecs 17716 paul.mossman: XX-7134 : Update of Nortel 1100 phone plug-in for SIP firmware 3.0 *Project* sipXecs *New Revision* 17716 <http://code.sipfoundry.org/changelog/sipXecs/?cs=17716> *Committer* paul.mossman *Date* 2010-01-15 15:30:51 -0600 (Fri, 15 Jan 2010) Log XX-7134 : Update of Nortel 1100 phone plug-in for SIP firmware 3.0 - New SIP Firmware 3.2 parameters (around 300 parameters) added in phone.xml - Support for phonebook - Support for Featuekeylist (by utilizing sipXecs speed dials) - JUnit testcases for nortel phone, nortelphonebook and nortel featurekeylist. Tested with latest SIP 3.2.15 firmware Patch from Rabail Javed, thanks! Added: - main/sipXconfig/plugins/nortel/etc/nortel/mac-featurekey.cfg.vm <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/etc/nortel/mac-featurekey.cfg.vm?r=17716> - main/sipXconfig/plugins/nortel/etc/nortel/mac-phonebook.cfg.vm <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/etc/nortel/mac-phonebook.cfg.vm?r=17716> - main/sipXconfig/plugins/nortel/src/org/sipfoundry/sipxconfig/phone/nortel/NortelFeatureKeyList.java <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/src/org/sipfoundry/sipxconfig/phone/nortel/NortelFeatureKeyList.java?r=17716> - main/sipXconfig/plugins/nortel/src/org/sipfoundry/sipxconfig/phone/nortel/NortelPhonebook.java <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/src/org/sipfoundry/sipxconfig/phone/nortel/NortelPhonebook.java?r=17716> - main/sipXconfig/plugins/nortel/test/org/sipfoundry/sipxconfig/phone/nortel/NortelFeatureKeyListTest.java <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/test/org/sipfoundry/sipxconfig/phone/nortel/NortelFeatureKeyListTest.java?r=17716> - main/sipXconfig/plugins/nortel/test/org/sipfoundry/sipxconfig/phone/nortel/NortelPhonebookTest.java <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/test/org/sipfoundry/sipxconfig/phone/nortel/NortelPhonebookTest.java?r=17716> Modified: - main/sipXconfig/neoconf/.classpath <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/neoconf/.classpath?r1=17715&r2=17716> - main/sipXconfig/plugins/nortel/etc/nortel/11xxeSIP.cfg <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/etc/nortel/11xxeSIP.cfg?r1=17715&r2=17716> - main/sipXconfig/plugins/nortel/etc/nortel/mac.cfg.vm <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/etc/nortel/mac.cfg.vm?r1=17715&r2=17716> - main/sipXconfig/plugins/nortel/etc/nortel/phone.xml <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/etc/nortel/phone.xml?r1=17715&r2=17716> - main/sipXconfig/plugins/nortel/src/org/sipfoundry/sipxconfig/phone/nortel/NortelPhone.java <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/src/org/sipfoundry/sipxconfig/phone/nortel/NortelPhone.java?r1=17715&r2=17716> - main/sipXconfig/plugins/nortel/src/org/sipfoundry/sipxconfig/phone/nortel/nortel-models.beans.xml <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/src/org/sipfoundry/sipxconfig/phone/nortel/nortel-models.beans.xml?r1=17715&r2=17716> - main/sipXconfig/plugins/nortel/test/org/sipfoundry/sipxconfig/phone/nortel/NortelPhoneTest.java <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/test/org/sipfoundry/sipxconfig/phone/nortel/NortelPhoneTest.java?r1=17715&r2=17716> - main/sipXconfig/plugins/nortel/test/org/sipfoundry/sipxconfig/phone/nortel/mac_1140.cfg <http://code.sipfoundry.org/browse/sipXecs/main/sipXconfig/plugins/nortel/test/org/sipfoundry/sipxconfig/phone/nortel/mac_1140.cfg?r1=17715&r2=17716> With regard to authentication, for firmware 3.0, is the same approach taken (authentication not written in the config file) Thanks, Mircea > > Regards, > Brett > > On Wed, Aug 25, 2010 at 6:36 AM, Mircea Carasel <[email protected]> wrote: > >> Hi, >> >> With regard to XX-8653, looks like the credentials for the lines attached >> to a Nortel 1120e / 1140e are not written into SIP*.cfg generated file >> This problem prevents the phone from functioning >> >> I have done some tests and, for instance, if I use an AudioCodes MP124FXS >> phone and I add two lines (200, 201) the authentication section looks like: >> >> [Authentication] >> FORMAT Authentication_Index = Authentication_UserId, >> Authentication_UserPassword; >> Authentication 0 = 201, s10AZOVD; >> Authentication 1 = 200, lX1AD7tJ; >> [\Authentication] >> >> For a Cisco IP 7960 phone we have something like: >> >> line1_authname:"200" >> line1_displayname:"" >> line1_name:"200" >> line1_password:"lX1AD7tJ" >> line1_shortname:"200" >> line2_authname:"201" >> line2_displayname:"" >> line2_name:"201" >> line2_password:"s10AZOVD" >> line2_shortname:"201" >> >> For the Nortel phone, I cannot find something similar in the generated >> SIP*.cfg file >> >> Does anybody know how should look like such an authentication section for >> a Nortel 1120e/1140e phone? >> >> Thanks a lot in advance, >> Mircea >> >> _______________________________________________ >> sipx-dev mailing list >> [email protected] >> List Archive: http://list.sipfoundry.org/archive/sipx-dev/ >> > >
_______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
