Skip to content

Instantly share code, notes, and snippets.

@yassinelachgar
Created July 16, 2025 10:19
Show Gist options
  • Save yassinelachgar/8f200f5c9394947b921dbceb63d01859 to your computer and use it in GitHub Desktop.
Save yassinelachgar/8f200f5c9394947b921dbceb63d01859 to your computer and use it in GitHub Desktop.
extensions_custom.conf
[custom-demo-agi]
exten => s,1,NoOp(*** Start custom AGI call ***)
same => n,Answer()
same => n,AGI(odoo.py)
same => n,Hangup()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment