Enable email dialing
Configure DNS SRV records to enable email dialing for your company’s Lifesize users.
In the following example, all SIP and H.323 calls to any of the @myCompany.com addresses are redirected to lifesizecloud.com.
NOTE: All trailing periods (.) are intentional and required.
; SRV records | TTL | Class | SRV | Priority | Weight | Port | Target |
_sip._udp.mycompany.com. | 180 | IN | SRV | 10 | 10 | 5060 | lifesizecloud.com. |
_sip._tcp.mycompany.com. | 180 | IN | SRV | 10 | 10 | 5060 | lifesizecloud.com. |
_h323ls._udp.mycompany.com. | 180 | IN | SRV | 0 | 0 | 1719 | lifesizecloud.com. |
_h323cs._tcp.mycompany.com. | 180 | IN | SRV | 0 | 0 | 1720 | lifesizecloud.com. |