How to dial out with the manager API
Telnet to asterisk server ip_address to port 5038 (as long as you have a login set up in manager.conf) and send the following
Action: Login
Username: user
Secret: pass
Action: Originate
Channel: SIP/123testphone
Context: default
Exten: 7275551212
Priority: 1
Callerid: Asterisk Automatic Wardial
Action: Logoff
Works every time and it gets logged in the system too.
- Asterisk tips and tricks
- Asterisk manager API
- Asterisk auto-dial out
- Asterisk Manager API Action Originate
- WombatDialer can be used to hide away the complexities of dealing with AGI calls directly when creating dialplan-scripted solutions
- Asterisk | FAQ | Tips & Tricks | Introduction