AMI "Originate failed"

Hello, i’m trying to implement some php feature for my server.

But i need to originate a call from the AMI with Telnet.

(FPBX : 13.0) (Asterisk: 13.17.0)
===================== Manager.conf =====================
manager.conf :
[manager1]
secret=mysecret
deny=0.0.0.0/0.0.0.0
permit=“my-external-ip”/“my-mask”
read=all
write=all
===================== Manager.conf =====================

===================== Telnet =====================
telnet
telnel “my-server-ip” “my-port”

Action:login
Username:manager1
Secret:mysecret

Event: SuccessfulAuth
Privilege: security,all
EventTV: 2019-09-20T07:51:06.116-0100
Severity: Informational
Service: AMI
EventVersion: 1
AccountID: XXXXX
SessionID: XXXXX
LocalAddress: XXXXX
RemoteAddress: XXXXXX
UsingPassword: XXXXXX
SessionTV: XXXXXX

Action: Originate
Channel: SIP/333
Exten: 222
Context: from-internal
Priority: 1

Response: Error
Message: Originate failed

===================== Telnet =====================

333 and 222 are two sip extensions
i want to call 333 from 222

I don’t get why the originate call fail.

Hope i will have some advices !
Thanks by advance,
NCNN

I test with a custom dialplan and that work, sorry for the useless post

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.