diff --git a/data/tutorials/asterisk_ari/asterisk/etc/asterisk/pjsip.conf b/data/tutorials/asterisk_ari/asterisk/etc/asterisk/pjsip.conf index a545acda4..a1d439b61 100755 --- a/data/tutorials/asterisk_ari/asterisk/etc/asterisk/pjsip.conf +++ b/data/tutorials/asterisk_ari/asterisk/etc/asterisk/pjsip.conf @@ -1,11 +1,11 @@ -[simpletrans] +[testcalls] type=transport protocol=udp bind=0.0.0.0:5080 [1001] type = endpoint -transport = simpletrans +transport = testcalls context = internal disallow = all allow = ulaw @@ -25,7 +25,7 @@ password=CGRateS.org [1002] type = endpoint -transport = simpletrans +transport = testcalls context = internal disallow = all allow = ulaw @@ -46,7 +46,7 @@ password=CGRateS.org [1003] type = endpoint -transport = simpletrans +transport = testcalls context = internal aors = 1003 auth = 1003 @@ -66,7 +66,7 @@ password=CGRateS.org [1004] type = endpoint -transport = simpletrans +transport = testcalls context = internal aors = 1004 auth = 1004 @@ -86,7 +86,7 @@ password=CGRateS.org [1005] type = endpoint -transport = simpletrans +transport = testcalls context = internal aors = 1005 auth = 1005 @@ -106,7 +106,7 @@ password=CGRateS.org [1006] type = endpoint -transport = simpletrans +transport = testcalls context = internal aors = 1006 auth = 1006 @@ -127,7 +127,7 @@ password=CGRateS.org [1007] type = endpoint -transport = simpletrans +transport = testcalls context = internal aors = 1007 auth = 1007 diff --git a/data/tutorials/asterisk_ari/cgrates/etc/cgrates/cgrates.json b/data/tutorials/asterisk_ari/cgrates/etc/cgrates/cgrates.json index 1a8cfb9d7..8c2d388eb 100644 --- a/data/tutorials/asterisk_ari/cgrates/etc/cgrates/cgrates.json +++ b/data/tutorials/asterisk_ari/cgrates/etc/cgrates/cgrates.json @@ -80,7 +80,7 @@ "asterisk_agent": { "enabled": true, "asterisk_conns":[ - {"address": "192.168.56.203:8088", "user": "cgrates", + {"address": "127.0.0.1:8088", "user": "cgrates", "password": "CGRateS.org", "connect_attempts": 3,"reconnects": 10} ], "sessions_conns": [