Dial outgoing calls using the E1 Link

Hi:
I want to dial outgoing calls using asterisk and E1 link.Is it true for Dial function?
Dial(ZAP/2222222)
2222222 is the outside number.
I’d appreciate any help and idea.

You would need to set the group or the specific channel.

e.g.

By Zap channel:
Dial(ZAP/1/222222)

By Zap group:
Dial(ZAP/g1/222222)