Dialplan To Reach External SIP Phone

Home » Asterisk Users » Dialplan To Reach External SIP Phone
Asterisk Users 1 Comment

If I have Asterisk setup with local SIP phones configured but need to call a SIP phone which is not local but actually on another VLAN, what would the dialplan need to look like?

One thought on - Dialplan To Reach External SIP Phone

  • Hi,
    If (the other phone is also registered on same asterisk)
    You just have to Dial(SIP/${EXTEN})
    else
    You need a trunk, or route the call to that equipment(VoIP server) where the other phone(s) is/are registered so that you can bridge both channels. Here you have to Dial(SIP/${EXTEN}@Trunk-IP)
    or you can create a trunk in sip.conf to route call out, and the receiving side should then route the call to the destination phone.

    Regards