I am running ser 0.9.3 and serweb. When I go to Missed Calls, it shows that I have none, but the missed_calls table shows a bunch of entries. In all of them, domain is set to the IP of the SER server, instead of the domain that I used to add the user. Anyone know why and how to get it to save the domain in missed_calls instead of the IP?
-John
Hello,
Try
modparam("acc", "db_url", mysql://ser:heslo@localhost/ser") modparam("acc", "log_fmt", "miocfsp") modparam("acc", "failed_transactions", 1)
modparam("usrloc", "use_domain", 1) modparam("auth_db", "use_domain", 1) modparam("rr", "enable_full_lr", 1)
.... acc_db_request("404 missed call", "missed_calls"); .....
--- John Clements johnc@falsehope.com a écrit :
I am running ser 0.9.3 and serweb. When I go to Missed Calls, it shows that I have none, but the missed_calls table shows a bunch of entries. In all of them, domain is set to the IP of the SER server, instead of the domain that I used to add the user. Anyone know why and how to get it to save the domain in missed_calls instead of the IP?
-John
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com
I have all of that already :-(. It records the missed call, the problem is it puts the IP in the domain field of missed_calls instead of the actual domain name.
-John
Hello,
Try
modparam("acc", "db_url", mysql://ser:heslo@localhost/ser") modparam("acc", "log_fmt", "miocfsp") modparam("acc", "failed_transactions", 1)
modparam("usrloc", "use_domain", 1) modparam("auth_db", "use_domain", 1) modparam("rr", "enable_full_lr", 1)
.... acc_db_request("404 missed call", "missed_calls"); .....
--- John Clements johnc@falsehope.com a écrit :
I am running ser 0.9.3 and serweb. When I go to Missed Calls, it shows that I have none, but the missed_calls table shows a bunch of entries. In all of them, domain is set to the IP of the SER server, instead of the domain that I used to add the user. Anyone know why and how to get it to save the domain in missed_calls instead of the IP?
-John
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com
John Clements wrote:
I have all of that already :-(. It records the missed call, the problem is it puts the IP in the domain field of missed_calls instead of the actual domain name.
AFAIK the acc-module just puts the domain-part of the From-Header into the domain column. So it very much depends on your UACs (or the configuration of them) which value is filled in...
But your rating/billing/whatever software should really be able to handle this.
Andy
John Clements wrote:
I have all of that already :-(. It records the missed call, the problem is it puts the IP in the domain field of missed_calls instead of the actual domain name.
AFAIK the acc-module just puts the domain-part of the From-Header into the domain column. So it very much depends on your UACs (or the configuration of them) which value is filled in...
But your rating/billing/whatever software should really be able to handle this.
Andy
I am using SERWEB and none of the missed calls for a user are showing up because SERWEB looks for the username and domain of a user on the Missed Calls page. Since the domain is being stored as an IP, it cannot find any missed calls for the user. This would make me believe it is just a config issue :-) I'm still new to SER and I am just using the PSTN config from Onsip.
-John