question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Announce Channel in AsterNET not Available in ParkAction

See original GitHub issue

We have up to 5 Parameters Available in Asterisk Check the link below for more details

https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ManagerAction_Park

Action: Park
ActionID: <value>
Channel: <value>
[TimeoutChannel:] <value>
[AnnounceChannel:] <value>
[Timeout:] <value>
[Parkinglot:] <value>

but in AsterNET ParkAction has only 4 Parameters and [AnnounceChannel:] <value> is not available to provide, http://asternet.github.io/AsterNET/html/M_AsterNET_Manager_Action_ParkAction__ctor_1.htm

Parameters

  • channel
    • Type: System.String
    • Set the Channel which should be parked
  • channel2
    • Type: System.String
    • Set the Channel where the Call will end up after the timeout is reached.
  • timeout
    • Type: System.String
    • Timeout in msec, after timeout is reached call will come back to channel2
  • parkinglot
    • Type: System.String
    • Set the Parking lot.

because of this issue when I park the call, person in the opponent side hears the parking announcement, Please help if someone knows how to hack this issue

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

1reaction
nirzafcommented, Feb 6, 2020

I downloaded the source code and tried to modify it and rebuilt the nuget package locally, All the references are working except Event Handlers image Please refer the image above Please help what could be the issue causing these errors, any idea?

1reaction
Deantwocommented, Feb 5, 2020

Looks like the Park action’s parameters changed a lot. Should be an easy fix code side.

But assuming you are using the NuGet package, you’ll have to do a workaround to write the command manually. And I don’t remember how to do that with AsterNET, but I assume it is possible.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[asterisk-users] parkcall: How to remove announcement.
Hello all, I want to park calls using the callpark application, but I don't want to hear the saydigit when the called is...
Read more >
Asterisk 20.4.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 20.4.0. The release artifacts are available for immediate download at
Read more >
Put an Asterisk SIP call on hold via AMI
It needs to be another live channel. Here's the asterisk help on this command for reference: CLI> manager show command Park Action: Park...
Read more >
How to Make a Discord Announcements Channel - YouTube
An Announcements Channel is a brilliant community discord feature and ... If you found the video useful make sure to like and commend...
Read more >
How to create announcement channels and stage channels
How to create announcement channels and stage channels | Enabling discord community | EASY TUTORIAL! 4.1K views · 8 months ago ...more ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found