Park the call from Asterisk AMI

Dear Team,

I have installed Asterisk 16 Server in Centos 7 Server.

Requirement : Need to park the calls which is there in the conf brige

Issue : While parking the call using the AMI with below syntax calls is not getting park. Can anyone help on this ?

Action: Park
ActionID:
Channel:

Below is my /etc/asterisk/res_parking.conf

[general]
parkeddynamic = no
[default]
parkpos => 701-720
context => parkedcalls
comebacktoorigin = yes

Below is my extension.conf

[parkedcalls]
exten => 700,1,Park()
exten => 701,1,ParkedCall(default,701)

What actually happens? Did you populate the action with an ActionID and Channel? What is shown on the console? What is the AMI response?

1 Like

Hai …

below is my coonection from AMI

Action: Park
Channel: SIP/out-0000000d
timeout:60

the action repose was getting as park action failed.

Is is the right configuration or format required ?

You don’t need to copy/paste your same message again to get a message. It was the weekend, of which I take off and generally try not to look at Asterisk stuff.

I don’t have experience using the Park AMI action so my knowledge is minimal, but the options seem sane. I don’t know why it would not work.

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