AMI Redirect Fails Intermittently

I am trying to send 2 currently connected channels into a ConfBridge. the dialplan flow is : a channel enters the dialplan which executes an AGI script which returns a conference number and puts the channel into the ConfBridge, the AGI also triggers another application to send an AMI redirect to an existing call to be redirected into that conference. It works most of the time, however it when it fails, it hangs up on one of the pre-existing callers.

Asterisk Version 1.8.9.0
in this debug output of one that failed:
SIP/CO999x1002.1-00000196 and SIP/CO999x1003.1-00000195 are in a conversation (bridged)

SIP/CO999x1001.1-0000019b dials a “2” to barge in and create a ConfBridge

SIP/CO999x1001.1-0000019b is put into the Conference
SIP/CO999x1002.1-00000196 is hung up unexpectedly
SIP/CO999x1003.1-00000195 is put into the Conference

[Feb 14 22:51:22] DEBUG[25188]: pbx.c:4230 pbx_extension_helper: Launching ‘GotoIf’
– Executing [2@phones:4] GotoIf(“SIP/CO999x1001.1-0000019b”, “0?13”) in new stack
[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: 2
Priority: 4
Application: GotoIf
AppData: 0?13
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: 2
Priority: 4
Application: GotoIf
AppData: 0?13
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[25188]: pbx.c:10150 pbx_builtin_gotoif: Not taking any branch
[Feb 14 22:51:22] DEBUG[25188]: pbx.c:4126 pbx_substitute_variables_helper_full: Expression result is ‘0’
[Feb 14 22:51:22] DEBUG[25188]: pbx.c:4230 pbx_extension_helper: Launching ‘GotoIf’
– Executing [2@phones:5] GotoIf(“SIP/CO999x1001.1-0000019b”, “0?16”) in new stack
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: 2
Priority: 5
Application: GotoIf
AppData: 0?16
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: 2
Priority: 5
Application: GotoIf
AppData: 0?16
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[25188]: pbx.c:10150 pbx_builtin_gotoif: Not taking any branch
[Feb 14 22:51:22] DEBUG[25188]: pbx.c:4126 pbx_substitute_variables_helper_full: Expression result is ‘0’
[Feb 14 22:51:22] DEBUG[25188]: pbx.c:4230 pbx_extension_helper: Launching ‘GotoIf’
– Executing [2@phones:6] GotoIf(“SIP/CO999x1001.1-0000019b”, “0?21”) in new stack
[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: 2
Priority: 6
Application: GotoIf
AppData: 0?21
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: 2
Priority: 6
Application: GotoIf
AppData: 0?21
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[25188]: pbx.c:10150 pbx_builtin_gotoif: Not taking any branch
[Feb 14 22:51:22] DEBUG[25188]: pbx.c:4126 pbx_substitute_variables_helper_full: Expression result is ‘453’
[Feb 14 22:51:22] DEBUG[25188]: pbx.c:4230 pbx_extension_helper: Launching ‘UserEvent’
– Executing [2@phones:7] UserEvent(“SIP/CO999x1001.1-0000019b”, “ConfJoin,Conf: 453,Channel: SIP/CO999x1001.1-0000019b,Meetme: 245597274371231453,Uniqueid: 1329285082.1789”) in new stack
[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: 2
Priority: 7
Application: UserEvent
AppData: ConfJoin,Conf: 453,Channel: SIP/CO999x1001.1-0000019b,Meetme: 245597274371231453,Uniqueid: 1329285082.1789
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: 2
Priority: 7
Application: UserEvent
AppData: ConfJoin,Conf: 453,Channel: SIP/CO999x1001.1-0000019b,Meetme: 245597274371231453,Uniqueid: 1329285082.1789
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: UserEvent
Privilege: user,all
UserEvent: ConfJoin
Conf: 453
Channel: SIP/CO999x1001.1-0000019b
Meetme: 245597274371231453
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: UserEvent
Privilege: user,all
UserEvent: ConfJoin
Conf: 453
Channel: SIP/CO999x1001.1-0000019b
Meetme: 245597274371231453
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[25188]: pbx.c:4230 pbx_extension_helper: Launching ‘ConfBridge’
– Executing [2@phones:8] ConfBridge(“SIP/CO999x1001.1-0000019b”, “245597274371231453,1q”) in new stack
[Feb 14 22:51:22] DEBUG[26185]: manager.c:4740 process_message: Running action ‘Redirect’
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: 2
Priority: 8
Application: ConfBridge
AppData: 245597274371231453,1q
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[25188]: app_confbridge.c:424 join_conference_bridge: Trying to find conference bridge ‘245597274371231453’
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:391 find_best_technology: Bridge technology simple_bridge has capabilities 34 and we want 4
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:397 find_best_technology: Bridge technology simple_bridge does not have the capabilities we need.
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:391 find_best_technology: Bridge technology multiplexed_bridge has capabilities 2 and we want 4
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:397 find_best_technology: Bridge technology multiplexed_bridge does not have the capabilities we need.
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:391 find_best_technology: Bridge technology softmix has capabilities 52 and we want 4
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:412 find_best_technology: Chose bridge technology softmix
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:490 ast_bridge_new: Giving bridge technology softmix the bridge structure 0x17221958 to setup
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:524 ast_bridge_destroy: Telling all channels in bridge 0x17221958 to end and leave the party
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:424 destroy_bridge: Actually destroying bridge 0x17221958, nobody wants it anymore
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:428 destroy_bridge: Giving bridge technology softmix the bridge structure 0x17221958 to destroy
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:391 find_best_technology: Bridge technology simple_bridge has capabilities 34 and we want 2
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
AccountCode:
Exten: 453
Context: meetme-build
Uniqueid: 1329285082.1790

[Feb 14 22:51:22] DEBUG[26185]: channel.c:5919 __ast_channel_masquerade: Planning to masquerade channel SIP/CO999x1003.1-00000195 into the structure of AsyncGoto/SIP/CO999x1003.1-00000195
[Feb 14 22:51:22] DEBUG[26185]: channel.c:5929 __ast_channel_masquerade: Done planning to masquerade channel SIP/CO999x1003.1-00000195 into the structure of AsyncGoto/SIP/CO999x1003.1-00000195
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1003.1-00000195
CloneState: Up
Original: AsyncGoto/SIP/CO999x1003.1-00000195
OriginalState: Up

[Feb 14 22:51:22] DEBUG[25188]: bridging.c:391 find_best_technology: Bridge technology multiplexed_bridge has capabilities 2 and we want 2
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:391 find_best_technology: Bridge technology softmix has capabilities 52 and we want 2
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:397 find_best_technology: Bridge technology softmix does not have the capabilities we need.
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:412 find_best_technology: Chose bridge technology multiplexed_bridge
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:490 ast_bridge_new: Giving bridge technology multiplexed_bridge the bridge structure 0x2aaacc09e818 to setup
[Feb 14 22:51:22] DEBUG[25188]: bridge_multiplexed.c:145 multiplexed_bridge_create: Created multiplexed thread ‘0x2aaacc09e8e8’ for bridge ‘0x2aaacc09e818’
[Feb 14 22:51:22] DEBUG[25188]: app_confbridge.c:465 join_conference_bridge: Created conference bridge ‘245597274371231453’ and linked to container ‘0x16ffa928’
[Feb 14 22:51:22] DEBUG[25188]: devicestate.c:438 devstate_event: device ‘confbridge:245597274371231453’ state ‘2’
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:875 bridge_channel_join: Joining bridge channel 0x413fe620 to bridge 0x2aaacc09e818
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:159 bridge_array_add: Added channel SIP/CO999x1001.1-0000019b(0x2aaacc0a16a8) to bridge array on 0x2aaacc09e818, new count is 1
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:600 smart_bridge_operation: Bridge 0x2aaacc09e818 channel count (1) is within limits for bridge technology multiplexed_bridge, not performing smart bridge operation.
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:560 bridge_make_compatible: Bridge 0x2aaacc09e818 is happy that channel SIP/CO999x1001.1-0000019b already has read format ulaw
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:580 bridge_make_compatible: Bridge 0x2aaacc09e818 is happy that channel SIP/CO999x1001.1-0000019b already has write format ulaw
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:907 bridge_channel_join: Giving bridge technology multiplexed_bridge notification that 0x413fe620 is joining bridge 0x2aaacc09e818
[Feb 14 22:51:22] DEBUG[25188]: bridge_multiplexed.c:321 multiplexed_bridge_join: Adding channel ‘SIP/CO999x1001.1-0000019b’ to multiplexed thread ‘0x2aaacc09e8e8’ for monitoring
[Feb 14 22:51:22] DEBUG[25188]: bridging.c:747 bridge_channel_join_singlethreaded: Going into a single threaded signal wait for bridge channel 0x413fe620 of bridge 0x2aaacc09e818
[Feb 14 22:51:22] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘confbridge:245597274371231453’ changed to state ‘2’ (In use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:22] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to write format slin
[Feb 14 22:51:22] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to read format slin
[Feb 14 22:51:22] DEBUG[26185]: channel.c:6713 ast_do_masquerade: Putting channel SIP/CO999x1003.1-00000195 in slin/slin formats
[Feb 14 22:51:22] DEBUG[26185]: chan_sip.c:6727 sip_fixup: SIP Fixup: New owner for dialogue MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.: SIP/CO999x1003.1-00000195 (Old parent: AsyncGoto/SIP/CO999x1003.1-00000195)
[Feb 14 22:51:22] DEBUG[26185]: channel.c:6758 ast_do_masquerade: Released clone lock on ‘AsyncGoto/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:22] DEBUG[26185]: channel.c:6766 ast_do_masquerade: Done Masquerading SIP/CO999x1003.1-00000195 (6)
[Feb 14 22:51:22] DEBUG[26185]: res_rtp_asterisk.c:788 ast_rtp_change_source: Changing ssrc from 950989757 to 865261501 due to a source change
[Feb 14 22:51:22] DEBUG[24989]: rtp_engine.c:841 local_bridge_loop: rtp-engine-local-bridge: Oooh, formats changed, backing out
[Feb 14 22:51:22] DEBUG[24989]: channel.c:7062 ast_generic_bridge: Didn’t get a frame from channel: AsyncGoto/SIP/CO999x1003.1-00000195
[Feb 14 22:51:22] DEBUG[25209]: pbx.c:4230 pbx_extension_helper: Launching ‘Answer’
– Executing [453@meetme-build:1] Answer(“SIP/CO999x1003.1-00000195”, “”) in new stack
[Feb 14 22:51:22] DEBUG[25209]: pbx.c:4230 pbx_extension_helper: Launching ‘Wait’
– Executing [453@meetme-build:2] Wait(“SIP/CO999x1003.1-00000195”, “0.1”) in new stack
[Feb 14 22:51:22] DEBUG[26185]: channel.c:5919 __ast_channel_masquerade: Planning to masquerade channel SIP/CO999x1002.1-00000196 into the structure of AsyncGoto/SIP/CO999x1002.1-00000196
[Feb 14 22:51:22] DEBUG[26185]: channel.c:5929 __ast_channel_masquerade: Done planning to masquerade channel SIP/CO999x1002.1-00000196 into the structure of AsyncGoto/SIP/CO999x1002.1-00000196
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285081.1787

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285082.1790

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285081.1787

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285082.1790

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285082.1790
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: BRIDGEPEER
Value: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285081.1788

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1002.1-00000196
Uniqueid: 1329285081.1787

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Variable: BRIDGEPVTCALLID
Value: 5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060
Uniqueid: 1329285081.1787

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
AccountCode:
Exten: 453
Context: meetme-build
Uniqueid: 1329285082.1791

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: 453
Priority: 1
Application: Answer
AppData:
Uniqueid: 1329285082.1790

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: 453
Priority: 2
Application: Wait
AppData: 0.1
Uniqueid: 1329285082.1790

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1002.1-00000196
CloneState: Up
Original: AsyncGoto/SIP/CO999x1002.1-00000196
OriginalState: Up

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
Newname: SIP/CO999x1002.1-00000196
Uniqueid: 1329285081.1788

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
Newname: SIP/CO999x1002.1-00000196
Uniqueid: 1329285082.1791

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
Newname: AsyncGoto/SIP/CO999x1002.1-00000196
Uniqueid: 1329285081.1788

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285082.1791

[Feb 14 22:51:22] DEBUG[25208]: bridge_multiplexed.c:211 multiplexed_thread_function: Starting actual thread for multiplexed thread ‘0x2aaacc09e8e8’
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285082.1791
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:22] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1002.1-00000196 to write format slin
[Feb 14 22:51:22] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1002.1-00000196 to read format slin
[Feb 14 22:51:22] DEBUG[26185]: channel.c:6713 ast_do_masquerade: Putting channel SIP/CO999x1002.1-00000196 in slin/slin formats
[Feb 14 22:51:22] DEBUG[26185]: chan_sip.c:6727 sip_fixup: SIP Fixup: New owner for dialogue 5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060: SIP/CO999x1002.1-00000196 (Old parent: AsyncGoto/SIP/CO999x1002.1-00000196)
[Feb 14 22:51:22] DEBUG[26185]: channel.c:6758 ast_do_masquerade: Released clone lock on ‘AsyncGoto/SIP/CO999x1002.1-00000196’
[Feb 14 22:51:22] DEBUG[26185]: channel.c:6766 ast_do_masquerade: Done Masquerading SIP/CO999x1002.1-00000196 (6)
[Feb 14 22:51:22] DEBUG[26185]: res_rtp_asterisk.c:788 ast_rtp_change_source: Changing ssrc from 1212617058 to 1963563362 due to a source change
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Unlink
Privilege: call,all
Channel1: AsyncGoto/SIP/CO999x1002.1-00000196
Channel2: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid1: 1329285081.1788
Uniqueid2: 1329285081.1787
CallerID1:
CallerID2:

[Feb 14 22:51:22] DEBUG[24989]: channel.c:7521 ast_channel_bridge: Bridge stops bridging channels AsyncGoto/SIP/CO999x1002.1-00000196 and AsyncGoto/SIP/CO999x1003.1-00000195
[Feb 14 22:51:22] DEBUG[24989]: channel.c:2680 ast_softhangup_nolock: Soft-Hanging up channel ‘AsyncGoto/SIP/CO999x1002.1-00000196’
[Feb 14 22:51:22] DEBUG[24989]: pbx.c:4230 pbx_extension_helper: Launching ‘NoOp’
– Executing [h@meetme-build:1] NoOp(“AsyncGoto/SIP/CO999x1002.1-00000196”, “meetme-build”) in new stack
[Feb 14 22:51:22] DEBUG[24989]: pbx.c:4230 pbx_extension_helper: Launching ‘Hangup’
– Executing [h@meetme-build:2] Hangup(“AsyncGoto/SIP/CO999x1002.1-00000196”, “”) in new stack
[Feb 14 22:51:22] DEBUG[24989]: features.c:4344 ast_bridge_call: Spawn extension (meetme-build,h,2) exited non-zero on ‘AsyncGoto/SIP/CO999x1002.1-00000196’
== Spawn extension (meetme-build, h, 2) exited non-zero on ‘AsyncGoto/SIP/CO999x1002.1-00000196’
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 1
Application: NoOp
AppData: meetme-build
Uniqueid: 1329285081.1788

[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285081.1788

[Feb 14 22:51:22] DEBUG[20627]: chan_sip.c:14041 parse_register_contact: Store REGISTER’s src-IP:port for call routing.
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: PeerStatus
Privilege: system,all
ChannelType: SIP
Peer: SIP/CO999x1002.1
PeerStatus: Registered
Address: 192.168.57.102:5060

[Feb 14 22:51:22] DEBUG[25210]: pbx.c:4230 pbx_extension_helper: Launching ‘Answer’
– Executing [453@meetme-build:1] Answer(“SIP/CO999x1002.1-00000196”, “”) in new stack
[Feb 14 22:51:22] DEBUG[25210]: pbx.c:4230 pbx_extension_helper: Launching ‘Wait’
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: 453
Priority: 1
Application: Answer
AppData:
Uniqueid: 1329285082.1791

[Feb 14 22:51:22] DEBUG[24989]: channel.c:2831 ast_hangup: Hanging up zombie ‘AsyncGoto/SIP/CO999x1002.1-00000196’
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
Uniqueid: 1329285081.1788
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:22] DEBUG[24989]: channel.c:2831 ast_hangup: Hanging up zombie ‘AsyncGoto/SIP/CO999x1003.1-00000195’
– Executing [453@meetme-build:2] Wait(“SIP/CO999x1002.1-00000196”, “0.1”) in new stack
[Feb 14 22:51:22] DEBUG[20627]: chan_sip.c:3334 __sip_xmit: Trying to put ‘SIP/2.0 200’ onto UDP socket destined for 192.168.57.102:5060
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285081.1787
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 0
Cause-txt: Unknown

[Feb 14 22:51:22] DEBUG[20584]: chan_sip.c:26353 sip_devicestate: Checking device state for peer CO999x1002.1
[Feb 14 22:51:22] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for SIP/CO999x1002.1 - state 1 (Not in use)
[Feb 14 22:51:22] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘SIP/CO999x1002.1’ state ‘1’
[Feb 14 22:51:22] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘SIP/CO999x1002.1’ changed to state ‘1’ (Not in use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:22] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: 453
Priority: 2
Application: Wait
AppData: 0.1
Uniqueid: 1329285082.1791

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: 2
Priority: 8
Application: ConfBridge
AppData: 245597274371231453,1q
Uniqueid: 1329285082.1789

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
AccountCode:
Exten: 453
Context: meetme-build
Uniqueid: 1329285082.1790

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1003.1-00000195
CloneState: Up
Original: AsyncGoto/SIP/CO999x1003.1-00000195
OriginalState: Up

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285081.1787

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285082.1790

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285081.1787

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285082.1790

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285082.1790
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: BRIDGEPEER
Value: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285081.1788

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1002.1-00000196
Uniqueid: 1329285081.1787

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Variable: BRIDGEPVTCALLID
Value: 5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060
Uniqueid: 1329285081.1787

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
AccountCode:
Exten: 453
Context: meetme-build
Uniqueid: 1329285082.1791

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: 453
Priority: 1
Application: Answer
AppData:
Uniqueid: 1329285082.1790

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: 453
Priority: 2
Application: Wait
AppData: 0.1
Uniqueid: 1329285082.1790

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1002.1-00000196
CloneState: Up
Original: AsyncGoto/SIP/CO999x1002.1-00000196
OriginalState: Up

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
Newname: SIP/CO999x1002.1-00000196
Uniqueid: 1329285081.1788

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
Newname: SIP/CO999x1002.1-00000196
Uniqueid: 1329285082.1791

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
Newname: AsyncGoto/SIP/CO999x1002.1-00000196
Uniqueid: 1329285081.1788

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285082.1791

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285082.1791
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Unlink
Privilege: call,all
Channel1: AsyncGoto/SIP/CO999x1002.1-00000196
Channel2: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid1: 1329285081.1788
Uniqueid2: 1329285081.1787
CallerID1:
CallerID2:

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 1
Application: NoOp
AppData: meetme-build
Uniqueid: 1329285081.1788

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285081.1788

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: PeerStatus
Privilege: system,all
ChannelType: SIP
Peer: SIP/CO999x1002.1
PeerStatus: Registered
Address: 192.168.57.102:5060

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: 453
Priority: 1
Application: Answer
AppData:
Uniqueid: 1329285082.1791

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
Uniqueid: 1329285081.1788
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285081.1787
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 0
Cause-txt: Unknown

[Feb 14 22:51:22] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: 453
Priority: 2
Application: Wait
AppData: 0.1
Uniqueid: 1329285082.1791

[Feb 14 22:51:22] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for AsyncGoto/SIP/CO999x1003.1 - state 4 (Invalid)
[Feb 14 22:51:22] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘AsyncGoto/SIP/CO999x1003.1’ state ‘4’
[Feb 14 22:51:22] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for AsyncGoto/SIP/CO999x1002.1 - state 4 (Invalid)
[Feb 14 22:51:22] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘AsyncGoto/SIP/CO999x1002.1’ state ‘4’
[Feb 14 22:51:22] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘AsyncGoto/SIP/CO999x1003.1’ changed to state ‘4’ (Invalid) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:22] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘AsyncGoto/SIP/CO999x1002.1’ changed to state ‘4’ (Invalid) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:23] DEBUG[25209]: pbx.c:4230 pbx_extension_helper: Launching ‘ConfBridge’
– Executing [453@meetme-build:3] ConfBridge(“SIP/CO999x1003.1-00000195”, “245597274371231453,1q”) in new stack
[Feb 14 22:51:23] DEBUG[25209]: app_confbridge.c:424 join_conference_bridge: Trying to find conference bridge ‘245597274371231453’
[Feb 14 22:51:23] DEBUG[25209]: bridging.c:875 bridge_channel_join: Joining bridge channel 0x422a5620 to bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25209]: bridging.c:159 bridge_array_add: Added channel SIP/CO999x1003.1-00000195(0x2aaacc09d118) to bridge array on 0x2aaacc09e818, new count is 2
[Feb 14 22:51:23] DEBUG[25209]: bridging.c:600 smart_bridge_operation: Bridge 0x2aaacc09e818 channel count (2) is within limits for bridge technology multiplexed_bridge, not performing smart bridge operation.
[Feb 14 22:51:23] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: 453
Priority: 3
Application: ConfBridge
AppData: 245597274371231453,1q
Uniqueid: 1329285082.1790

[Feb 14 22:51:23] DEBUG[25209]: bridging.c:560 bridge_make_compatible: Bridge 0x2aaacc09e818 is happy that channel SIP/CO999x1003.1-00000195 already has read format slin
[Feb 14 22:51:23] DEBUG[25209]: bridging.c:580 bridge_make_compatible: Bridge 0x2aaacc09e818 is happy that channel SIP/CO999x1003.1-00000195 already has write format slin
[Feb 14 22:51:23] DEBUG[25209]: bridging.c:907 bridge_channel_join: Giving bridge technology multiplexed_bridge notification that 0x422a5620 is joining bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25209]: bridge_multiplexed.c:321 multiplexed_bridge_join: Adding channel ‘SIP/CO999x1003.1-00000195’ to multiplexed thread ‘0x2aaacc09e8e8’ for monitoring
[Feb 14 22:51:23] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: 453
Priority: 3
Application: ConfBridge
AppData: 245597274371231453,1q
Uniqueid: 1329285082.1790

[Feb 14 22:51:23] DEBUG[25209]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to write format ulaw
[Feb 14 22:51:23] DEBUG[25209]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to read format ulaw
[Feb 14 22:51:23] DEBUG[25209]: bridging.c:747 bridge_channel_join_singlethreaded: Going into a single threaded signal wait for bridge channel 0x422a5620 of bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25208]: res_rtp_asterisk.c:1298 ast_rtp_write: Ooh, format changed from unknown to ulaw
[Feb 14 22:51:23] DEBUG[25208]: res_rtp_asterisk.c:1329 ast_rtp_write: Created smoother: format: ulaw ms: 20 len: 160
[Feb 14 22:51:23] DEBUG[25210]: pbx.c:4230 pbx_extension_helper: Launching ‘ConfBridge’
– Executing [453@meetme-build:3] ConfBridge(“SIP/CO999x1002.1-00000196”, “245597274371231453,1q”) in new stack
[Feb 14 22:51:23] DEBUG[25210]: app_confbridge.c:424 join_conference_bridge: Trying to find conference bridge ‘245597274371231453’
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:875 bridge_channel_join: Joining bridge channel 0x42419620 to bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:159 bridge_array_add: Added channel SIP/CO999x1002.1-00000196(0x2aaac8002d78) to bridge array on 0x2aaacc09e818, new count is 3
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:391 find_best_technology: Bridge technology simple_bridge has capabilities 34 and we want 4
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:397 find_best_technology: Bridge technology simple_bridge does not have the capabilities we need.
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:391 find_best_technology: Bridge technology multiplexed_bridge has capabilities 2 and we want 4
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:397 find_best_technology: Bridge technology multiplexed_bridge does not have the capabilities we need.
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:391 find_best_technology: Bridge technology softmix has capabilities 52 and we want 4
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:412 find_best_technology: Chose bridge technology softmix
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:623 smart_bridge_operation: Performing smart bridge operation on bridge 0x2aaacc09e818, moving from bridge technology multiplexed_bridge to softmix
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:649 smart_bridge_operation: Giving bridge technology softmix the bridge structure 0x2aaacc09e818 to setup
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:664 smart_bridge_operation: Giving bridge technology multiplexed_bridge notification that 0x413fe620 is leaving bridge 0x424194d0 (really 0x2aaacc09e818)
[Feb 14 22:51:23] DEBUG[25210]: bridge_multiplexed.c:342 multiplexed_bridge_leave: Removing channel ‘SIP/CO999x1001.1-0000019b’ from multiplexed thread ‘0x2aaacc09e8e8’
[Feb 14 22:51:23] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: 453
Priority: 3
Application: ConfBridge
AppData: 245597274371231453,1q
Uniqueid: 1329285082.1791

[Feb 14 22:51:23] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: 453
Priority: 3
Application: ConfBridge
AppData: 245597274371231453,1q
Uniqueid: 1329285082.1791

[Feb 14 22:51:23] DEBUG[25210]: bridging.c:551 bridge_make_compatible: Bridge technology softmix wants to read any of formats 0x40 (slin) but channel has ulaw
[Feb 14 22:51:23] DEBUG[25210]: channel.c:5150 set_format: Set channel SIP/CO999x1001.1-0000019b to read format slin
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:558 bridge_make_compatible: Bridge 0x2aaacc09e818 put channel SIP/CO999x1001.1-0000019b into read format slin
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:571 bridge_make_compatible: Bridge technology softmix wants to write any of formats 0x40 (slin) but channel has ulaw
[Feb 14 22:51:23] DEBUG[25210]: channel.c:5150 set_format: Set channel SIP/CO999x1001.1-0000019b to write format slin
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:578 bridge_make_compatible: Bridge 0x2aaacc09e818 put channel SIP/CO999x1001.1-0000019b into write format slin
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:675 smart_bridge_operation: Giving bridge technology softmix notification that 0x413fe620 is joining bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:664 smart_bridge_operation: Giving bridge technology multiplexed_bridge notification that 0x422a5620 is leaving bridge 0x424194d0 (really 0x2aaacc09e818)
[Feb 14 22:51:23] DEBUG[25210]: bridge_multiplexed.c:342 multiplexed_bridge_leave: Removing channel ‘SIP/CO999x1003.1-00000195’ from multiplexed thread ‘0x2aaacc09e8e8’
[Feb 14 22:51:23] DEBUG[25208]: bridge_multiplexed.c:260 multiplexed_thread_function: Stopping actual thread for multiplexed thread ‘0x2aaacc09e8e8’
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:551 bridge_make_compatible: Bridge technology softmix wants to read any of formats 0x40 (slin) but channel has ulaw
[Feb 14 22:51:23] DEBUG[25210]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to read format slin
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:558 bridge_make_compatible: Bridge 0x2aaacc09e818 put channel SIP/CO999x1003.1-00000195 into read format slin
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:571 bridge_make_compatible: Bridge technology softmix wants to write any of formats 0x40 (slin) but channel has ulaw
[Feb 14 22:51:23] DEBUG[25210]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to write format slin
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:578 bridge_make_compatible: Bridge 0x2aaacc09e818 put channel SIP/CO999x1003.1-00000195 into write format slin
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:675 smart_bridge_operation: Giving bridge technology softmix notification that 0x422a5620 is joining bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:690 smart_bridge_operation: Giving bridge technology multiplexed_bridge the bridge structure 0x424194d0 (really 0x2aaacc09e818) to destroy
[Feb 14 22:51:23] DEBUG[25210]: bridge_multiplexed.c:190 multiplexed_bridge_destroy: Unlinking multiplexed thread ‘0x2aaacc09e8e8’ since nobody is using it anymore
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:560 bridge_make_compatible: Bridge 0x2aaacc09e818 is happy that channel SIP/CO999x1002.1-00000196 already has read format slin
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:580 bridge_make_compatible: Bridge 0x2aaacc09e818 is happy that channel SIP/CO999x1002.1-00000196 already has write format slin
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:907 bridge_channel_join: Giving bridge technology softmix notification that 0x42419620 is joining bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:920 bridge_channel_join: Starting a bridge thread for bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:723 bridge_channel_join_multithreaded: Going into a multithreaded waitfor for bridge channel 0x42419620 of bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25209]: bridging.c:723 bridge_channel_join_multithreaded: Going into a multithreaded waitfor for bridge channel 0x422a5620 of bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25188]: bridging.c:723 bridge_channel_join_multithreaded: Going into a multithreaded waitfor for bridge channel 0x413fe620 of bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25227]: bridging.c:360 bridge_thread: Started bridge thread for 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25227]: bridging.c:367 bridge_thread: Launching bridge thread function 0x2aaab99a4050 for bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25188]: res_rtp_asterisk.c:1115 ast_rtp_raw_write: Difference is 3280, ms is 430
[Feb 14 22:51:23] DEBUG[25209]: res_rtp_asterisk.c:1115 ast_rtp_raw_write: Difference is 12616, ms is 1597
[Feb 14 22:51:23] DEBUG[25209]: bridging.c:723 bridge_channel_join_multithreaded: Going into a multithreaded waitfor for bridge channel 0x422a5620 of bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25188]: bridging.c:723 bridge_channel_join_multithreaded: Going into a multithreaded waitfor for bridge channel 0x413fe620 of bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25210]: res_rtp_asterisk.c:1115 ast_rtp_raw_write: Difference is 15760, ms is 1990

Note about 250 multithreaded waitfor for bridge channel 0x42419620
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:723 bridge_channel_join_multithreaded: Going into a multithreaded waitfor for bridge channel 0x42419620 of bridge 0x2aaacc09e818

[Feb 14 22:51:23] DEBUG[25210]: res_rtp_asterisk.c:1732 ast_rtcp_read: Got RTCP report of 88 bytes
[Feb 14 22:51:23] DEBUG[25210]: bridging.c:723 bridge_channel_join_multithreaded: Going into a multithreaded waitfor for bridge channel 0x42419620 of bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.57.102:2255
PT: 200(Sender Report)
ReceptionReports: 1
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 4740
SequenceNumberCycles: 0
IAJitter: 0
LastSR: 50777.893279859122372608
DLSR: 2.4200(sec)
RTT: 2(sec)

[Feb 14 22:51:23] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.57.102:2255
PT: 200(Sender Report)
ReceptionReports: 1
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 4740
SequenceNumberCycles: 0
IAJitter: 0
LastSR: 50777.893279859122372608
DLSR: 2.4200(sec)
RTT: 2(sec)

Note More Multiple instance of Going into a multithreaded waitfor for bridge channel
[Feb 14 22:51:23] DEBUG[25209]: bridging.c:723 bridge_channel_join_multithreaded: Going into a multithreaded waitfor for bridge channel 0x422a5620 of bridge 0x2aaacc09e818
[Feb 14 22:51:23] DEBUG[25188]: bridging.c:723 bridge_channel_join_multithreaded: Going into a multithreaded waitfor for bridge channel 0x413fe620 of bridge 0x2aaacc09e818

[Feb 14 22:51:24] DEBUG[20627]: chan_sip.c:3076 sip_alreadygone: Setting SIP_ALREADYGONE on dialog 195fbeca-ff95ae05-562bcc34@192.168.57.101
[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Variable: RTPAUDIOQOS
Value: ssrc=86212924;themssrc=729508452;lp=0;rxjitter=0.000060;rxcount=71;txjitter=0.000000;txcount=67;rlp=0;rtt=0.000000
Uniqueid: 1329285082.1789

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Variable: RTPAUDIOQOSJITTER
Value: minrxjitter=0.000000;maxrxjitter=0.000000;avgrxjitter=0.000000;stdevrxjitter=0.000000;reported_minjitter=0.000000;reported_maxjitter=0.000000;reported_avgjitter=0.000000;reported_stdevjitter=0.000000;
Uniqueid: 1329285082.1789

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Variable: RTPAUDIOQOS
Value: ssrc=86212924;themssrc=729508452;lp=0;rxjitter=0.000060;rxcount=71;txjitter=0.000000;txcount=67;rlp=0;rtt=0.000000
Uniqueid: 1329285082.1789

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Variable: RTPAUDIOQOSJITTER
Value: minrxjitter=0.000000;maxrxjitter=0.000000;avgrxjitter=0.000000;stdevrxjitter=0.000000;reported_minjitter=0.000000;reported_maxjitter=0.000000;reported_avgjitter=0.000000;reported_stdevjitter=0.000000;
Uniqueid: 1329285082.1789

[Feb 14 22:51:24] DEBUG[20627]: res_rtp_asterisk.c:2487 ast_rtp_remote_address_set: Setting RTCP address on RTP instance ‘0x172d1358’
[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Variable: RTPAUDIOQOSLOSS
Value: minrxlost=0.000000;maxrxlost=0.000000;avgrxlost=0.000000;stdevrxlost=0.000000;reported_minlost=0.000000;reported_maxlost=0.000000;reported_avglost=0.000000;reported_stdevlost=0.000000;
Uniqueid: 1329285082.1789

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Variable: RTPAUDIOQOSRTT
Value: minrtt=0.000000;maxrtt=0.000000;avgrtt=0.000000;stdevrtt=0.000000;
Uniqueid: 1329285082.1789

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Variable: RTPAUDIOQOSLOSS
Value: minrxlost=0.000000;maxrxlost=0.000000;avgrxlost=0.000000;stdevrxlost=0.000000;reported_minlost=0.000000;reported_maxlost=0.000000;reported_avglost=0.000000;reported_stdevlost=0.000000;
Uniqueid: 1329285082.1789

[Feb 14 22:51:24] DEBUG[20627]: chan_sip.c:23892 handle_request_bye: Received bye, issuing owner hangup
[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Variable: RTPAUDIOQOSRTT
Value: minrtt=0.000000;maxrtt=0.000000;avgrtt=0.000000;stdevrtt=0.000000;
Uniqueid: 1329285082.1789

[Feb 14 22:51:24] DEBUG[20627]: chan_sip.c:3334 __sip_xmit: Trying to put ‘SIP/2.0 200’ onto UDP socket destined for 192.168.57.101:5060
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:951 bridge_channel_join: Giving bridge technology softmix notification that 0x413fe620 is leaving bridge 0x2aaacc09e818
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:195 bridge_array_remove: Removed channel 0x2aaacc0a16a8 from bridge array on 0x2aaacc09e818, new count is 2
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:391 find_best_technology: Bridge technology simple_bridge has capabilities 34 and we want 2
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:391 find_best_technology: Bridge technology multiplexed_bridge has capabilities 2 and we want 2
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:391 find_best_technology: Bridge technology softmix has capabilities 52 and we want 2
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:397 find_best_technology: Bridge technology softmix does not have the capabilities we need.
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:412 find_best_technology: Chose bridge technology multiplexed_bridge
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:623 smart_bridge_operation: Performing smart bridge operation on bridge 0x2aaacc09e818, moving from bridge technology softmix to multiplexed_bridge
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:634 smart_bridge_operation: Telling current bridge thread for bridge 0x2aaacc09e818 to stop
[Feb 14 22:51:24] DEBUG[25227]: bridging.c:373 bridge_thread: Ending bridge thread for 0x2aaacc09e818
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:649 smart_bridge_operation: Giving bridge technology multiplexed_bridge the bridge structure 0x2aaacc09e818 to setup
[Feb 14 22:51:24] DEBUG[25188]: bridge_multiplexed.c:145 multiplexed_bridge_create: Created multiplexed thread ‘0x2aaacc0cda28’ for bridge ‘0x2aaacc09e818’
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:664 smart_bridge_operation: Giving bridge technology softmix notification that 0x422a5620 is leaving bridge 0x413fe4d0 (really 0x2aaacc09e818)
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:560 bridge_make_compatible: Bridge 0x2aaacc09e818 is happy that channel SIP/CO999x1003.1-00000195 already has read format slin
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:580 bridge_make_compatible: Bridge 0x2aaacc09e818 is happy that channel SIP/CO999x1003.1-00000195 already has write format slin
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:675 smart_bridge_operation: Giving bridge technology multiplexed_bridge notification that 0x422a5620 is joining bridge 0x2aaacc09e818
[Feb 14 22:51:24] DEBUG[25188]: bridge_multiplexed.c:321 multiplexed_bridge_join: Adding channel ‘SIP/CO999x1003.1-00000195’ to multiplexed thread ‘0x2aaacc0cda28’ for monitoring
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:664 smart_bridge_operation: Giving bridge technology softmix notification that 0x42419620 is leaving bridge 0x413fe4d0 (really 0x2aaacc09e818)
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:560 bridge_make_compatible: Bridge 0x2aaacc09e818 is happy that channel SIP/CO999x1002.1-00000196 already has read format slin
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:580 bridge_make_compatible: Bridge 0x2aaacc09e818 is happy that channel SIP/CO999x1002.1-00000196 already has write format slin
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:675 smart_bridge_operation: Giving bridge technology multiplexed_bridge notification that 0x42419620 is joining bridge 0x2aaacc09e818
[Feb 14 22:51:24] DEBUG[25188]: bridge_multiplexed.c:321 multiplexed_bridge_join: Adding channel ‘SIP/CO999x1002.1-00000196’ to multiplexed thread ‘0x2aaacc0cda28’ for monitoring
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:690 smart_bridge_operation: Giving bridge technology softmix the bridge structure 0x413fe4d0 (really 0x2aaacc09e818) to destroy
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:972 bridge_channel_join: Bridge is returning 0x413fe620 to read format ulaw(4)
[Feb 14 22:51:24] DEBUG[25210]: bridging.c:747 bridge_channel_join_singlethreaded: Going into a single threaded signal wait for bridge channel 0x42419620 of bridge 0x2aaacc09e818
[Feb 14 22:51:24] DEBUG[25209]: bridging.c:747 bridge_channel_join_singlethreaded: Going into a single threaded signal wait for bridge channel 0x422a5620 of bridge 0x2aaacc09e818
[Feb 14 22:51:24] DEBUG[25423]: bridge_multiplexed.c:211 multiplexed_thread_function: Starting actual thread for multiplexed thread ‘0x2aaacc0cda28’
[Feb 14 22:51:24] DEBUG[25188]: channel.c:5150 set_format: Set channel SIP/CO999x1001.1-0000019b to read format ulaw
[Feb 14 22:51:24] DEBUG[25188]: bridging.c:978 bridge_channel_join: Bridge is returning 0x413fe620 to write format ulaw(4)
[Feb 14 22:51:24] DEBUG[25188]: channel.c:5150 set_format: Set channel SIP/CO999x1001.1-0000019b to write format ulaw
[Feb 14 22:51:24] DEBUG[25188]: pbx.c:5022 __ast_pbx_run: Extension 2, priority 8 returned normally even though call was hung up
[Feb 14 22:51:24] DEBUG[25188]: channel.c:2680 ast_softhangup_nolock: Soft-Hanging up channel ‘SIP/CO999x1001.1-0000019b’
[Feb 14 22:51:24] DEBUG[25188]: pbx.c:4230 pbx_extension_helper: Launching ‘NoOp’
– Executing [h@phones:1] NoOp(“SIP/CO999x1001.1-0000019b”, “phones”) in new stack
[Feb 14 22:51:24] DEBUG[25188]: pbx.c:4230 pbx_extension_helper: Launching ‘Hangup’
[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: h
Priority: 1
Application: NoOp
AppData: phones
Uniqueid: 1329285082.1789

-- Executing [h@phones:2] Hangup("SIP/CO999x1001.1-0000019b", "") in new stack

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285082.1789

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: h
Priority: 1
Application: NoOp
AppData: phones
Uniqueid: 1329285082.1789

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019b
Context: phones
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285082.1789

[Feb 14 22:51:24] DEBUG[25188]: pbx.c:5225 __ast_pbx_run: Spawn extension (phones,h,2) exited non-zero on ‘SIP/CO999x1001.1-0000019b’
== Spawn extension (phones, h, 2) exited non-zero on ‘SIP/CO999x1001.1-0000019b’
[Feb 14 22:51:24] DEBUG[25188]: channel.c:2820 ast_hangup: Hanging up channel ‘SIP/CO999x1001.1-0000019b’
[Feb 14 22:51:24] DEBUG[25188]: chan_sip.c:6319 sip_hangup: Hanging up zombie call. Be scared.
[Feb 14 22:51:24] DEBUG[25188]: chan_sip.c:4295 sip_setoption: Set option TDD MODE, value: OFF on SIP/CO999x1001.1-0000019b
[Feb 14 22:51:24] DEBUG[25188]: chan_sip.c:4296 sip_setoption: Set option TDD MUTE, value: OFF on SIP/CO999x1001.1-0000019b
[Feb 14 22:51:24] DEBUG[25188]: res_rtp_asterisk.c:2487 ast_rtp_remote_address_set: Setting RTCP address on RTP instance ‘0x172d1358’
[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019b
Uniqueid: 1329285082.1789
CallerIDNum: 3036792393
CallerIDName: Dispatch
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019b
Uniqueid: 1329285082.1789
CallerIDNum: 3036792393
CallerIDName: Dispatch
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:24] DEBUG[20584]: chan_sip.c:26353 sip_devicestate: Checking device state for peer CO999x1001.1
[Feb 14 22:51:24] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for SIP/CO999x1001.1 - state 1 (Not in use)
[Feb 14 22:51:24] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘SIP/CO999x1001.1’ state ‘1’
[Feb 14 22:51:24] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘SIP/CO999x1001.1’ changed to state ‘1’ (Not in use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:24] DEBUG[26185]: manager.c:4740 process_message: Running action ‘Bridge’
[Feb 14 22:51:24] DEBUG[26185]: channel.c:5919 __ast_channel_masquerade: Planning to masquerade channel SIP/CO999x1003.1-00000195 into the structure of Bridge/SIP/CO999x1003.1-00000195
[Feb 14 22:51:24] DEBUG[26185]: channel.c:5929 __ast_channel_masquerade: Done planning to masquerade channel SIP/CO999x1003.1-00000195 into the structure of Bridge/SIP/CO999x1003.1-00000195
[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
ChannelState: 0
ChannelStateDesc: Down
CallerIDNum:
CallerIDName:
AccountCode:
Exten:
Context:
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: MusicOnHold
Privilege: call,all
State: Stop
Channel: SIP/CO999x1003.1-00000195
UniqueID: 1329285082.1790

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1003.1-00000195
CloneState: Up
Original: Bridge/SIP/CO999x1003.1-00000195
OriginalState: Up

[Feb 14 22:51:24] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to write format slin
[Feb 14 22:51:24] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to read format slin
[Feb 14 22:51:24] DEBUG[26185]: channel.c:6713 ast_do_masquerade: Putting channel SIP/CO999x1003.1-00000195 in slin/slin formats
[Feb 14 22:51:24] DEBUG[26185]: chan_sip.c:6727 sip_fixup: SIP Fixup: New owner for dialogue MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.: SIP/CO999x1003.1-00000195 (Old parent: Bridge/SIP/CO999x1003.1-00000195)
[Feb 14 22:51:24] DEBUG[26185]: channel.c:6758 ast_do_masquerade: Released clone lock on ‘Bridge/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:24] DEBUG[26185]: channel.c:6766 ast_do_masquerade: Done Masquerading SIP/CO999x1003.1-00000195 (6)
[Feb 14 22:51:24] DEBUG[26185]: res_rtp_asterisk.c:788 ast_rtp_change_source: Changing ssrc from 865261501 to 2041530440 due to a source change
[Feb 14 22:51:24] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for Bridge/SIP/CO999x1003.1 - state 2 (In use)
[Feb 14 22:51:24] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘Bridge/SIP/CO999x1003.1’ state ‘2’
[Feb 14 22:51:24] DEBUG[25209]: bridging.c:951 bridge_channel_join: Giving bridge technology multiplexed_bridge notification that 0x422a5620 is leaving bridge 0x2aaacc09e818
[Feb 14 22:51:24] DEBUG[25209]: bridge_multiplexed.c:342 multiplexed_bridge_leave: Removing channel ‘Bridge/SIP/CO999x1003.1-00000195’ from multiplexed thread ‘0x2aaacc0cda28’
[Feb 14 22:51:24] DEBUG[25209]: bridging.c:195 bridge_array_remove: Removed channel 0x2aaacc09d118 from bridge array on 0x2aaacc09e818, new count is 1
[Feb 14 22:51:24] DEBUG[25209]: bridging.c:600 smart_bridge_operation: Bridge 0x2aaacc09e818 channel count (1) is within limits for bridge technology multiplexed_bridge, not performing smart bridge operation.
[Feb 14 22:51:24] DEBUG[25209]: pbx.c:5022 __ast_pbx_run: Extension 453, priority 3 returned normally even though call was hung up
[Feb 14 22:51:24] DEBUG[25209]: channel.c:2680 ast_softhangup_nolock: Soft-Hanging up channel ‘Bridge/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:24] DEBUG[25209]: pbx.c:4230 pbx_extension_helper: Launching ‘NoOp’
– Executing [h@meetme-build:1] NoOp(“Bridge/SIP/CO999x1003.1-00000195”, “meetme-build”) in new stack
[Feb 14 22:51:24] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘Bridge/SIP/CO999x1003.1’ changed to state ‘2’ (In use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285082.1790

Debug Continued:

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: Bridge/SIP/CO999x1003.1-00000195
Uniqueid: 1329285082.1790

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285084.1792
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: Bridge/SIP/CO999x1002.1-00000196
ChannelState: 0
ChannelStateDesc: Down
CallerIDNum:
CallerIDName:
AccountCode:
Exten:
Context:
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: h
Priority: 1
Application: NoOp
AppData: meetme-build
Uniqueid: 1329285082.1790

[Feb 14 22:51:24] DEBUG[26185]: channel.c:5919 __ast_channel_masquerade: Planning to masquerade channel SIP/CO999x1002.1-00000196 into the structure of Bridge/SIP/CO999x1002.1-00000196
[Feb 14 22:51:24] DEBUG[26185]: channel.c:5929 __ast_channel_masquerade: Done planning to masquerade channel SIP/CO999x1002.1-00000196 into the structure of Bridge/SIP/CO999x1002.1-00000196
[Feb 14 22:51:24] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1002.1-00000196 to write format slin
[Feb 14 22:51:24] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1002.1-00000196 to read format slin
[Feb 14 22:51:24] DEBUG[26185]: channel.c:6713 ast_do_masquerade: Putting channel SIP/CO999x1002.1-00000196 in slin/slin formats
[Feb 14 22:51:24] DEBUG[26185]: chan_sip.c:6727 sip_fixup: SIP Fixup: New owner for dialogue 5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060: SIP/CO999x1002.1-00000196 (Old parent: Bridge/SIP/CO999x1002.1-00000196)
[Feb 14 22:51:24] DEBUG[26185]: channel.c:6758 ast_do_masquerade: Released clone lock on ‘Bridge/SIP/CO999x1002.1-00000196’
[Feb 14 22:51:24] DEBUG[26185]: channel.c:6766 ast_do_masquerade: Done Masquerading SIP/CO999x1002.1-00000196 (6)
[Feb 14 22:51:24] DEBUG[26185]: res_rtp_asterisk.c:788 ast_rtp_change_source: Changing ssrc from 1963563362 to 1883101818 due to a source change
[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
ChannelState: 0
ChannelStateDesc: Down
CallerIDNum:
CallerIDName:
AccountCode:
Exten:
Context:
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: MusicOnHold
Privilege: call,all
State: Stop
Channel: SIP/CO999x1003.1-00000195
UniqueID: 1329285082.1790

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1003.1-00000195
CloneState: Up
Original: Bridge/SIP/CO999x1003.1-00000195
OriginalState: Up

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285082.1790

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: Bridge/SIP/CO999x1003.1-00000195
Uniqueid: 1329285082.1790

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285084.1792
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: Bridge/SIP/CO999x1002.1-00000196
ChannelState: 0
ChannelStateDesc: Down
CallerIDNum:
CallerIDName:
AccountCode:
Exten:
Context:
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: h
Priority: 1
Application: NoOp
AppData: meetme-build
Uniqueid: 1329285082.1790

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: MusicOnHold
Privilege: call,all
State: Stop
Channel: SIP/CO999x1002.1-00000196
UniqueID: 1329285082.1791

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: Bridge/SIP/CO999x1002.1-00000196
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1002.1-00000196
CloneState: Up
Original: Bridge/SIP/CO999x1002.1-00000196
OriginalState: Up

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
Newname: SIP/CO999x1002.1-00000196
Uniqueid: 1329285082.1791

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: Bridge/SIP/CO999x1002.1-00000196
Newname: SIP/CO999x1002.1-00000196
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
Newname: Bridge/SIP/CO999x1002.1-00000196
Uniqueid: 1329285082.1791

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285084.1793
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: BridgeAction
Privilege: call,all
Response: Success
Channel1: SIP/CO999x1003.1-00000195
Channel2: SIP/CO999x1002.1-00000196

[Feb 14 22:51:24] DEBUG[25209]: pbx.c:4230 pbx_extension_helper: Launching ‘Hangup’
– Executing [h@meetme-build:2] Hangup(“Bridge/SIP/CO999x1003.1-00000195”, “”) in new stack
[Feb 14 22:51:24] DEBUG[25209]: pbx.c:5225 __ast_pbx_run: Spawn extension (meetme-build,h,2) exited non-zero on ‘Bridge/SIP/CO999x1003.1-00000195’
== Spawn extension (meetme-build, h, 2) exited non-zero on ‘Bridge/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:24] DEBUG[25209]: channel.c:2831 ast_hangup: Hanging up zombie ‘Bridge/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:24] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for Bridge/SIP/CO999x1002.1 - state 2 (In use)
[Feb 14 22:51:24] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘Bridge/SIP/CO999x1002.1’ state ‘2’
[Feb 14 22:51:24] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for Bridge/SIP/CO999x1003.1 - state 0 (Unknown)
[Feb 14 22:51:24] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘Bridge/SIP/CO999x1003.1’ state ‘0’
[Feb 14 22:51:24] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘Bridge/SIP/CO999x1002.1’ changed to state ‘2’ (In use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:24] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘Bridge/SIP/CO999x1003.1’ changed to state ‘0’ (Unknown) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: MusicOnHold
Privilege: call,all
State: Stop
Channel: SIP/CO999x1002.1-00000196
UniqueID: 1329285082.1791

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: Bridge/SIP/CO999x1002.1-00000196
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1002.1-00000196
CloneState: Up
Original: Bridge/SIP/CO999x1002.1-00000196
OriginalState: Up

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
Newname: SIP/CO999x1002.1-00000196
Uniqueid: 1329285082.1791

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: Bridge/SIP/CO999x1002.1-00000196
Newname: SIP/CO999x1002.1-00000196
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
Newname: Bridge/SIP/CO999x1002.1-00000196
Uniqueid: 1329285082.1791

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285084.1793
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: BridgeAction
Privilege: call,all
Response: Success
Channel1: SIP/CO999x1003.1-00000195
Channel2: SIP/CO999x1002.1-00000196

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285082.1790

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Uniqueid: 1329285082.1790
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: BRIDGEPEER
Value: SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1002.1-00000196
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: NewAccountCode
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1792
AccountCode:
OldAccountCode:

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Bridge
Privilege: call,all
Bridgestate: Link
Bridgetype: core
Channel1: SIP/CO999x1002.1-00000196
Channel2: SIP/CO999x1003.1-00000195
Uniqueid1: 1329285084.1793
Uniqueid2: 1329285084.1792
CallerID1: 3036792393
CallerID2: 3036792393

[Feb 14 22:51:24] DEBUG[25427]: res_rtp_asterisk.c:769 ast_rtp_update_source: Setting the marker bit due to a source update
[Feb 14 22:51:24] DEBUG[25427]: res_rtp_asterisk.c:769 ast_rtp_update_source: Setting the marker bit due to a source update
[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: BRIDGEPEER
Value: SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: BRIDGEPVTCALLID
Value: MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1002.1-00000196
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPVTCALLID
Value: 5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060
Uniqueid: 1329285084.1792

-- Locally bridging SIP/CO999x1002.1-00000196 and SIP/CO999x1003.1-00000195

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285082.1790

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Uniqueid: 1329285082.1790
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:24] DEBUG[25210]: bridging.c:951 bridge_channel_join: Giving bridge technology multiplexed_bridge notification that 0x42419620 is leaving bridge 0x2aaacc09e818
[Feb 14 22:51:24] DEBUG[25210]: bridge_multiplexed.c:342 multiplexed_bridge_leave: Removing channel ‘Bridge/SIP/CO999x1002.1-00000196’ from multiplexed thread ‘0x2aaacc0cda28’
[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: BRIDGEPEER
Value: SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1002.1-00000196
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: NewAccountCode
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1792
AccountCode:
OldAccountCode:

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Bridge
Privilege: call,all
Bridgestate: Link
Bridgetype: core
Channel1: SIP/CO999x1002.1-00000196
Channel2: SIP/CO999x1003.1-00000195
Uniqueid1: 1329285084.1793
Uniqueid2: 1329285084.1792
CallerID1: 3036792393
CallerID2: 3036792393

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: BRIDGEPEER
Value: SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: BRIDGEPVTCALLID
Value: MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.
Uniqueid: 1329285084.1793

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1002.1-00000196
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPVTCALLID
Value: 5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060
Uniqueid: 1329285084.1792

[Feb 14 22:51:24] DEBUG[25423]: bridge_multiplexed.c:260 multiplexed_thread_function: Stopping actual thread for multiplexed thread ‘0x2aaacc0cda28’
[Feb 14 22:51:24] DEBUG[25210]: bridging.c:195 bridge_array_remove: Removed channel 0x2aaac8002d78 from bridge array on 0x2aaacc09e818, new count is 0
[Feb 14 22:51:24] DEBUG[25210]: bridging.c:600 smart_bridge_operation: Bridge 0x2aaacc09e818 channel count (0) is within limits for bridge technology multiplexed_bridge, not performing smart bridge operation.
[Feb 14 22:51:24] DEBUG[25210]: devicestate.c:438 devstate_event: device ‘confbridge:245597274371231453’ state ‘1’
[Feb 14 22:51:24] DEBUG[25210]: app_confbridge.c:386 destroy_conference_bridge: Destroying conference bridge ‘245597274371231453’
[Feb 14 22:51:24] DEBUG[25210]: bridging.c:524 ast_bridge_destroy: Telling all channels in bridge 0x2aaacc09e818 to end and leave the party
[Feb 14 22:51:24] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘confbridge:245597274371231453’ changed to state ‘1’ (Not in use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:24] DEBUG[25210]: bridging.c:424 destroy_bridge: Actually destroying bridge 0x2aaacc09e818, nobody wants it anymore
[Feb 14 22:51:24] DEBUG[25210]: bridging.c:428 destroy_bridge: Giving bridge technology multiplexed_bridge the bridge structure 0x2aaacc09e818 to destroy
[Feb 14 22:51:24] DEBUG[25210]: bridge_multiplexed.c:190 multiplexed_bridge_destroy: Unlinking multiplexed thread ‘0x2aaacc0cda28’ since nobody is using it anymore
[Feb 14 22:51:24] DEBUG[25210]: pbx.c:5022 __ast_pbx_run: Extension 453, priority 3 returned normally even though call was hung up
[Feb 14 22:51:24] DEBUG[25210]: channel.c:2680 ast_softhangup_nolock: Soft-Hanging up channel ‘Bridge/SIP/CO999x1002.1-00000196’
[Feb 14 22:51:24] DEBUG[25210]: pbx.c:4230 pbx_extension_helper: Launching ‘NoOp’
– Executing [h@meetme-build:1] NoOp(“Bridge/SIP/CO999x1002.1-00000196”, “meetme-build”) in new stack
[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 1
Application: NoOp
AppData: meetme-build
Uniqueid: 1329285082.1791

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 1
Application: NoOp
AppData: meetme-build
Uniqueid: 1329285082.1791

[Feb 14 22:51:24] DEBUG[25210]: pbx.c:4230 pbx_extension_helper: Launching ‘Hangup’
– Executing [h@meetme-build:2] Hangup(“Bridge/SIP/CO999x1002.1-00000196”, “”) in new stack
[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285082.1791

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285082.1791

[Feb 14 22:51:24] DEBUG[25210]: pbx.c:5225 __ast_pbx_run: Spawn extension (meetme-build,h,2) exited non-zero on ‘Bridge/SIP/CO999x1002.1-00000196’
== Spawn extension (meetme-build, h, 2) exited non-zero on ‘Bridge/SIP/CO999x1002.1-00000196’
[Feb 14 22:51:24] DEBUG[25210]: channel.c:2831 ast_hangup: Hanging up zombie ‘Bridge/SIP/CO999x1002.1-00000196’
[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: Bridge/SIP/CO999x1002.1-00000196
Uniqueid: 1329285082.1791
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: Bridge/SIP/CO999x1002.1-00000196
Uniqueid: 1329285082.1791
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:24] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for Bridge/SIP/CO999x1002.1 - state 0 (Unknown)
[Feb 14 22:51:24] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘Bridge/SIP/CO999x1002.1’ state ‘0’
[Feb 14 22:51:24] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘Bridge/SIP/CO999x1002.1’ changed to state ‘0’ (Unknown) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:24] DEBUG[25427]: res_rtp_asterisk.c:1732 ast_rtcp_read: Got RTCP report of 320 bytes
[Feb 14 22:51:24] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.1.200:20647
PT: 200(Sender Report)
ReceptionReports: 7
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 45685
SequenceNumberCycles: 0
IAJitter: 24754050
LastSR: 0.0000000000
DLSR: 0.0000(sec)

[Feb 14 22:51:24] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.1.200:20647
PT: 200(Sender Report)
ReceptionReports: 7
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 45685
SequenceNumberCycles: 0
IAJitter: 24754050
LastSR: 0.0000000000
DLSR: 0.0000(sec)

[Feb 14 22:51:25] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ Method: INVITE
[Feb 14 22:51:25] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:26] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: RTCPSent
Privilege: reporting,all
To: 192.168.1.200:20647
OurSSRC: 2041530440
SentNTP: 1329285086.0279179264
SentRTP: 422614912
SentPackets: 495
SentOctets: 79200
ReportBlock:
FractionLost: 116
CumulativeLoss: 388
IAJitter: 0.0015
TheirLastSR: 3327802277
DLSR: 1.5160 (sec)

[Feb 14 22:51:26] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ Method: INVITE
[Feb 14 22:51:26] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:26] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: RTCPSent
Privilege: reporting,all
To: 192.168.1.200:20647
OurSSRC: 2041530440
SentNTP: 1329285086.0279179264
SentRTP: 422614912
SentPackets: 495
SentOctets: 79200
ReportBlock:
FractionLost: 116
CumulativeLoss: 388
IAJitter: 0.0015
TheirLastSR: 3327802277
DLSR: 1.5160 (sec)

[Feb 14 22:51:26] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ Method: INVITE
[Feb 14 22:51:26] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:26] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: RTCPSent
Privilege: reporting,all
To: 192.168.57.102:2255
OurSSRC: 1883101818
SentNTP: 1329285086.0332398592
SentRTP: 2527280
SentPackets: 494
SentOctets: 79040
ReportBlock:
FractionLost: 114
CumulativeLoss: 397
IAJitter: 0.0002
TheirLastSR: 3327787925
DLSR: 2.5770 (sec)

[Feb 14 22:51:26] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: RTCPSent
Privilege: reporting,all
To: 192.168.57.102:2255
OurSSRC: 1883101818
SentNTP: 1329285086.0332398592
SentRTP: 2527280
SentPackets: 494
SentOctets: 79040
ReportBlock:
FractionLost: 114
CumulativeLoss: 397
IAJitter: 0.0002
TheirLastSR: 3327787925
DLSR: 2.5770 (sec)

[Feb 14 22:51:27] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ Method: INVITE
[Feb 14 22:51:27] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:27] DEBUG[20627]: chan_sip.c:3875 __sip_autodestruct: Auto destroying SIP dialog ‘1602068401120000019@192.168.57.32’
[Feb 14 22:51:27] DEBUG[20627]: chan_sip.c:6095 sip_destroy: Destroying SIP dialog 1602068401120000019@192.168.57.32
[Feb 14 22:51:27] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ Method: INVITE
[Feb 14 22:51:27] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:27] DEBUG[25427]: res_rtp_asterisk.c:1732 ast_rtcp_read: Got RTCP report of 344 bytes
[Feb 14 22:51:27] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.1.200:20647
PT: 200(Sender Report)
ReceptionReports: 8
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 45685
SequenceNumberCycles: 0
IAJitter: 24754050
LastSR: 0.0000000000
DLSR: 0.0000(sec)

[Feb 14 22:51:27] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.1.200:20647
PT: 200(Sender Report)
ReceptionReports: 8
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 45685
SequenceNumberCycles: 0
IAJitter: 24754050
LastSR: 0.0000000000
DLSR: 0.0000(sec)

[Feb 14 22:51:28] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ Method: INVITE
[Feb 14 22:51:28] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:28] DEBUG[25427]: res_rtp_asterisk.c:1732 ast_rtcp_read: Got RTCP report of 88 bytes
[Feb 14 22:51:28] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.57.102:2255
PT: 200(Sender Report)
ReceptionReports: 1
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 2471
SequenceNumberCycles: 0
IAJitter: 8
LastSR: 50782.893367819247288320
DLSR: 2.4220(sec)

Debug Continued:

[Feb 14 22:51:28] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.57.102:2255
PT: 200(Sender Report)
ReceptionReports: 1
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 2471
SequenceNumberCycles: 0
IAJitter: 8
LastSR: 50782.893367819247288320
DLSR: 2.4220(sec)

[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ Method: INVITE
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:29] DEBUG[20627]: acl.c:728 ast_ouraddrfor: For destination ‘192.168.1.195’, our source address is ‘192.168.57.11’.
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:3488 ast_sip_ouraddrfor: Setting SIP_TRANSPORT_UDP with address 192.168.57.11:5060
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:7871 sip_alloc: Allocating new SIP dialog for 257bfae237f8f28e30496e2e2dbb184e@192.168.1.195 - OPTIONS (No RTP)
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:3334 __sip_xmit: Trying to put ‘SIP/2.0 404’ onto UDP socket destined for 192.168.1.195:5060
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ Method: INVITE
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:29] DEBUG[20627]: acl.c:728 ast_ouraddrfor: For destination ‘192.168.57.101’, our source address is ‘192.168.57.11’.
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:3488 ast_sip_ouraddrfor: Setting SIP_TRANSPORT_UDP with address 192.168.57.11:5060
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:7871 sip_alloc: Allocating new SIP dialog for 38a1076-948b2081-3a546e40@192.168.57.101 - INVITE (No RTP)
[Feb 14 22:51:29] DEBUG[20627]: sip/reqresp_parser.c:1613 parse_sip_options: Begin: parsing SIP “Supported: 100rel,replaces”
[Feb 14 22:51:29] DEBUG[20627]: sip/reqresp_parser.c:1629 parse_sip_options: Found SIP option: -100rel-
[Feb 14 22:51:29] DEBUG[20627]: sip/reqresp_parser.c:1637 parse_sip_options: Matched SIP option: 100rel
[Feb 14 22:51:29] DEBUG[20627]: sip/reqresp_parser.c:1629 parse_sip_options: Found SIP option: -replaces-
[Feb 14 22:51:29] DEBUG[20627]: sip/reqresp_parser.c:1637 parse_sip_options: Matched SIP option: replaces
[Feb 14 22:51:29] DEBUG[20627]: rtp_engine.c:345 ast_rtp_instance_new: Using engine ‘asterisk’ for RTP instance ‘0x2aaacc0bbcd8’
[Feb 14 22:51:29] DEBUG[20627]: res_rtp_asterisk.c:499 ast_rtp_new: Allocated port 16090 for RTP instance ‘0x2aaacc0bbcd8’
[Feb 14 22:51:29] DEBUG[20627]: rtp_engine.c:354 ast_rtp_instance_new: RTP instance ‘0x2aaacc0bbcd8’ is setup and ready to go
[Feb 14 22:51:29] DEBUG[20627]: res_rtp_asterisk.c:2447 ast_rtp_prop_set: Setup RTCP on RTP instance ‘0x2aaacc0bbcd8’
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:5120 do_setnat: Setting NAT on RTP to Off
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:8993 process_sdp: Processing session-level SDP v=0… UNSUPPORTED.
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:8993 process_sdp: Processing session-level SDP o=- 1329283740 1329283740 IN IP4 192.168.57.101… UNSUPPORTED.
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:8993 process_sdp: Processing session-level SDP s=Polycom IP Phone… UNSUPPORTED.
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:8993 process_sdp: Processing session-level SDP c=IN IP4 192.168.57.101… OK.
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:8993 process_sdp: Processing session-level SDP t=0 0… UNSUPPORTED.
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:8993 process_sdp: Processing session-level SDP a=sendrecv… OK.
[Feb 14 22:51:29] DEBUG[20627]: rtp_engine.c:536 ast_rtp_codecs_payloads_set_m_type: Setting payload 8 based on m type on 0x40c6da20
[Feb 14 22:51:29] DEBUG[20627]: rtp_engine.c:536 ast_rtp_codecs_payloads_set_m_type: Setting payload 0 based on m type on 0x40c6da20
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:9192 process_sdp: Processing media-level (audio) SDP a=rtpmap:8 PCMA/8000… OK.
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:9192 process_sdp: Processing media-level (audio) SDP a=rtpmap:0 PCMU/8000… OK.
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:9192 process_sdp: Processing media-level (audio) SDP a=rtpmap:127 telephone-event/8000… OK.
[Feb 14 22:51:29] DEBUG[20627]: rtp_engine.c:639 ast_rtp_codecs_payload_formats: Incorporating payload 0 on 0x40c6da20
[Feb 14 22:51:29] DEBUG[20627]: rtp_engine.c:639 ast_rtp_codecs_payload_formats: Incorporating payload 8 on 0x40c6da20
[Feb 14 22:51:29] DEBUG[20627]: rtp_engine.c:639 ast_rtp_codecs_payload_formats: Incorporating payload 127 on 0x40c6da20
[Feb 14 22:51:29] DEBUG[20627]: res_rtp_asterisk.c:2487 ast_rtp_remote_address_set: Setting RTCP address on RTP instance ‘0x2aaacc0bbcd8’
[Feb 14 22:51:29] DEBUG[20627]: rtp_engine.c:517 ast_rtp_codecs_payloads_copy: Copying payload 0 from 0x40c6da20 to 0x2aaacc0bbea0
[Feb 14 22:51:29] DEBUG[20627]: rtp_engine.c:517 ast_rtp_codecs_payloads_copy: Copying payload 8 from 0x40c6da20 to 0x2aaacc0bbea0
[Feb 14 22:51:29] DEBUG[20627]: rtp_engine.c:517 ast_rtp_codecs_payloads_copy: Copying payload 127 from 0x40c6da20 to 0x2aaacc0bbea0
[Feb 14 22:51:29] DEBUG[20627]: res_rtp_asterisk.c:2413 ast_rtp_prop_set: Ignoring duplicate RTCP property on RTP instance ‘0x2aaacc0bbcd8’
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:9428 process_sdp: We’re settling with these formats: 0xc (ulaw|alaw)
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:22617 handle_request_invite: Checking SIP call limits for device CO999x1001.1
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:5947 update_call_counter: Updating call counter for incoming call
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
ChannelState: 0
ChannelStateDesc: Down
CallerIDNum: 3036792393
CallerIDName: Dispatch
AccountCode:
Exten: 2
Context: phones
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
ChannelState: 0
ChannelStateDesc: Down
CallerIDNum: 3036792393
CallerIDName: Dispatch
AccountCode:
Exten: 2
Context: phones
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:7125 sip_new: *** Our native formats are 0x4 (ulaw)
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:7126 sip_new: *** Joint capabilities are 0xc (ulaw|alaw)
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:7127 sip_new: *** Our capabilities are 0xe (gsm|ulaw|alaw)
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:7128 sip_new: *** AST_CODEC_CHOOSE formats are 0x4 (ulaw)
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:7158 sip_new: This channel will not be able to handle video.
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: SIPURI
Value: sip:CO999x1001.1@192.168.57.101
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: SIPURI
Value: sip:CO999x1001.1@192.168.57.101
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: SIPDOMAIN
Value: 192.168.57.11
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: SIPDOMAIN
Value: 192.168.57.11
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: SIPCALLID
Value: 38a1076-948b2081-3a546e40@192.168.57.101
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: SIPCALLID
Value: 38a1076-948b2081-3a546e40@192.168.57.101
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: ChannelUpdate
Privilege: system,all
Channel: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1794
Channeltype: SIP
SIPcallid: 38a1076-948b2081-3a546e40@192.168.57.101
SIPfullcontact: sip:CO999x1001.1@192.168.57.101

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: ChannelUpdate
Privilege: system,all
Channel: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1794
Channeltype: SIP
SIPcallid: 38a1076-948b2081-3a546e40@192.168.57.101
SIPfullcontact: sip:CO999x1001.1@192.168.57.101

[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:14214 build_route: build_route: Contact hop: sip:CO999x1001.1@192.168.57.101
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:22916 handle_request_invite: SIP/CO999x1001.1-0000019c: New call is still down… Trying…
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:3334 __sip_xmit: Trying to put ‘SIP/2.0 100’ onto UDP socket destined for 192.168.57.101:5060
[Feb 14 22:51:29] DEBUG[20584]: chan_sip.c:26353 sip_devicestate: Checking device state for peer CO999x1001.1
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
ChannelState: 4
ChannelStateDesc: Ring
CallerIDNum: 3036792393
CallerIDName: Dispatch
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
ChannelState: 4
ChannelStateDesc: Ring
CallerIDNum: 3036792393
CallerIDName: Dispatch
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ Method: INVITE
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for SIP/CO999x1001.1 - state 1 (Not in use)
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘SIP/CO999x1001.1’ state ‘1’
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘Answer’
– Executing [2@phones:1] Answer(“SIP/CO999x1001.1-0000019c”, “”) in new stack
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 1
Application: Answer
AppData:
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 1
Application: Answer
AppData:
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum: 3036792393
CallerIDName: Dispatch
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum: 3036792393
CallerIDName: Dispatch
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: chan_sip.c:6529 sip_answer: SIP answering channel: SIP/CO999x1001.1-0000019c
[Feb 14 22:51:29] DEBUG[26239]: res_rtp_asterisk.c:769 ast_rtp_update_source: Setting the marker bit due to a source update
[Feb 14 22:51:29] DEBUG[26239]: chan_sip.c:11804 transmit_response_with_sdp: Setting framing from config on incoming call
[Feb 14 22:51:29] DEBUG[26239]: chan_sip.c:11403 add_sdp: ** Our capability: 0xc (ulaw|alaw) Video flag: True Text flag: True
[Feb 14 22:51:29] DEBUG[26239]: chan_sip.c:11404 add_sdp: ** Our prefcodec: 0x0 (nothing)
[Feb 14 22:51:29] DEBUG[26239]: chan_sip.c:11513 add_sdp: – Done with adding codecs to SDP
[Feb 14 22:51:29] DEBUG[26239]: chan_sip.c:11699 add_sdp: Done building SDP. Settling with this capability: 0xc (ulaw|alaw)
[Feb 14 22:51:29] DEBUG[26239]: chan_sip.c:3334 __sip_xmit: Trying to put ‘SIP/2.0 200’ onto UDP socket destined for 192.168.57.101:5060
[Feb 14 22:51:29] DEBUG[20584]: chan_sip.c:26353 sip_devicestate: Checking device state for peer CO999x1001.1
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for SIP/CO999x1001.1 - state 1 (Not in use)
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘SIP/CO999x1001.1’ state ‘1’
[Feb 14 22:51:29] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘SIP/CO999x1001.1’ changed to state ‘1’ (Not in use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ Method: INVITE
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:29] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘SIP/CO999x1001.1’ changed to state ‘1’ (Not in use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:4019 __sip_ack: Stopping retransmission on ‘38a1076-948b2081-3a546e40@192.168.57.101’ of Response 1: Match Found
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ Method: INVITE
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘MacroExclusive’
– Executing [2@phones:2] MacroExclusive(“SIP/CO999x1001.1-0000019c”, “SetCONFJOINPOSITION, 2”) in new stack
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 2
Application: MacroExclusive
AppData: SetCONFJOINPOSITION, 2
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 2
Application: MacroExclusive
AppData: SetCONFJOINPOSITION, 2
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: app_macro.c:317 _macro_exec: Locking macrolock for ‘macro-SetCONFJOINPOSITION’
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_EXTEN
Value: 2
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_EXTEN
Value: 2
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_CONTEXT
Value: phones
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_CONTEXT
Value: phones
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_PRIORITY
Value: 2
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_PRIORITY
Value: 2
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 1
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 1
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: ARG1
Value: 2
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: ARG1
Value: 2
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 1
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 1
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4058 pbx_substitute_variables_helper_full: Function result is ‘67’
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘Set’
– Executing [s@macro-SetCONFJOINPOSITION:1] Set(“SIP/CO999x1001.1-0000019c”, “GLOBAL(CONFREQUESTID)=67”) in new stack
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: macro-SetCONFJOINPOSITION
Extension: s
Priority: 1
Application: Set
AppData: GLOBAL(CONFREQUESTID)=67
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: macro-SetCONFJOINPOSITION
Extension: s
Priority: 1
Application: Set
AppData: GLOBAL(CONFREQUESTID)=67
Uniqueid: 1329285089.1794

== Setting global variable ‘CONFREQUESTID’ to ‘67’
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: none
Variable: CONFREQUESTID
Value: 67
Uniqueid: none

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: none
Variable: CONFREQUESTID
Value: 67
Uniqueid: none

[Feb 14 22:51:29] DEBUG[26239]: app_macro.c:435 _macro_exec: Executed application: Set
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 1
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 1
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4126 pbx_substitute_variables_helper_full: Expression result is ‘0’
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4058 pbx_substitute_variables_helper_full: Function result is ‘67’
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘Set’
– Executing [s@macro-SetCONFJOINPOSITION:2] Set(“SIP/CO999x1001.1-0000019c”, “GLOBAL(CONFREQUESTID)=67”) in new stack
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: macro-SetCONFJOINPOSITION
Extension: s
Priority: 2
Application: Set
AppData: GLOBAL(CONFREQUESTID)=67
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: macro-SetCONFJOINPOSITION
Extension: s
Priority: 2
Application: Set
AppData: GLOBAL(CONFREQUESTID)=67
Uniqueid: 1329285089.1794

== Setting global variable ‘CONFREQUESTID’ to ‘67’
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: none
Variable: CONFREQUESTID
Value: 67
Uniqueid: none

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: none
Variable: CONFREQUESTID
Value: 67
Uniqueid: none

[Feb 14 22:51:29] DEBUG[26239]: app_macro.c:435 _macro_exec: Executed application: Set
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 1
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 1
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘AGI’
– Executing [s@macro-SetCONFJOINPOSITION:3] AGI(“SIP/CO999x1001.1-0000019c”, “e911.agi,CONFPOS,67, 2,false”) in new stack
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: macro-SetCONFJOINPOSITION
Extension: s
Priority: 3
Application: AGI
AppData: e911.agi,CONFPOS,67, 2,false
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: macro-SetCONFJOINPOSITION
Extension: s
Priority: 3
Application: AGI
AppData: e911.agi,CONFPOS,67, 2,false
Uniqueid: 1329285089.1794

-- Launched AGI Script /datadisk1/asterisk/agi-bin/e911.agi

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: Start
Channel: SIP/CO999x1001.1-0000019c
CommandId: 1553517674
Command: Exec Noop “Unexpected Env Var: agi_arg_1: CONFPOS”

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: Start
Channel: SIP/CO999x1001.1-0000019c
CommandId: 1553517674
Command: Exec Noop “Unexpected Env Var: agi_arg_1: CONFPOS”

-- AGI Script Executing Application: (Noop) Options: (Unexpected Env Var: agi_arg_1: CONFPOS)

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: End
Channel: SIP/CO999x1001.1-0000019c
CommandId: 1553517674
Command: Exec Noop "Unexpected Env Var: agi_arg_1: CONFPOS"
ResultCode: 200
Result: Success

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: End
Channel: SIP/CO999x1001.1-0000019c
CommandId: 1553517674
Command: Exec Noop "Unexpected Env Var: agi_arg_1: CONFPOS"
ResultCode: 200
Result: Success

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: Start
Channel: SIP/CO999x1001.1-0000019c
CommandId: 619532564
Command: Exec Noop “Unexpected Env Var: agi_arg_3: 2”

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: Start
Channel: SIP/CO999x1001.1-0000019c
CommandId: 619532564
Command: Exec Noop “Unexpected Env Var: agi_arg_3: 2”

-- AGI Script Executing Application: (Noop) Options: (Unexpected Env Var: agi_arg_3:  2)

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: End
Channel: SIP/CO999x1001.1-0000019c
CommandId: 619532564
Command: Exec Noop "Unexpected Env Var: agi_arg_3: 2"
ResultCode: 200
Result: Success

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: End
Channel: SIP/CO999x1001.1-0000019c
CommandId: 619532564
Command: Exec Noop "Unexpected Env Var: agi_arg_3: 2"
ResultCode: 200
Result: Success

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: Start
Channel: SIP/CO999x1001.1-0000019c
CommandId: 797736288
Command: Exec Set _Conf=453

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: Start
Channel: SIP/CO999x1001.1-0000019c
CommandId: 797736288
Command: Exec Set _Conf=453

-- AGI Script Executing Application: (Set) Options: (_Conf=453)

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: _Conf
Value: 453
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: _Conf
Value: 453
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: End
Channel: SIP/CO999x1001.1-0000019c
CommandId: 797736288
Command: Exec Set _Conf=453
ResultCode: 200
Result: Success

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: End
Channel: SIP/CO999x1001.1-0000019c
CommandId: 797736288
Command: Exec Set _Conf=453
ResultCode: 200
Result: Success

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: Start
Channel: SIP/CO999x1001.1-0000019c
CommandId: 658653467
Command: Exec Set _ControllerCallID=245597274371231453

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: Start
Channel: SIP/CO999x1001.1-0000019c
CommandId: 658653467
Command: Exec Set _ControllerCallID=245597274371231453

-- AGI Script Executing Application: (Set) Options: (_ControllerCallID=245597274371231453)

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: _ControllerCallID
Value: 245597274371231453
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: _ControllerCallID
Value: 245597274371231453
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: End
Channel: SIP/CO999x1001.1-0000019c
CommandId: 658653467
Command: Exec Set _ControllerCallID=245597274371231453
ResultCode: 200
Result: Success

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: End
Channel: SIP/CO999x1001.1-0000019c
CommandId: 658653467
Command: Exec Set _ControllerCallID=245597274371231453
ResultCode: 200
Result: Success

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: Start
Channel: SIP/CO999x1001.1-0000019c
CommandId: 981320868
Command: Exec Set _TransferType=none

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: Start
Channel: SIP/CO999x1001.1-0000019c
CommandId: 981320868
Command: Exec Set _TransferType=none

-- AGI Script Executing Application: (Set) Options: (_TransferType=none)

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: _TransferType
Value: none
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: _TransferType
Value: none
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: End
Channel: SIP/CO999x1001.1-0000019c
CommandId: 981320868
Command: Exec Set _TransferType=none
ResultCode: 200
Result: Success

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: AGIExec
Privilege: agi,all
SubEvent: End
Channel: SIP/CO999x1001.1-0000019c
CommandId: 981320868
Command: Exec Set _TransferType=none
ResultCode: 200
Result: Success

-- <SIP/CO999x1001.1-0000019c>AGI Script e911.agi completed, returning 0

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: AGISTATUS
Value: SUCCESS
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: AGISTATUS
Value: SUCCESS
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: app_macro.c:435 _macro_exec: Executed application: AGI
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 1
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 1
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘MacroExit’
– Executing [s@macro-SetCONFJOINPOSITION:4] MacroExit(“SIP/CO999x1001.1-0000019c”, “”) in new stack
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: macro-SetCONFJOINPOSITION
Extension: s
Priority: 4
Application: MacroExit
AppData:
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: macro-SetCONFJOINPOSITION
Extension: s
Priority: 4
Application: MacroExit
AppData:
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: app_macro.c:572 _macro_exec: Unlocking macrolock for ‘macro-SetCONFJOINPOSITION’
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4126 pbx_substitute_variables_helper_full: Expression result is ‘0’
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘GotoIf’
– Executing [2@phones:3] GotoIf(“SIP/CO999x1001.1-0000019c”, “0?10”) in new stack
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 3
Application: GotoIf
AppData: 0?10
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 3
Application: GotoIf
AppData: 0?10
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: pbx.c:10150 pbx_builtin_gotoif: Not taking any branch
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4126 pbx_substitute_variables_helper_full: Expression result is ‘0’
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘GotoIf’
– Executing [2@phones:4] GotoIf(“SIP/CO999x1001.1-0000019c”, “0?13”) in new stack
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 4
Application: GotoIf
AppData: 0?13
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 4
Application: GotoIf
AppData: 0?13
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: pbx.c:10150 pbx_builtin_gotoif: Not taking any branch
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4126 pbx_substitute_variables_helper_full: Expression result is ‘0’
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘GotoIf’
– Executing [2@phones:5] GotoIf(“SIP/CO999x1001.1-0000019c”, “0?16”) in new stack
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
rivilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 5
Application: GotoIf
AppData: 0?16
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 5
Application: GotoIf
AppData: 0?16
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: pbx.c:10150 pbx_builtin_gotoif: Not taking any branch
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4126 pbx_substitute_variables_helper_full: Expression result is ‘0’
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘GotoIf’
– Executing [2@phones:6] GotoIf(“SIP/CO999x1001.1-0000019c”, “0?21”) in new stack
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 6
Application: GotoIf
AppData: 0?21
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 6
Application: GotoIf
AppData: 0?21
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: pbx.c:10150 pbx_builtin_gotoif: Not taking any branch
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4126 pbx_substitute_variables_helper_full: Expression result is ‘453’
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘UserEvent’
– Executing [2@phones:7] UserEvent(“SIP/CO999x1001.1-0000019c”, “ConfJoin,Conf: 453,Channel: SIP/CO999x1001.1-0000019c,Meetme: 245597274371231453,Uniqueid: 1329285089.1794”) in new stack
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 7
Application: UserEvent
AppData: ConfJoin,Conf: 453,Channel: SIP/CO999x1001.1-0000019c,Meetme: 245597274371231453,Uniqueid: 1329285089.1794
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 7
Application: UserEvent
AppData: ConfJoin,Conf: 453,Channel: SIP/CO999x1001.1-0000019c,Meetme: 245597274371231453,Uniqueid: 1329285089.1794
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: UserEvent
Privilege: user,all
UserEvent: ConfJoin
Conf: 453
Channel: SIP/CO999x1001.1-0000019c
Meetme: 245597274371231453
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4740 process_message: Running action ‘Redirect’
[Feb 14 22:51:29] DEBUG[26185]: channel.c:5919 __ast_channel_masquerade: Planning to masquerade channel SIP/CO999x1003.1-00000195 into the structure of AsyncGoto/SIP/CO999x1003.1-00000195
[Feb 14 22:51:29] DEBUG[26185]: channel.c:5929 __ast_channel_masquerade: Done planning to masquerade channel SIP/CO999x1003.1-00000195 into the structure of AsyncGoto/SIP/CO999x1003.1-00000195
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: UserEvent
Privilege: user,all
UserEvent: ConfJoin
Conf: 453
Channel: SIP/CO999x1001.1-0000019c
Meetme: 245597274371231453
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
AccountCode:
Exten: 453
Context: meetme-build
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1003.1-00000195
CloneState: Up
Original: AsyncGoto/SIP/CO999x1003.1-00000195
OriginalState: Up

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1792

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1792

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘ConfBridge’
– Executing [2@phones:8] ConfBridge(“SIP/CO999x1001.1-0000019c”, “245597274371231453,1q”) in new stack
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 8
Application: ConfBridge
AppData: 245597274371231453,1q
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: app_confbridge.c:424 join_conference_bridge: Trying to find conference bridge ‘245597274371231453’
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:391 find_best_technology: Bridge technology simple_bridge has capabilities 34 and we want 4
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:397 find_best_technology: Bridge technology simple_bridge does not have the capabilities we need.
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:391 find_best_technology: Bridge technology multiplexed_bridge has capabilities 2 and we want 4
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:397 find_best_technology: Bridge technology multiplexed_bridge does not have the capabilities we need.
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:391 find_best_technology: Bridge technology softmix has capabilities 52 and we want 4
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:412 find_best_technology: Chose bridge technology softmix
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:490 ast_bridge_new: Giving bridge technology softmix the bridge structure 0x171e43a8 to setup
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:524 ast_bridge_destroy: Telling all channels in bridge 0x171e43a8 to end and leave the party
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:424 destroy_bridge: Actually destroying bridge 0x171e43a8, nobody wants it anymore
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:428 destroy_bridge: Giving bridge technology softmix the bridge structure 0x171e43a8 to destroy
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:391 find_best_technology: Bridge technology simple_bridge has capabilities 34 and we want 2
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:391 find_best_technology: Bridge technology multiplexed_bridge has capabilities 2 and we want 2
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:391 find_best_technology: Bridge technology softmix has capabilities 52 and we want 2
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:397 find_best_technology: Bridge technology softmix does not have the capabilities we need.
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:412 find_best_technology: Chose bridge technology multiplexed_bridge
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:490 ast_bridge_new: Giving bridge technology multiplexed_bridge the bridge structure 0x1727d3e8 to setup
[Feb 14 22:51:29] DEBUG[26239]: bridge_multiplexed.c:145 multiplexed_bridge_create: Created multiplexed thread ‘0x171a6288’ for bridge ‘0x1727d3e8’
[Feb 14 22:51:29] DEBUG[26239]: app_confbridge.c:465 join_conference_bridge: Created conference bridge ‘245597274371231453’ and linked to container ‘0x16ffa928’
[Feb 14 22:51:29] DEBUG[26239]: devicestate.c:438 devstate_event: device ‘confbridge:245597274371231453’ state ‘2’
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:875 bridge_channel_join: Joining bridge channel 0x42419620 to bridge 0x1727d3e8
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:159 bridge_array_add: Added channel SIP/CO999x1001.1-0000019c(0x2aaacc0670c8) to bridge array on 0x1727d3e8, new count is 1
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:600 smart_bridge_operation: Bridge 0x1727d3e8 channel count (1) is within limits for bridge technology multiplexed_bridge, not performing smart bridge operation.
[Feb 14 22:51:29] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘confbridge:245597274371231453’ changed to state ‘2’ (In use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:560 bridge_make_compatible: Bridge 0x1727d3e8 is happy that channel SIP/CO999x1001.1-0000019c already has read format ulaw
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:580 bridge_make_compatible: Bridge 0x1727d3e8 is happy that channel SIP/CO999x1001.1-0000019c already has write format ulaw
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:907 bridge_channel_join: Giving bridge technology multiplexed_bridge notification that 0x42419620 is joining bridge 0x1727d3e8
[Feb 14 22:51:29] DEBUG[26239]: bridge_multiplexed.c:321 multiplexed_bridge_join: Adding channel ‘SIP/CO999x1001.1-0000019c’ to multiplexed thread ‘0x171a6288’ for monitoring
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:747 bridge_channel_join_singlethreaded: Going into a single threaded signal wait for bridge channel 0x42419620 of bridge 0x1727d3e8
[Feb 14 22:51:29] DEBUG[26264]: bridge_multiplexed.c:211 multiplexed_thread_function: Starting actual thread for multiplexed thread ‘0x171a6288’
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285089.1795
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:29] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to write format slin
[Feb 14 22:51:29] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to read format slin
[Feb 14 22:51:29] DEBUG[26185]: channel.c:6713 ast_do_masquerade: Putting channel SIP/CO999x1003.1-00000195 in slin/slin formats
[Feb 14 22:51:29] DEBUG[26185]: chan_sip.c:6727 sip_fixup: SIP Fixup: New owner for dialogue MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.: SIP/CO999x1003.1-00000195 (Old parent: AsyncGoto/SIP/CO999x1003.1-00000195)
[Feb 14 22:51:29] DEBUG[26185]: channel.c:6758 ast_do_masquerade: Released clone lock on ‘AsyncGoto/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:29] DEBUG[26185]: channel.c:6766 ast_do_masquerade: Done Masquerading SIP/CO999x1003.1-00000195 (6)
[Feb 14 22:51:29] DEBUG[26185]: res_rtp_asterisk.c:788 ast_rtp_change_source: Changing ssrc from 2041530440 to 990492208 due to a source change
[Feb 14 22:51:29] DEBUG[25427]: rtp_engine.c:841 local_bridge_loop: rtp-engine-local-bridge: Oooh, formats changed, backing out
[Feb 14 22:51:29] DEBUG[25427]: channel.c:7062 ast_generic_bridge: Didn’t get a frame from channel: AsyncGoto/SIP/CO999x1003.1-00000195
[Feb 14 22:51:29] DEBUG[25427]: res_rtp_asterisk.c:769 ast_rtp_update_source: Setting the marker bit due to a source update
[Feb 14 22:51:29] DEBUG[25427]: channel.c:7521 ast_channel_bridge: Bridge stops bridging channels SIP/CO999x1002.1-00000196 and AsyncGoto/SIP/CO999x1003.1-00000195
[Feb 14 22:51:29] DEBUG[25427]: channel.c:2680 ast_softhangup_nolock: Soft-Hanging up channel ‘SIP/CO999x1002.1-00000196’
[Feb 14 22:51:29] DEBUG[25427]: pbx.c:4230 pbx_extension_helper: Launching ‘NoOp’
– Executing [h@meetme-build:1] NoOp(“SIP/CO999x1002.1-00000196”, “meetme-build”) in new stack
[Feb 14 22:51:29] DEBUG[25427]: pbx.c:4230 pbx_extension_helper: Launching ‘Hangup’
– Executing [h@meetme-build:2] Hangup(“SIP/CO999x1002.1-00000196”, “”) in new stack
[Feb 14 22:51:29] DEBUG[25427]: features.c:4344 ast_bridge_call: Spawn extension (meetme-build,h,2) exited non-zero on ‘SIP/CO999x1002.1-00000196’
== Spawn extension (meetme-build, h, 2) exited non-zero on ‘SIP/CO999x1002.1-00000196’
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: BRIDGEPEER
Value: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1002.1-00000196
Uniqueid: 1329285084.1792

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Variable: BRIDGEPVTCALLID
Value: 5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060
Uniqueid: 1329285084.1792

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Unlink
Privilege: call,all
Channel1: SIP/CO999x1002.1-00000196
Channel2: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid1: 1329285084.1793
Uniqueid2: 1329285084.1792
CallerID1: 3036792393
CallerID2:

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 1
Application: NoOp
AppData: meetme-build
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[25427]: channel.c:2820 ast_hangup: Hanging up channel ‘SIP/CO999x1002.1-00000196’
[Feb 14 22:51:29] DEBUG[25427]: chan_sip.c:6319 sip_hangup: Hanging up zombie call. Be scared.
[Feb 14 22:51:29] DEBUG[25427]: chan_sip.c:4295 sip_setoption: Set option TDD MODE, value: OFF on SIP/CO999x1002.1-00000196
[Feb 14 22:51:29] DEBUG[25427]: chan_sip.c:4296 sip_setoption: Set option TDD MUTE, value: OFF on SIP/CO999x1002.1-00000196
[Feb 14 22:51:29] DEBUG[25427]: res_rtp_asterisk.c:2487 ast_rtp_remote_address_set: Setting RTCP address on RTP instance ‘0x172141b8’
[Feb 14 22:51:29] DEBUG[25427]: chan_sip.c:3334 __sip_xmit: Trying to put ‘BYE sip:CO9’ onto UDP socket destined for 192.168.57.102:5060
[Feb 14 22:51:29] DEBUG[25427]: channel.c:2831 ast_hangup: Hanging up zombie ‘AsyncGoto/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: RTPAUDIOQOS
Value: ssrc=1883101818;themssrc=636444679;lp=397;rxjitter=0.000206;rxcount=519;txjitter=0.000000;txcount=494;rlp=0;rtt=0.000000
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: RTPAUDIOQOSJITTER
Value: minrxjitter=0.000000;maxrxjitter=0.000000;avgrxjitter=0.000000;stdevrxjitter=0.000000;reported_minjitter=0.000000;reported_maxjitter=0.000000;reported_avgjitter=0.000000;reported_stdevjitter=0.000000;
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: RTPAUDIOQOSLOSS
Value: minrxlost=0.000000;maxrxlost=0.000000;avgrxlost=0.000000;stdevrxlost=0.000000;reported_minlost=0.000000;reported_maxlost=0.000000;reported_avglost=0.000000;reported_stdevlost=0.000000;
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: RTPAUDIOQOSRTT
Value: minrtt=0.000000;maxrtt=0.000000;avgrtt=0.000000;stdevrtt=0.000000;
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: RTPAUDIOQOS
Value: ssrc=1883101818;themssrc=636444679;lp=397;rxjitter=0.000206;rxcount=519;txjitter=0.000000;txcount=494;rlp=0;rtt=0.000000
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
Uniqueid: 1329285084.1793
CallerIDNum: 3036792393
CallerIDName: Dispatch
ConnectedLineNum: 3036792393
ConnectedLineName: Dispatch
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1792
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 0
Cause-txt: Unknown

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
AccountCode:
Exten: 453
Context: meetme-build
Uniqueid: 1329285089.1796

[Feb 14 22:51:29] WARNING[26185]: channel.c:5843 __ast_channel_masquerade: Can’t setup masquerade. One or both channels is dead. (AsyncGoto/SIP/CO999x1002.1-00000196 <-- SIP/CO999x1002.1-00000196)
[Feb 14 22:51:29] DEBUG[26185]: channel.c:2820 ast_hangup: Hanging up channel ‘AsyncGoto/SIP/CO999x1002.1-00000196’
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
Uniqueid: 1329285089.1796
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 0
Cause-txt: Unknown

[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for AsyncGoto/SIP/CO999x1002.1 - state 4 (Invalid)
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘AsyncGoto/SIP/CO999x1002.1’ state ‘4’
[Feb 14 22:51:29] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘AsyncGoto/SIP/CO999x1002.1’ changed to state ‘4’ (Invalid) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for AsyncGoto/SIP/CO999x1003.1 - state 4 (Invalid)
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘AsyncGoto/SIP/CO999x1003.1’ state ‘4’
[Feb 14 22:51:29] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘AsyncGoto/SIP/CO999x1003.1’ changed to state ‘4’ (Invalid) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:29] DEBUG[20584]: chan_sip.c:26353 sip_devicestate: Checking device state for peer CO999x1002.1
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for SIP/CO999x1002.1 - state 1 (Not in use)
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘SIP/CO999x1002.1’ state ‘1’
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
AccountCode:
Exten: 453
Context: meetme-build
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘SIP/CO999x1002.1’ changed to state ‘1’ (Not in use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1003.1-00000195
CloneState: Up
Original: AsyncGoto/SIP/CO999x1003.1-00000195
OriginalState: Up

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1792

Debug Continued:

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1792

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1792

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Context: phones
Extension: 2
Priority: 8
Application: ConfBridge
AppData: 245597274371231453,1q
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285089.1795
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: BRIDGEPEER
Value: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1002.1-00000196
Uniqueid: 1329285084.1792

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Variable: BRIDGEPVTCALLID
Value: 5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060
Uniqueid: 1329285084.1792

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Unlink
Privilege: call,all
Channel1: SIP/CO999x1002.1-00000196
Channel2: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid1: 1329285084.1793
Uniqueid2: 1329285084.1792
CallerID1: 3036792393
CallerID2:

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 1
Application: NoOp
AppData: meetme-build
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Context: meetme-build
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: RTPAUDIOQOS
Value: ssrc=1883101818;themssrc=636444679;lp=397;rxjitter=0.000206;rxcount=519;txjitter=0.000000;txcount=494;rlp=0;rtt=0.000000
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: RTPAUDIOQOSJITTER
Value: minrxjitter=0.000000;maxrxjitter=0.000000;avgrxjitter=0.000000;stdevrxjitter=0.000000;reported_minjitter=0.000000;reported_maxjitter=0.000000;reported_avgjitter=0.000000;reported_stdevjitter=0.000000;
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: RTPAUDIOQOSLOSS
Value: minrxlost=0.000000;maxrxlost=0.000000;avgrxlost=0.000000;stdevrxlost=0.000000;reported_minlost=0.000000;reported_maxlost=0.000000;reported_avglost=0.000000;reported_stdevlost=0.000000;
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: RTPAUDIOQOSRTT
Value: minrtt=0.000000;maxrtt=0.000000;avgrtt=0.000000;stdevrtt=0.000000;
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1002.1-00000196
Variable: RTPAUDIOQOS
Value: ssrc=1883101818;themssrc=636444679;lp=397;rxjitter=0.000206;rxcount=519;txjitter=0.000000;txcount=494;rlp=0;rtt=0.000000
Uniqueid: 1329285084.1793

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: SIP/CO999x1002.1-00000196
Uniqueid: 1329285084.1793
CallerIDNum: 3036792393
CallerIDName: Dispatch
ConnectedLineNum: 3036792393
ConnectedLineName: Dispatch
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1003.1-00000195
Uniqueid: 1329285084.1792
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 0
Cause-txt: Unknown

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
AccountCode:
Exten: 453
Context: meetme-build
Uniqueid: 1329285089.1796

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: AsyncGoto/SIP/CO999x1002.1-00000196
Uniqueid: 1329285089.1796
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 0
Cause-txt: Unknown

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4740 process_message: Running action ‘Bridge’
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
ChannelState: 0
ChannelStateDesc: Down
CallerIDNum:
CallerIDName:
AccountCode:
Exten:
Context:
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: MusicOnHold
Privilege: call,all
State: Stop
Channel: SIP/CO999x1001.1-0000019c
UniqueID: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for Bridge/SIP/CO999x1001.1 - state 2 (In use)
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘Bridge/SIP/CO999x1001.1’ state ‘2’
[Feb 14 22:51:29] DEBUG[26185]: channel.c:5919 __ast_channel_masquerade: Planning to masquerade channel SIP/CO999x1001.1-0000019c into the structure of Bridge/SIP/CO999x1001.1-0000019c
[Feb 14 22:51:29] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘Bridge/SIP/CO999x1001.1’ changed to state ‘2’ (In use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:29] DEBUG[26185]: channel.c:5929 __ast_channel_masquerade: Done planning to masquerade channel SIP/CO999x1001.1-0000019c into the structure of Bridge/SIP/CO999x1001.1-0000019c
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1001.1-0000019c
CloneState: Up
Original: Bridge/SIP/CO999x1001.1-0000019c
OriginalState: Up

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
Newname: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
Newname: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
Newname: Bridge/SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[26265]: pbx.c:4230 pbx_extension_helper: Launching ‘Answer’
– Executing [453@meetme-build:1] Answer(“SIP/CO999x1003.1-00000195”, “”) in new stack
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: 453
Priority: 1
Application: Answer
AppData:
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26265]: pbx.c:4230 pbx_extension_helper: Launching ‘Wait’
– Executing [453@meetme-build:2] Wait(“SIP/CO999x1003.1-00000195”, “0.1”) in new stack
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: 453
Priority: 2
Application: Wait
AppData: 0.1
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285089.1797
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:29] DEBUG[26185]: channel.c:6713 ast_do_masquerade: Putting channel SIP/CO999x1001.1-0000019c in ulaw/ulaw formats
[Feb 14 22:51:29] DEBUG[26185]: chan_sip.c:6727 sip_fixup: SIP Fixup: New owner for dialogue 38a1076-948b2081-3a546e40@192.168.57.101: SIP/CO999x1001.1-0000019c (Old parent: Bridge/SIP/CO999x1001.1-0000019c)
[Feb 14 22:51:29] DEBUG[26185]: channel.c:6758 ast_do_masquerade: Released clone lock on ‘Bridge/SIP/CO999x1001.1-0000019c’
[Feb 14 22:51:29] DEBUG[26185]: channel.c:6766 ast_do_masquerade: Done Masquerading SIP/CO999x1001.1-0000019c (6)
[Feb 14 22:51:29] DEBUG[26185]: res_rtp_asterisk.c:781 ast_rtp_change_source: Not changing SSRC since we haven’t sent any RTP yet
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:951 bridge_channel_join: Giving bridge technology multiplexed_bridge notification that 0x42419620 is leaving bridge 0x1727d3e8
[Feb 14 22:51:29] DEBUG[26239]: bridge_multiplexed.c:342 multiplexed_bridge_leave: Removing channel ‘Bridge/SIP/CO999x1001.1-0000019c’ from multiplexed thread ‘0x171a6288’
[Feb 14 22:51:29] DEBUG[26264]: bridge_multiplexed.c:260 multiplexed_thread_function: Stopping actual thread for multiplexed thread ‘0x171a6288’
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
ChannelState: 0
ChannelStateDesc: Down
CallerIDNum:
CallerIDName:
AccountCode:
Exten:
Context:
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[26239]: bridging.c:195 bridge_array_remove: Removed channel 0x2aaacc0670c8 from bridge array on 0x1727d3e8, new count is 0
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:600 smart_bridge_operation: Bridge 0x1727d3e8 channel count (0) is within limits for bridge technology multiplexed_bridge, not performing smart bridge operation.
[Feb 14 22:51:29] DEBUG[26239]: devicestate.c:438 devstate_event: device ‘confbridge:245597274371231453’ state ‘1’
[Feb 14 22:51:29] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘confbridge:245597274371231453’ changed to state ‘1’ (Not in use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:29] DEBUG[26239]: app_confbridge.c:386 destroy_conference_bridge: Destroying conference bridge ‘245597274371231453’
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:524 ast_bridge_destroy: Telling all channels in bridge 0x1727d3e8 to end and leave the party
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:424 destroy_bridge: Actually destroying bridge 0x1727d3e8, nobody wants it anymore
[Feb 14 22:51:29] DEBUG[26239]: bridging.c:428 destroy_bridge: Giving bridge technology multiplexed_bridge the bridge structure 0x1727d3e8 to destroy
[Feb 14 22:51:29] DEBUG[26239]: bridge_multiplexed.c:190 multiplexed_bridge_destroy: Unlinking multiplexed thread ‘0x171a6288’ since nobody is using it anymore
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:5022 __ast_pbx_run: Extension 2, priority 8 returned normally even though call was hung up
[Feb 14 22:51:29] DEBUG[26239]: channel.c:2680 ast_softhangup_nolock: Soft-Hanging up channel ‘Bridge/SIP/CO999x1001.1-0000019c’
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: MusicOnHold
Privilege: call,all
State: Stop
Channel: SIP/CO999x1003.1-00000195
UniqueID: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘NoOp’
– Executing [h@phones:1] NoOp(“Bridge/SIP/CO999x1001.1-0000019c”, “phones”) in new stack
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:4230 pbx_extension_helper: Launching ‘Hangup’
– Executing [h@phones:2] Hangup(“Bridge/SIP/CO999x1001.1-0000019c”, “”) in new stack
[Feb 14 22:51:29] DEBUG[26239]: pbx.c:5225 __ast_pbx_run: Spawn extension (phones,h,2) exited non-zero on ‘Bridge/SIP/CO999x1001.1-0000019c’
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
Context: phones
Extension: h
Priority: 1
Application: NoOp
AppData: phones
Uniqueid: 1329285089.1794

== Spawn extension (phones, h, 2) exited non-zero on ‘Bridge/SIP/CO999x1001.1-0000019c’
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
Context: phones
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26239]: channel.c:2831 ast_hangup: Hanging up zombie ‘Bridge/SIP/CO999x1001.1-0000019c’
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1794
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for Bridge/SIP/CO999x1001.1 - state 0 (Unknown)
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘Bridge/SIP/CO999x1001.1’ state ‘0’
[Feb 14 22:51:29] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘Bridge/SIP/CO999x1001.1’ changed to state ‘0’ (Unknown) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for Bridge/SIP/CO999x1003.1 - state 2 (In use)
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘Bridge/SIP/CO999x1003.1’ state ‘2’
[Feb 14 22:51:29] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘Bridge/SIP/CO999x1003.1’ changed to state ‘2’ (In use) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:29] DEBUG[26185]: channel.c:5919 __ast_channel_masquerade: Planning to masquerade channel SIP/CO999x1003.1-00000195 into the structure of Bridge/SIP/CO999x1003.1-00000195
[Feb 14 22:51:29] DEBUG[26185]: channel.c:5929 __ast_channel_masquerade: Done planning to masquerade channel SIP/CO999x1003.1-00000195 into the structure of Bridge/SIP/CO999x1003.1-00000195
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1003.1-00000195
CloneState: Up
Original: Bridge/SIP/CO999x1003.1-00000195
OriginalState: Up

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: Bridge/SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285089.1798
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:29] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to write format slin
[Feb 14 22:51:29] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to read format slin
[Feb 14 22:51:29] DEBUG[26185]: channel.c:6713 ast_do_masquerade: Putting channel SIP/CO999x1003.1-00000195 in slin/slin formats
[Feb 14 22:51:29] DEBUG[26185]: chan_sip.c:6727 sip_fixup: SIP Fixup: New owner for dialogue MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.: SIP/CO999x1003.1-00000195 (Old parent: Bridge/SIP/CO999x1003.1-00000195)
[Feb 14 22:51:29] DEBUG[26185]: channel.c:6758 ast_do_masquerade: Released clone lock on ‘Bridge/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:29] DEBUG[26185]: channel.c:6766 ast_do_masquerade: Done Masquerading SIP/CO999x1003.1-00000195 (6)
[Feb 14 22:51:29] DEBUG[26185]: res_rtp_asterisk.c:788 ast_rtp_change_source: Changing ssrc from 990492208 to 1860371958 due to a source change
[Feb 14 22:51:29] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to write format ulaw
[Feb 14 22:51:29] DEBUG[26185]: channel.c:5150 set_format: Set channel SIP/CO999x1003.1-00000195 to read format ulaw
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: BridgeAction
Privilege: call,all
Response: Success
Channel1: SIP/CO999x1001.1-0000019c
Channel2: SIP/CO999x1003.1-00000195

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
ChannelState: 0
ChannelStateDesc: Down
CallerIDNum:
CallerIDName:
AccountCode:
Exten:
Context:
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: MusicOnHold
Privilege: call,all
State: Stop
Channel: SIP/CO999x1001.1-0000019c
UniqueID: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:4019 __sip_ack: Stopping retransmission on ‘5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060’ of Request 103: Match Found
[Feb 14 22:51:29] DEBUG[20627]: chan_sip.c:6095 sip_destroy: Destroying SIP dialog 5409c088499e96692f7f6c8c196fac9c@192.168.57.11:5060
[Feb 14 22:51:29] DEBUG[20627]: rtp_engine.c:293 instance_destructor: Destroyed RTP instance ‘0x172141b8’
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1001.1-0000019c
CloneState: Up
Original: Bridge/SIP/CO999x1001.1-0000019c
OriginalState: Up

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
Newname: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
Newname: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
Newname: Bridge/SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: 453
Priority: 1
Application: Answer
AppData:
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: 453
Priority: 2
Application: Wait
AppData: 0.1
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285089.1797
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newchannel
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
ChannelState: 0
ChannelStateDesc: Down
CallerIDNum:
CallerIDName:
AccountCode:
Exten:
Context:
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: MusicOnHold
Privilege: call,all
State: Stop
Channel: SIP/CO999x1003.1-00000195
UniqueID: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
Context: phones
Extension: h
Priority: 1
Application: NoOp
AppData: phones
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
Context: phones
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285089.1794

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: Bridge/SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1794
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newstate
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Masquerade
Privilege: call,all
Clone: SIP/CO999x1003.1-00000195
CloneState: Up
Original: Bridge/SIP/CO999x1003.1-00000195
OriginalState: Up

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Newname: SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Rename
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
Newname: Bridge/SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: MACRO_DEPTH
Value: 0
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: NewCallerid
Privilege: call,all
Channel: SIP/CO999x1003.1-00000195
CallerIDNum: 3036792393
CallerIDName: Dispatch
Uniqueid: 1329285089.1798
CID-CallingPres: 0 (Presentation Allowed, Not Screened)

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: BridgeAction
Privilege: call,all
Response: Success
Channel1: SIP/CO999x1001.1-0000019c
Channel2: SIP/CO999x1003.1-00000195

[Feb 14 22:51:29] DEBUG[26265]: pbx.c:5047 __ast_pbx_run: Spawn extension (meetme-build,453,2) exited non-zero on ‘Bridge/SIP/CO999x1003.1-00000195’
== Spawn extension (meetme-build, 453, 2) exited non-zero on ‘Bridge/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:29] DEBUG[26265]: channel.c:2680 ast_softhangup_nolock: Soft-Hanging up channel ‘Bridge/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:29] DEBUG[26265]: pbx.c:4230 pbx_extension_helper: Launching ‘NoOp’
– Executing [h@meetme-build:1] NoOp(“Bridge/SIP/CO999x1003.1-00000195”, “meetme-build”) in new stack
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: h
Priority: 1
Application: NoOp
AppData: meetme-build
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26265]: pbx.c:4230 pbx_extension_helper: Launching ‘Hangup’
– Executing [h@meetme-build:2] Hangup(“Bridge/SIP/CO999x1003.1-00000195”, “”) in new stack
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26265]: pbx.c:5225 __ast_pbx_run: Spawn extension (meetme-build,h,2) exited non-zero on ‘Bridge/SIP/CO999x1003.1-00000195’
== Spawn extension (meetme-build, h, 2) exited non-zero on ‘Bridge/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:29] DEBUG[26265]: channel.c:2831 ast_hangup: Hanging up zombie ‘Bridge/SIP/CO999x1003.1-00000195’
[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1795
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:458 do_state_change: Changing state for Bridge/SIP/CO999x1003.1 - state 0 (Unknown)
[Feb 14 22:51:29] DEBUG[20584]: devicestate.c:438 devstate_event: device ‘Bridge/SIP/CO999x1003.1’ state ‘0’
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: h
Priority: 1
Application: NoOp
AppData: meetme-build
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Newexten
Privilege: dialplan,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Context: meetme-build
Extension: h
Priority: 2
Application: Hangup
AppData:
Uniqueid: 1329285089.1795

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Hangup
Privilege: call,all
Channel: Bridge/SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1795
CallerIDNum:
CallerIDName:
ConnectedLineNum:
ConnectedLineName:
Cause: 16
Cause-txt: Normal Clearing

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: BRIDGEPEER
Value: SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: BRIDGEPEER
Value: SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: NewAccountCode
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1797
AccountCode:
OldAccountCode:

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: NewAccountCode
Privilege: call,all
Channel: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1797
AccountCode:
OldAccountCode:

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: Bridge
Privilege: call,all
Bridgestate: Link
Bridgetype: core
Channel1: SIP/CO999x1003.1-00000195
Channel2: SIP/CO999x1001.1-0000019c
Uniqueid1: 1329285089.1798
Uniqueid2: 1329285089.1797
CallerID1: 3036792393
CallerID2: 3036792393

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: Bridge
Privilege: call,all
Bridgestate: Link
Bridgetype: core
Channel1: SIP/CO999x1003.1-00000195
Channel2: SIP/CO999x1001.1-0000019c
Uniqueid1: 1329285089.1798
Uniqueid2: 1329285089.1797
CallerID1: 3036792393
CallerID2: 3036792393

[Feb 14 22:51:29] DEBUG[26267]: res_rtp_asterisk.c:769 ast_rtp_update_source: Setting the marker bit due to a source update
[Feb 14 22:51:29] DEBUG[26267]: res_rtp_asterisk.c:769 ast_rtp_update_source: Setting the marker bit due to a source update
[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPEER
Value: SIP/CO999x1001.1-0000019c
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPVTCALLID
Value: 38a1076-948b2081-3a546e40@192.168.57.101
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1003.1-00000195
Variable: BRIDGEPVTCALLID
Value: 38a1076-948b2081-3a546e40@192.168.57.101
Uniqueid: 1329285089.1798

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: BRIDGEPEER
Value: SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: BRIDGEPEER
Value: SIP/CO999x1003.1-00000195
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: BRIDGEPVTCALLID
Value: MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.
Uniqueid: 1329285089.1797

[Feb 14 22:51:29] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: VarSet
Privilege: dialplan,all
Channel: SIP/CO999x1001.1-0000019c
Variable: BRIDGEPVTCALLID
Value: MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.
Uniqueid: 1329285089.1797

-- Locally bridging SIP/CO999x1003.1-00000195 and SIP/CO999x1001.1-0000019c

[Feb 14 22:51:29] DEBUG[20764]: app_queue.c:1487 handle_statechange: Device ‘Bridge/SIP/CO999x1003.1’ changed to state ‘0’ (Unknown) but we don’t care because they’re not a member of any queue.
[Feb 14 22:51:30] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘38a1076-948b2081-3a546e40@192.168.57.101’ Method: ACK
[Feb 14 22:51:30] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:31] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘38a1076-948b2081-3a546e40@192.168.57.101’ Method: ACK
[Feb 14 22:51:31] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:31] DEBUG[20627]: acl.c:728 ast_ouraddrfor: For destination ‘192.168.57.32’, our source address is ‘192.168.57.11’.
[Feb 14 22:51:31] DEBUG[20627]: chan_sip.c:3488 ast_sip_ouraddrfor: Setting SIP_TRANSPORT_UDP with address 192.168.57.11:5060
[Feb 14 22:51:31] DEBUG[20627]: chan_sip.c:7871 sip_alloc: Allocating new SIP dialog for 8239138901022000103421@192.168.57.32 - OPTIONS (No RTP)
[Feb 14 22:51:31] DEBUG[20627]: chan_sip.c:3334 __sip_xmit: Trying to put ‘SIP/2.0 404’ onto UDP socket destined for 192.168.57.32:5060
[Feb 14 22:51:31] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘38a1076-948b2081-3a546e40@192.168.57.101’ Method: ACK
[Feb 14 22:51:31] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:31] DEBUG[26267]: res_rtp_asterisk.c:1732 ast_rtcp_read: Got RTCP report of 392 bytes
[Feb 14 22:51:31] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.1.200:20647
PT: 200(Sender Report)
ReceptionReports: 10
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 45685
SequenceNumberCycles: 0
IAJitter: 24754050
LastSR: 0.0000000000
DLSR: 0.0000(sec)

[Feb 14 22:51:31] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.1.200:20647
PT: 200(Sender Report)
ReceptionReports: 10
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 45685
SequenceNumberCycles: 0
IAJitter: 24754050
LastSR: 0.0000000000
DLSR: 0.0000(sec)

[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘38a1076-948b2081-3a546e40@192.168.57.101’ Method: ACK
[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:7871 sip_alloc: Allocating new SIP dialog for 5443fa7362f121921e167b23176d03ff@67.215.65.132:0 - OPTIONS (No RTP)
[Feb 14 22:51:32] DEBUG[20627]: acl.c:728 ast_ouraddrfor: For destination ‘192.168.1.195’, our source address is ‘192.168.57.11’.
[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:3488 ast_sip_ouraddrfor: Setting SIP_TRANSPORT_UDP with address 192.168.57.11:5060
[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:3063 initialize_initreq: Initializing initreq for method OPTIONS - callid 4adeed4342fcf6a47aeac0ab107019f9@192.168.57.11:5060
[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:3334 __sip_xmit: Trying to put ‘OPTIONS sip’ onto UDP socket destined for 192.168.1.195:5060
[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘38a1076-948b2081-3a546e40@192.168.57.101’ Method: ACK
[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:4019 __sip_ack: Stopping retransmission on ‘4adeed4342fcf6a47aeac0ab107019f9@192.168.57.11:5060’ of Request 102: Match Found
[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘38a1076-948b2081-3a546e40@192.168.57.101’ Method: ACK
[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:32] DEBUG[20627]: chan_sip.c:6095 sip_destroy: Destroying SIP dialog 4adeed4342fcf6a47aeac0ab107019f9@192.168.57.11:5060
[Feb 14 22:51:33] DEBUG[20627]: chan_sip.c:3875 __sip_autodestruct: Auto destroying SIP dialog ‘7483455131022000103351@192.168.57.32’
[Feb 14 22:51:33] DEBUG[20627]: chan_sip.c:6095 sip_destroy: Destroying SIP dialog 7483455131022000103351@192.168.57.32
[Feb 14 22:51:33] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘38a1076-948b2081-3a546e40@192.168.57.101’ Method: ACK
[Feb 14 22:51:33] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:34] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘38a1076-948b2081-3a546e40@192.168.57.101’ Method: ACK
[Feb 14 22:51:34] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:34] DEBUG[26267]: res_rtp_asterisk.c:1732 ast_rtcp_read: Got RTCP report of 88 bytes
[Feb 14 22:51:34] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.57.101:2267
PT: 200(Sender Report)
ReceptionReports: 1
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 2775
SequenceNumberCycles: 0
IAJitter: 16
LastSR: 0.0000000000
DLSR: 0.0000(sec)

[Feb 14 22:51:34] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.57.101:2267
PT: 200(Sender Report)
ReceptionReports: 1
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 2775
SequenceNumberCycles: 0
IAJitter: 16
LastSR: 0.0000000000
DLSR: 0.0000(sec)

[Feb 14 22:51:34] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘38a1076-948b2081-3a546e40@192.168.57.101’ Method: ACK
[Feb 14 22:51:34] DEBUG[20627]: chan_sip.c:16959 dialog_needdestroy: Bridge still active. Delaying destroy of SIP dialog ‘MGJjN2YyYWZhMGFlYTUxMWJiZjMyNTM5YjEzNWNkNzg.’ Method: ACK
[Feb 14 22:51:34] DEBUG[26267]: res_rtp_asterisk.c:1732 ast_rtcp_read: Got RTCP report of 392 bytes
[Feb 14 22:51:34] DEBUG[26185]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.1.200:20647
PT: 200(Sender Report)
ReceptionReports: 10
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 45685
SequenceNumberCycles: 0
IAJitter: 24754050
LastSR: 0.0000000000
DLSR: 0.0000(sec)

[Feb 14 22:51:34] DEBUG[12539]: manager.c:4333 match_filter: Examining event:
Event: RTCPReceived
Privilege: reporting,all
From: 192.168.1.200:20647
PT: 200(Sender Report)
ReceptionReports: 10
SenderSSRC: 0
FractionLost: 0
PacketsLost: 0
HighestSequence: 45685
SequenceNumberCycles: 0
IAJitter: 24754050
LastSR: 0.0000000000
DLSR: 0.0000(sec)

CO-999-1*CLI> quit
[experient@CO-999-1 ~]$