30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
[general]
|
|
static=yes
|
|
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()
|
|
|
|
; (845)610-6555 - Google Cloud w/MLX LLM (via ngrok)
|
|
exten => 18456106555,1,Answer()
|
|
same => n,agi(googletts.agi,"Ready to talk to AI?",en)
|
|
same => n(gc-mlx-llm),AudioSocket(cd5e3280-0340-463d-8310-f${CALLERID(num)},172.20.0.102:3002)
|
|
same => n,Hangup()
|
|
|
|
[from-internal]
|
|
exten => 6369,1,Goto(from-trunk,18888866369,1)
|
|
exten => 5224,1,Goto(from-trunk,15598255224,1)
|
|
exten => 6555,1,Goto(from-trunk,18456106555,1)
|