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)
jcolp
April 19, 2019, 10:58am
2
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 ?
jcolp
April 22, 2019, 9:41am
5
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.
system
Closed
May 22, 2019, 9:41am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.