[asterisk-bugs] [JIRA] (ASTERISK-23949) Bridge/0xb75254f-in Bridge/0xb75254f-out channels did not hanguped after call hanguped
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Wed Jul 2 07:58:57 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan closed ASTERISK-23949.
----------------------------------
Resolution: Incomplete
I'm closing this issue as Incomplete, due to lack of information provided by the issue reporter.
If you can provide the requested information, we'll be happy to reopen it.
> Bridge/0xb75254f-in Bridge/0xb75254f-out channels did not hanguped after call hanguped
> ---------------------------------------------------------------------------------------
>
> Key: ASTERISK-23949
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-23949
> Project: Asterisk
> Issue Type: Information Request
> Security Level: None
> Components: Applications/app_confbridge
> Affects Versions: 11.5.1
> Reporter: hk hk
> Assignee: Matt Jordan
>
> Centos 6
> Asterisk 11.5.1
> app:Confbridge
> file:app_confbridge.c
> ===============================
> issue :
> Bridge/0xb75254f channels did not hanguped after call hanguped .
> note1:After call hangup ast_bridge_change_state :2 which means Hangup
> note2:Patch also note working
> steps:
> 1)Nornal user Join
> 2)Hangup the Call.
> kick_conference_participant(struct conference_bridge *bridge, const char *channel)
> myhost*CLI> confbridge kick 585261 SIP/500-00000000
> ===============================
> //---After 1st call start and join conference bridge ---//
> myhost*CLI> core show channels
> Channel Location State Application(Data)
> Bridge/0xb75254f4-in s at default:1 Up (None)
> SIP/500-00000000 s at confbrindge-room:60 Up MyConfbridge(585261,,adminuser
> ConfBridgeRecorder/c s at default:1 Up (None)
> Bridge/0xb75254f4-ou s at default:1 Up (None)
> 4 active channels
> 1 active call
> 1 call processed
> //---log----//
> ====Inside bridge_bridgedchannel ====[2014-06-25 14:59:51] NOTICE[24968][C-00000001]:
> chan_bridge.c:82 bridge_bridgedchannel: ====Inside bridge_bridgedchannel ====�
> -- <Bridge/0xb75254f4-input> Playing 'confbridge-leave.slin' (language 'en')
> --
> inside handle_conf_user_leave : USER_OPT_WAITMARKED
> � --
> CONF_STATE_INACTIVE.c insidsec leave_waitmarked
> --
> ##### inside conf_change_state
> � --
> Changing conference '585261' state from INACTIVE to EMPTY
> bridging.c:1227 ast_bridge_remove: ===remove bridge channel using func ast_bridge_change_state ===�
> -- inside ast_bridge_change_state : arg1cursteat:0 arg2newstate:2 � --
> final ast_bridge_change_state :2 � --
> -- Stopped music on hold on SIP/500-00000000
> -- <SIP/500-00000000> Playing 'conf-kicked.ulaw' (language 'en')
> //----------//
> myhost*CLI> confbridge list
> Conference Bridge Name Users Marked Locked?
> ================================ ====== ====== ========
> 585261 1 1 unlocked
> //---log of After Call Hangup----//
> myhost*CLI> confbridge list
> Conference Bridge Name Users Marked Locked?
> ================================ ====== ====== ========
> myhost*CLI> core show channels
> Channel Location State Application(Data)
> Bridge/0xb75254f4-in s at default:1 Up (None)
> Bridge/0xb75254f4-ou s at default:1 Up (None)
> 2 active channels
> 0 active calls
> 1 call processed
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list