faint-gold-41196
08/16/2025, 8:56 AMtall-airline-16756
08/16/2025, 8:56 AMtall-airline-16756
08/16/2025, 8:56 AMfaint-gold-41196
08/16/2025, 9:03 AMtall-airline-16756
08/16/2025, 9:04 AMfaint-gold-41196
08/16/2025, 9:20 AMtall-airline-16756
08/16/2025, 9:20 AMlk sip inbound delete <trunk-id>
Just swap out <trunk-id>
with the ID of the SIP trunk you want to remove.
2. Create a new inbound SIP trunk:
lk sip inbound create --name <name> --numbers <numbers> --media-enc <encryption> --auth-user <username> --auth-pass <password>
Here’s what to replace:
◦ <name>
with a friendly name for your trunk.
◦ <numbers>
with the list of numbers you want to use.
◦ <encryption>
with the type of media encryption you prefer (like SRTP
).
◦ <username>
with your authentication username.
◦ <password>
with your authentication password.
Here’s a quick example to get you started:
lk sip inbound create --name "MyInboundTrunk" --numbers "+1234567890" --media-enc SRTP --auth-user "sipuser" --auth-pass "sipsecret"
If you have any questions or need a hand with this, just let me know—I’m here to help!