<div dir="ltr">I have asterisk 13.5 configured with a simple dial plan, 3 SIP clients two Laptops and smartphone with softphones installed. Now I am trying to store cdr into a database but not able to make a connection of ODBC drivers to MySQL is there an option or anything. Thanks in advance<div><br></div><div>My configuration::</div><div><div><b>sip.conf</b></div><div><br></div><div>[general]</div><div>trasport=udp ;Data format | sample commennt</div><div><br></div><div>[template01](!)</div><div>type=friend</div><div>context=from-internal</div><div>host=dynamic</div><div>disallow=all</div><div>allow=ulaw</div><div>context=from-internal</div><div>secret=unsecurepassword</div><div><br></div><div>[6001](template01)</div><div><br></div><div>[7001](template01)</div><div>bindport=6050</div><div><br></div><div><br></div><div><b>extensions.conf</b></div><div><br></div><div>[from-internal]</div><div>exten => 7001,1,Dial(SIP/7001,30)</div><div>exten => 6001,1,Dial(SIP/6001,30)</div></div></div>