Add caller ID to UUID & test sip EP

This commit is contained in:
Doug Masiero 2024-12-17 19:41:59 -05:00
parent e777e80845
commit 2e7842193f
2 changed files with 3 additions and 2 deletions

View File

@ -12,13 +12,13 @@ exten => 18888866369,1,Answer()
; (559)TALK-2-AI - Google Cloud w/ChatGPT 3.5 Turbo
exten => 15598255224,1,Answer()
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(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(66b7feb0-8938-11ee-abd7-0242ac151234,172.20.0.102:3002)
same => n(gc-mlx-llm),AudioSocket(cd5e3280-0340-463d-8310-f${CALLERID(num)},172.20.0.102:3002)
same => n,Hangup()
[from-internal]

View File

@ -13,6 +13,7 @@ permit=52.204.242.197/32
type=endpoint
transport=transport-udp
context=from-internal
callerid=moeny <18455551212>
disallow=all
allow=ulaw
auth=101