sip.conf
[101]
context = technical-office
[102]
context = employment-department
拡張子.conf
[technical-office]
exten => 101,1,answer()
exten => 101,2,dial(sip/101)
exten => 101,3,hangup()
[employment-department]
exten => 102,1,answer()
exten => 102,2,dial(sip/102)
exten => 102,3,hangup()
「101」内線番号を使用して「102」にダイヤルすると、「宛先へのルーティングがありません」というエラーが表示されます。しかし、コンテキストは同じであり、エラーはありません