From ccc234ba76be422414217fc146b9d278aee99c87 Mon Sep 17 00:00:00 2001 From: Doug Masiero Date: Sat, 21 Dec 2024 09:33:55 -0500 Subject: [PATCH] Add verbose lines for incoming calls --- extensions.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions.conf b/extensions.conf index b3d9916..4b056f8 100644 --- a/extensions.conf +++ b/extensions.conf @@ -5,12 +5,14 @@ writeprotect=no [from-trunk] ; (888)88-MOENY exten => 18888866369,1,Answer() + same => n,Verbose(*** INCOMING TO ${EXTEN} FROM ${CALLERID(num)} ***) same => n,agi(googletts.agi,"Thank you for calling Moeny! How may I help you?",en) 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,Verbose(*** INCOMING TO ${EXTEN} FROM ${CALLERID(num)} ***) same => n,agi(googletts.agi,"Ready to talk to AI?",en) same => n(gc-gpt35t),AudioSocket(cd5e3280-0340-463d-8310-f${CALLERID(num)},172.20.0.101:3001) same => n,Hangup()