[Freeswitch-users] Event Channel Bridge not firing

Chris Martineau Chris.Martineau at semafone.com
Tue Nov 13 14:28:09 MSK 2012


Hi,

I am writing a simple interface to read bridge and unbridge events via the event socket.

All was going well until I noticed that a lot of the events are missing. Out of 10 I will lose 30%.

Increased tcp buffers, increased read requests but with no effect.

Looked at wireshark and the events are not being sent?

Made a simple freeswitch module to read and report on events and get exactly the same in the module.

I attach the output from freeswitch  so you can see that even though the channel states trigger the bridge and sometimes the unbridge events do not (or at least they are not reaching my module or the esl module)?

Any idea why this may be the case?

Freeswitch version 1.3.0+git 20121023T030122Z~8589e031d0 (git 8589e03 2012-10-23 03:01:22Z)

(Ignore the ERR level, output from the module at this level so it was easy to see just these logs)

2012-11-13 10:50:03.564141 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2049 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:50:03.584210 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e1236064-2d7f-11e2-9d1c-158386780fa6 State=CS_ROUTING
2012-11-13 10:50:03.604108 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e1236064-2d7f-11e2-9d1c-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:50:03.604108 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2049 at 192.168.86.130 State=CS_EXECUTE
2012-11-13 10:50:03.624137 [ERR] mod_ccm.c:311 CHANNEL_BRIDGE: UUID=1-2049 at 192.168.86.130 State=CS_HIBERNATE
2012-11-13 10:50:03.624137 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:03.624137 [ERR] mod_ccm.c:311 CHANNEL_UNBRIDGE: UUID=1-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:03.624137 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e1236064-2d7f-11e2-9d1c-158386780fa6 State=CS_HANGUP
2012-11-13 10:50:03.624137 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2049 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:50:03.644145 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e1236064-2d7f-11e2-9d1c-158386780fa6 State=CS_DESTROY
2012-11-13 10:50:04.563188 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=2-2049 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:50:04.584337 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e1bc097c-2d7f-11e2-9d26-158386780fa6 State=CS_ROUTING
2012-11-13 10:50:04.584337 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e1bc097c-2d7f-11e2-9d26-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:50:04.584337 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=2-2049 at 192.168.86.130 State=CS_EXECUTE
2012-11-13 10:50:04.603206 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=2-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:04.603206 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e1bc097c-2d7f-11e2-9d26-158386780fa6 State=CS_HANGUP
2012-11-13 10:50:04.603206 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e1bc097c-2d7f-11e2-9d26-158386780fa6 State=CS_DESTROY
2012-11-13 10:50:04.623215 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=2-2049 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:50:05.563322 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=3-2049 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:50:05.583317 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e2545330-2d7f-11e2-9d30-158386780fa6 State=CS_ROUTING
2012-11-13 10:50:05.583317 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e2545330-2d7f-11e2-9d30-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:50:05.603407 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=3-2049 at 192.168.86.130 State=CS_EXECUTE
2012-11-13 10:50:05.603407 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=3-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:05.623330 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e2545330-2d7f-11e2-9d30-158386780fa6 State=CS_HANGUP
2012-11-13 10:50:05.623330 [ERR] mod_ccm.c:311 CHANNEL_UNBRIDGE: UUID=3-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:05.623330 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e2545330-2d7f-11e2-9d30-158386780fa6 State=CS_DESTROY
2012-11-13 10:50:05.623330 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=3-2049 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:50:06.563430 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4-2049 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:50:06.583602 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e2ed6ade-2d7f-11e2-9d3a-158386780fa6 State=CS_ROUTING
2012-11-13 10:50:06.583602 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e2ed6ade-2d7f-11e2-9d3a-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:50:06.603523 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4-2049 at 192.168.86.130 State=CS_EXECUTE
2012-11-13 10:50:06.603523 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:06.623468 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e2ed6ade-2d7f-11e2-9d3a-158386780fa6 State=CS_HANGUP
2012-11-13 10:50:06.623468 [ERR] mod_ccm.c:311 CHANNEL_UNBRIDGE: UUID=4-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:06.623468 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e2ed6ade-2d7f-11e2-9d3a-158386780fa6 State=CS_DESTROY
2012-11-13 10:50:06.623468 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4-2049 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:50:07.563046 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=5-2049 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:50:07.583102 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e385b514-2d7f-11e2-9d44-158386780fa6 State=CS_ROUTING
2012-11-13 10:50:07.603059 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e385b514-2d7f-11e2-9d44-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:50:07.603059 [ERR] mod_ccm.c:311 CHANNEL_BRIDGE: UUID=5-2049 at 192.168.86.130 State=CS_HIBERNATE
2012-11-13 10:50:07.603059 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=5-2049 at 192.168.86.130 State=CS_HIBERNATE
2012-11-13 10:50:07.603059 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=5-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:07.623083 [ERR] mod_ccm.c:311 CHANNEL_UNBRIDGE: UUID=5-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:07.623083 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e385b514-2d7f-11e2-9d44-158386780fa6 State=CS_HANGUP
2012-11-13 10:50:07.623083 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e385b514-2d7f-11e2-9d44-158386780fa6 State=CS_DESTROY
2012-11-13 10:50:07.623083 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=5-2049 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:50:08.563249 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=6-2049 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:50:08.585648 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e41ee432-2d7f-11e2-9d4e-158386780fa6 State=CS_ROUTING
2012-11-13 10:50:08.585648 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e41ee432-2d7f-11e2-9d4e-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:50:08.603325 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=6-2049 at 192.168.86.130 State=CS_EXECUTE
2012-11-13 10:50:08.623173 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=6-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:08.623173 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e41ee432-2d7f-11e2-9d4e-158386780fa6 State=CS_HANGUP
2012-11-13 10:50:08.623173 [ERR] mod_ccm.c:311 CHANNEL_UNBRIDGE: UUID=6-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:08.623173 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e41ee432-2d7f-11e2-9d4e-158386780fa6 State=CS_DESTROY
2012-11-13 10:50:08.623173 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=6-2049 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:50:09.587627 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=7-2049 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:50:09.587627 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e4b6cb94-2d7f-11e2-9d58-158386780fa6 State=CS_ROUTING
2012-11-13 10:50:09.587627 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e4b6cb94-2d7f-11e2-9d58-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:50:09.606362 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=7-2049 at 192.168.86.130 State=CS_EXECUTE
2012-11-13 10:50:09.606362 [ERR] mod_ccm.c:311 CHANNEL_BRIDGE: UUID=7-2049 at 192.168.86.130 State=CS_HIBERNATE
2012-11-13 10:50:09.606362 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=7-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:09.606362 [ERR] mod_ccm.c:311 CHANNEL_UNBRIDGE: UUID=7-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:09.623249 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e4b6cb94-2d7f-11e2-9d58-158386780fa6 State=CS_HANGUP
2012-11-13 10:50:09.623249 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e4b6cb94-2d7f-11e2-9d58-158386780fa6 State=CS_DESTROY
2012-11-13 10:50:09.623249 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=7-2049 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:50:10.563401 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=8-2049 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:50:10.585417 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e54f9694-2d7f-11e2-9d62-158386780fa6 State=CS_ROUTING
2012-11-13 10:50:10.585417 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e54f9694-2d7f-11e2-9d62-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:50:10.585417 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=8-2049 at 192.168.86.130 State=CS_EXECUTE
2012-11-13 10:50:10.603595 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=8-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:10.603595 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e54f9694-2d7f-11e2-9d62-158386780fa6 State=CS_HANGUP
2012-11-13 10:50:10.623350 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e54f9694-2d7f-11e2-9d62-158386780fa6 State=CS_DESTROY
2012-11-13 10:50:10.623350 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=8-2049 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:50:11.563509 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=9-2049 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:50:11.583537 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e5e7e322-2d7f-11e2-9d6c-158386780fa6 State=CS_ROUTING
2012-11-13 10:50:11.583537 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e5e7e322-2d7f-11e2-9d6c-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:50:11.604376 [ERR] mod_ccm.c:311 CHANNEL_BRIDGE: UUID=9-2049 at 192.168.86.130 State=CS_HIBERNATE
2012-11-13 10:50:11.604376 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=9-2049 at 192.168.86.130 State=CS_HIBERNATE
2012-11-13 10:50:11.604376 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=9-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:11.604376 [ERR] mod_ccm.c:311 CHANNEL_UNBRIDGE: UUID=9-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:11.623112 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e5e7e322-2d7f-11e2-9d6c-158386780fa6 State=CS_HANGUP
2012-11-13 10:50:11.623112 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e5e7e322-2d7f-11e2-9d6c-158386780fa6 State=CS_DESTROY
2012-11-13 10:50:11.623112 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=9-2049 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:50:12.563113 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=10-2049 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:50:12.583790 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e6806ff2-2d7f-11e2-9d76-158386780fa6 State=CS_ROUTING
2012-11-13 10:50:12.603153 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e6806ff2-2d7f-11e2-9d76-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:50:12.603153 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=10-2049 at 192.168.86.130 State=CS_EXECUTE
2012-11-13 10:50:12.603153 [ERR] mod_ccm.c:311 CHANNEL_BRIDGE: UUID=10-2049 at 192.168.86.130 State=CS_HIBERNATE
2012-11-13 10:50:12.603153 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=10-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:12.603153 [ERR] mod_ccm.c:311 CHANNEL_UNBRIDGE: UUID=10-2049 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:50:12.627134 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e6806ff2-2d7f-11e2-9d76-158386780fa6 State=CS_HANGUP
2012-11-13 10:50:12.627134 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=10-2049 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:50:12.627134 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=e6806ff2-2d7f-11e2-9d76-158386780fa6 State=CS_DESTROY
2012-11-13 10:52:35.023536 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2061 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:52:35.023536 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=3b69185c-2d80-11e2-9d80-158386780fa6 State=CS_ROUTING
2012-11-13 10:52:35.043882 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=3b69185c-2d80-11e2-9d80-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:52:35.066203 [ERR] mod_ccm.c:311 CHANNEL_BRIDGE: UUID=1-2061 at 192.168.86.130 State=CS_HIBERNATE
2012-11-13 10:52:35.066203 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2061 at 192.168.86.130 State=CS_HIBERNATE
2012-11-13 10:52:35.066203 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2061 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:52:35.066203 [ERR] mod_ccm.c:311 CHANNEL_UNBRIDGE: UUID=1-2061 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:52:35.083087 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=3b69185c-2d80-11e2-9d80-158386780fa6 State=CS_HANGUP
2012-11-13 10:52:35.083087 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=3b69185c-2d80-11e2-9d80-158386780fa6 State=CS_HANGUP
2012-11-13 10:52:35.083087 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2061 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:52:35.083087 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=3b69185c-2d80-11e2-9d80-158386780fa6 State=CS_DESTROY

freeswitch at ubuntu> 2012-11-13 10:52:50.003125 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2062 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:52:50.003125 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4455dab8-2d80-11e2-9d8a-158386780fa6 State=CS_ROUTING
2012-11-13 10:52:50.003125 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4455dab8-2d80-11e2-9d8a-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:52:50.003125 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2062 at 192.168.86.130 State=CS_EXECUTE
2012-11-13 10:52:50.032743 [ERR] mod_ccm.c:311 CHANNEL_BRIDGE: UUID=1-2062 at 192.168.86.130 State=CS_HIBERNATE
2012-11-13 10:52:50.032743 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2062 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:52:50.032743 [ERR] mod_ccm.c:311 CHANNEL_UNBRIDGE: UUID=1-2062 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:52:50.032743 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4455dab8-2d80-11e2-9d8a-158386780fa6 State=CS_HANGUP
2012-11-13 10:52:50.032743 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4455dab8-2d80-11e2-9d8a-158386780fa6 State=CS_DESTROY
2012-11-13 10:52:50.032743 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2062 at 192.168.86.130 State=CS_DESTROY

freeswitch at ubuntu> 2012-11-13 10:53:01.383362 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2063 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:53:01.403381 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4b1ff590-2d80-11e2-9d94-158386780fa6 State=CS_ROUTING
2012-11-13 10:53:01.403381 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4b1ff590-2d80-11e2-9d94-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:53:01.403381 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2063 at 192.168.86.130 State=CS_EXECUTE
2012-11-13 10:53:01.430829 [ERR] mod_ccm.c:311 CHANNEL_BRIDGE: UUID=1-2063 at 192.168.86.130 State=CS_HIBERNATE
2012-11-13 10:53:01.430829 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2063 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:53:01.430829 [ERR] mod_ccm.c:311 CHANNEL_UNBRIDGE: UUID=1-2063 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:53:01.430829 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4b1ff590-2d80-11e2-9d94-158386780fa6 State=CS_HANGUP
2012-11-13 10:53:01.430829 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2063 at 192.168.86.130 State=CS_DESTROY
2012-11-13 10:53:01.430829 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=4b1ff590-2d80-11e2-9d94-158386780fa6 State=CS_DESTROY


NO BRIDGE OR UNBRIDGE EVENTS REPORTED FOR THIS CALL?
freeswitch at ubuntu> 2012-11-13 10:53:16.243477 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2064 at 192.168.86.130 State=CS_ROUTING
2012-11-13 10:53:16.266281 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=53fc1842-2d80-11e2-9d9e-158386780fa6 State=CS_ROUTING
2012-11-13 10:53:16.283823 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=53fc1842-2d80-11e2-9d9e-158386780fa6 State=CS_CONSUME_MEDIA
2012-11-13 10:53:16.283823 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2064 at 192.168.86.130 State=CS_EXECUTE
2012-11-13 10:53:16.283823 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2064 at 192.168.86.130 State=CS_HANGUP
2012-11-13 10:53:16.283823 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=53fc1842-2d80-11e2-9d9e-158386780fa6 State=CS_HANGUP
2012-11-13 10:53:16.283823 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=53fc1842-2d80-11e2-9d9e-158386780fa6 State=CS_DESTROY
2012-11-13 10:53:16.303504 [ERR] mod_ccm.c:311 CHANNEL_CALLSTATE: UUID=1-2064 at 192.168.86.130 State=CS_DESTROY

Many thanks

Chris


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20121113/ff86b359/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list