There are actually 3 types of 'teleport' spells:
https://github.com/EQEmu/Server/blob...mmand.cpp#L224
Teleports and Succors with out-of-zone detinations are invoked by using ^depart. (^Circle and ^Teleport invoke class-specific spells.)
Escapes and Succors with in-zone destinations are invoked by using ^escape.
Bound-type Translocates and Gates are handled by ^sendhome.