Displaying 1 result from an estimated 1 matches for "template01".
2015 Sep 17
2
I want to store cdr into database
...nts 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
My configuration::
*sip.conf*
[general]
trasport=udp ;Data format | sample commennt
[template01](!)
type=friend
context=from-internal
host=dynamic
disallow=all
allow=ulaw
context=from-internal
secret=unsecurepassword
[6001](template01)
[7001](template01)
bindport=6050
*extensions.conf*
[from-internal]
exten => 7001,1,Dial(SIP/7001,30)
exten => 6001,1,Dial(SIP/6001,30)
-------------...