Dialling beetween context

Hi everbody,

sip.conf


[220]
context=inernal

[221]
context=internal

[500]
context=other

extensions.conf


[other]
exten => 221, Dial(221)

I need make a call on number 221 from phone which is registered in other context(500). Number 221 is registered in internal context. Is there any way to make a call on 221 number from “other” context without include whole internal context in “other” context?

any ideas?

[other]
exten => 221, Dial(SIP/221)

the context controls what context it looks in to dial from not to

Ian

thank ianplain,

It’s clear to me now.