This might be better suited on a different list, but... Has anyone been able to retrieve information from a Cisco Call Manager to plug it in to an Asterisk box? I am attempting to use freetds and tsql to connect to the Microsft SQL server running on the Call Manager and get any and all information that I can. My big problem is that I can't figure out how to log on. I have set the password for the SQLSvc to something I know. I try this: tsql -S xxx.xxx.xxx.xxx -U 'DOMAIN\SQLSvc' I have tried every variation and watching the packets provides an incorrect login. Anyone have any suggestions? Thanks!