I have an endpoint [a trunk] that requires registration in order to send Asterisk calls. I have a 2nd endpoint [a sip phone] that wants to BOTH register to Asterisk and send calls to other endpoints in Asterisk. I’m a little mystified about the phone configuration. Should it look like
[endpoint1_trunk]
[endpoint1_registration]
context=inbound_calls]
[endpoint2_phone]
[endpoint2_registration]
context=outbound_calls
`
Do I understand correctly ???
Thanks. I realized after I posted that the “context=” line goes in the endpoint section instead of the registration section. I left out the aor section for simplicity. Had to study the examples in order to figure the “phone” endpoint section out.