We're in the process of replacing our old Asterisk 1.4 server to new hardware on Asterisk 1.8.
When I look in asterisk I can see TNG connects fine on the manager interface, but when I make calls, its not logging any calls. I managed to find a log in TNG that gives me this message:
- Code: Select all
2012-04-01 12:30:35:027 [1.0.7.0] - AMI Exception:Event: Dial[10]Privilege: call,all[10]SubEvent: End[10]Channel: SIP/153-00000000[10]UniqueID: 1333276396.0[10]DialStatus: ANSWER[10]
2012-04-01 12:30:35:026 [1.0.7.0] - AMI Exception:ProcessAMIEvent: Access violation at address 0813F4D5, accessing address 000000A9
2012-04-01 12:30:00:884 [1.0.7.0] - AMI connected to port 5038 on 10.0.8.201
2012-04-01 12:30:00:759 [1.0.7.0] - AMI Exception:ConnectToAsterisk: Socket Error # 111[13][10]Connection refused.
2012-04-01 12:30:00:634 [1.0.7.0] - AMI Exception:Connection Closed Gracefully.
2012-04-01 12:30:00:634 [1.0.7.0] - AMI Disconnected:0 -
2012-04-01 12:27:04:551 [1.0.7.0] - AMI Exception:Event: Dial[10]Privilege: call,all[10]SubEvent: End[10]Channel: SIP/153-00000000[10]UniqueID: 1333276186.0[10]DialStatus: ANSWER[10]
2012-04-01 12:27:04:551 [1.0.7.0] - AMI Exception:ProcessAMIEvent: Access violation at address 0813F4D5, accessing address 000000A9
2012-04-01 12:23:44:337 [1.0.7.0] - AMI connected to port 5038 on 10.0.8.201
2012-04-01 12:23:44:212 [1.0.7.0] - AMI Exception:ConnectToAsterisk: Socket Error # 111[13][10]Connection refused.
2012-04-01 12:23:44:087 [1.0.7.0] - AMI Exception:Connection Closed Gracefully.
So it looks like TNG is in fact picking up the calls being made, but I'm not sure why its not logging it. Perhaps because of access violation part?