Displaying 2 results from an estimated 2 matches for "cytrex".
2005 Mar 24
0
Properly setup SRV?
...t answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47390
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; QUESTION SECTION:
;_sip._udp.cytelcom.com. IN SRV
;; ANSWER SECTION:
_sip._udp.cytelcom.com. 43200 IN SRV 0 0 5060
cytrex.cytelcom.com.
I also enabled SRV lookups in sip.conf.
Yet when I type in "sip:mboehm@cytelcom.com" asterisk says "404 Not Found".
I think I am missing a step somewhere. Where/Who translates my email address
into a phone number/extension?
Thanks,
Matthew
2005 Jul 27
5
cdr_mysql does not write to mysql db
Hi,
I configured cdr_mysql (addons 1.0.9) to write the cdr records to the mysql db.
The problem is that no records are written to the db. Why?
I can import the csv-file to the db. so i assume the db is setup correct.
Is there any chance to get debug from cdr_mysql to find his problem?
This is my cdr_mysql.conf file:
[global]
hostname=localhost
dbname=cdr
password=passw0rd
user=root
;port=3306