Yeah, ProAsm, I haven't gotten round to documenting some of these yet.
AT+CEER
This is used to get the extended error, after a "NO CARRIER" message.
This is where extra errors such as "NETWORK NOT AVAILABLE" and stuff comes from. You can use this to get the last verbose error message if a command failed.
AT+CGDCONT
Yep, I've updated my linux chat script already with this one. This is essentially the modem "flashing-with-username-password-on-Windows" that's required for PPPoE and Linux, that I was talking about. Will document this one.
AT+CGATT=1,2530000
Yeah, I've fooled around with this one quite a bit. I've managed to convince the modem at times to lock onto a specific tower, but only after lot's of fiddling. The exact set/sequence of commands is a bit unclear. I know I had to force it to detach from the network by doing AT+COPS=2 (deregister from network) and then fiddling with the frequences, but it was all a bit fuzzy.
AT+CLCK
This is the facility lock. You can basically disable Sim card PIN prompting and login prompting with this, apparently. But seeing as we don't use sims, it's pointless.
AT+CLCK=? will return the list of supported "facilities" that can be locked.
Don't think I'm going to bother with this one, since it's not required on our network.
Other, new ones:
AT+CPOST will return a hex number indicating the results of the power-on-self-test.
AT+GCAP: return the modem command capabilities. This will list a few of the extended +G commands that the modem supports.
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">
AT^C1
This will hard reset the modem, but stays in a hung position for some reason.
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">
Yeah. That puts the modem into "firmware download mode"

It expects hex encoded firmware data after that command's been sent.
Here are some more firmware related commands, that can be used after AT^C1 has been enabled.
AT&T13 will return the firmware download packets size.
AT&T3 will start the download
AT&T4 is used to ship down hex-coded download packets.
AT&T7 reboots.
AT&T6 aborts the firmware download
<center><h5><font color="red">Oo.
MyWireless <s>Hacks</s> Tweaks & Tech Info.oO </font id="red"></h5><h6>
Have you checked the fawking FAQ?</h6></center>