diff --git a/infrastructure/somleng/core/nat_instance.tf b/infrastructure/somleng/core/nat_instance.tf index cba66f0f..ba3238b9 100644 --- a/infrastructure/somleng/core/nat_instance.tf +++ b/infrastructure/somleng/core/nat_instance.tf @@ -262,9 +262,14 @@ resource "aws_route" "telecom_cambodia_signalling" { network_interface_id = aws_network_interface.nat_instance.id } - resource "aws_route" "telecom_cambodia_media" { route_table_id = module.vpc.private_route_table_ids[0] destination_cidr_block = "203.223.42.132/32" network_interface_id = aws_network_interface.nat_instance.id } + +resource "aws_route" "telecom_cambodia_media2" { + route_table_id = module.vpc.private_route_table_ids[0] + destination_cidr_block = "203.223.42.148/32" + network_interface_id = aws_network_interface.nat_instance.id +} diff --git a/public/website/docs.html b/public/website/docs.html index 537f5827..3e344d15 100644 --- a/public/website/docs.html +++ b/public/website/docs.html @@ -731,11 +731,11 @@
accountSid
and authToken
from the
- account you created in step Step 1.
+ account you created in Step 1.
verificationServiceSid
from the verification service you created
- in step Step 3.
+ in Step 3.
- Re-run the code in step Step 8, but this time
+ Re-run the code in Step 8, but this time
update the
channel to call
as shown below. Remember to also set the
accountSid
, authToken
and
@@ -815,7 +815,7 @@
After running the code in the previous step, you should receive a call to the softphone you - configured in step Step 7. + configured in Step 7. Answer the call to hear the verification code.
@@ -847,11 +847,11 @@