;HO/extensions.conf
[incomming]
include => intern ;HO numbers
exten => *1.,1,Dial(SIP/A/${EXTEN:2}) ;so you can call the other boxes
exten => *2.,1,Dial(SIP/B/${EXTEN:2}) [/code]
There was a call-limit option, but it seems that it is deprecated. The docs suggest to use GROUP_COUNT instead (will test it now)
A context with a name like incoming would normally be used for calls from outside, for which you didn’t want the caller to be able to make chargeable calls (or to present your caller ID to the outside world). I would expect calls over intra-company tie lines to be allowed to do such things and any other things that outside callers would not be allowed to do.