From 7bc6431d44ba46b5b28d038113442b138a95f2b8 Mon Sep 17 00:00:00 2001
From: Doug Masiero <doug@masiero.tech>
Date: Tue, 17 Dec 2024 14:03:41 -0500
Subject: [PATCH] dialplan updates

---
 extensions.conf | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/extensions.conf b/extensions.conf
index 000cbf6..a5b6345 100644
--- a/extensions.conf
+++ b/extensions.conf
@@ -6,19 +6,19 @@ writeprotect=no
 ; (888)88-MOENY
 exten => 18888866369,1,Answer()
  same => n,agi(googletts.agi,"Thank you for calling Moeny! How may I help you?",en)
- same => n,Goto(gc-ChatGPT-35T)
+ same => n,Goto(from-trunk,15598255224,gc-gpt35t)
  same => n,Hangup()
 
 ; (559)TALK-2-AI - Google Cloud w/ChatGPT 3.5 Turbo
 exten => 15598255224,1,Answer()
- same => n,agi(googletts.agi,"Thank you for calling Moeny! Powered by Google Cloud with OpenAI ChatGPT 3.5 Turbo. How may I help you?",en)
- same => n(gc-ChatGPT-35T),AudioSocket(66b7feb0-8938-11ee-abd7-0242ac151234,172.20.0.101:3001)
+ same => n,agi(googletts.agi,"Ready to talk to AI?",en)
+ same => n(gc-gpt35t),AudioSocket(66b7feb0-8938-11ee-abd7-0242ac151234,172.20.0.101:3001)
  same => n,Hangup()
 
-; (845)610-6555 - OpenAI Realtime API
+; (845)610-6555 - Google Cloud w/MLX LLM (via ngrok)
 exten => 18456106555,1,Answer()
- same => n,agi(googletts.agi,"Thank you for calling Moeny! Powered by OpenAI's Realtime API. How may I help you?",en)
- same => n(OAI-rt-API),AudioSocket(66b7feb0-8938-11ee-abd7-0242ac151234,172.20.0.102:3002)
+ same => n,agi(googletts.agi,"Ready to talk to AI?",en)
+ same => n(gc-mlx-llm),AudioSocket(66b7feb0-8938-11ee-abd7-0242ac151234,172.20.0.102:3002)
  same => n,Hangup()
 
 [from-internal]