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?