Announce Channel in AsterNET not Available in ParkAction
See original GitHub issueWe 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:
- Created 4 years ago
- Reactions:1
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I downloaded the source code and tried to modify it and rebuilt the nuget package locally, All the references are working except Event Handlers Please refer the image above Please help what could be the issue causing these errors, any idea?
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.