[asterisk-bugs] [JIRA] (ASTERISK-23280) Failed bridge when running ParkAndAnnounce from macro initiated from applicationmap

Anders Larsson (JIRA) noreply at issues.asterisk.org
Wed Feb 19 04:34:03 CST 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-23280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=215421#comment-215421 ] 

Anders Larsson commented on ASTERISK-23280:
-------------------------------------------

I have now successfully configured my solution based on "one step parking" instead. 

I couldn't use the same DTMF sequence to switch back to a parked call as I use for parking the call, but that's ok. And when not using the same DTMF sequence for it I don't need the channel variable in the AGI-script anymore.

I disabled the announcement message by changing the code as below:

{noformat}
res/parking/parking_bridge_features.c
117c117
<               snprintf(saynum_buf, sizeof(saynum_buf), "%u %u", 1, message->parkingspace);
---
>               snprintf(saynum_buf, sizeof(saynum_buf), "", 1, "");
{noformat}

Thanks for all your help. However, looking forward to see the issue fixed in a coming release.
                
> Failed bridge when running ParkAndAnnounce from macro initiated from applicationmap
> -----------------------------------------------------------------------------------
>
>                 Key: ASTERISK-23280
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23280
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_parkandannounce, Core/Bridging, Features/Parking
>    Affects Versions: 12.0.0
>            Reporter: Anders Larsson
>            Severity: Minor
>
> In Asterisk 11.6 you can park a call from a macro by calling the ParkAndAnnounce application.
> In 12.0.0 it's not longer possible.
> When trying to do so, you get this error and the ParkAndAnnounce application ends.
> {noformat}
> DEBUG[7118][C-00000000]: bridge_channel.c:1994 bridge_channel_internal_join: Bridge 9f437397-4864-4351-bf29-b37e6ccacf12: 0x16e3768(SIP/vpn-sbc-00000001) failed to join Bridge
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list