Add caller ID to UUID & test sip EP
This commit is contained in:
parent
e777e80845
commit
2e7842193f
@ -12,13 +12,13 @@ exten => 18888866369,1,Answer()
|
|||||||
; (559)TALK-2-AI - Google Cloud w/ChatGPT 3.5 Turbo
|
; (559)TALK-2-AI - Google Cloud w/ChatGPT 3.5 Turbo
|
||||||
exten => 15598255224,1,Answer()
|
exten => 15598255224,1,Answer()
|
||||||
same => n,agi(googletts.agi,"Ready to talk to AI?",en)
|
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()
|
same => n,Hangup()
|
||||||
|
|
||||||
; (845)610-6555 - Google Cloud w/MLX LLM (via ngrok)
|
; (845)610-6555 - Google Cloud w/MLX LLM (via ngrok)
|
||||||
exten => 18456106555,1,Answer()
|
exten => 18456106555,1,Answer()
|
||||||
same => n,agi(googletts.agi,"Ready to talk to AI?",en)
|
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()
|
same => n,Hangup()
|
||||||
|
|
||||||
[from-internal]
|
[from-internal]
|
||||||
|
@ -13,6 +13,7 @@ permit=52.204.242.197/32
|
|||||||
type=endpoint
|
type=endpoint
|
||||||
transport=transport-udp
|
transport=transport-udp
|
||||||
context=from-internal
|
context=from-internal
|
||||||
|
callerid=moeny <18455551212>
|
||||||
disallow=all
|
disallow=all
|
||||||
allow=ulaw
|
allow=ulaw
|
||||||
auth=101
|
auth=101
|
||||||
|
Loading…
Reference in New Issue
Block a user