Nortel IP Phones will respond to DCHP options 128, 144, 157, 191, 251 in case any of those options are used by other vendors.
If you would like to add an S2 server, the information is appended to the end of the DHCP option 128 by using a semicolon. The full syntax of the DHCP command is
Nortel-i2004-A,<S1 IP>:<S1 Port>,<S1 Action>,<S1 Retry Count>;<S2 IP>:<S2 Port>,<S2 Action>,<S2 Retry Count>.
I always leave <S1 Action> as 1 (Never been able to figure out what the other options do)
<S1 Retry Count> and <S2 Retry Count> indicate how many times the phone will try contacting that server before moving onto the next. I usually leave it at 10
So for instance if you have
S1: 10.1.5.5:5000
S2: 10.1.5.6:5000
And a retry count of 10 for each
The command would be
Nortel-i2004-A,10.1.5.5:5000,1,10;10.1.5.6:5000,1,10.
My only question is if this is communicating with a BCM50, what is the S2 address going to be used for?
Now this documentation pre-dates the 1200 series (and the 1100 series I think... I should look at the date of the document). However I don't see why it wouldn't be compatible with the newer series since it wouldn't make sense for nortel to require additional DHCP commands for different models of sets connecting to the same BCM system.