Hello,
I've ever posted this question many times. I try again.
method.get_missed_calls.php script from serweb require
domain column in aliases tables and username/domain columns in missed_calls table .
What are the ways to make serweb missed calls useable?
* Make acc module set values into username/domain columns in missed_calls table when setflag() is called. How can we set values in domain column for aliases tables ?
* Rewrite method.get_missed_calls.php script.
* Using avpops !?
If you really don't understand my english let me know it .
Regards Harry
___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com
Not sure what you are trying to achieve. My brief usage of serweb does not require any change to the php files except for the config file.
Just make sure you log all columns you want with:
modparam("acc", "log_fmt", "xxxxxxx");
The README file in acc directory should give you enough information to do it.
If you are using domain base routing, set the use_domain paramter in modules like usrloc, registrar, auth_db, etc and all records will have domain column filled. However, accounting should work even without using domain base routing and serweb is able to display the miss call records.
-----Original Message----- From: serusers-bounces@lists.iptel.org On Behalf Of harry gaillac Sent: Wednesday, 20 July 2005 7:06 PM To: serusers@lists.iptel.org Cc: serweb-users@lists.iptel.org Subject: [Serusers] Missed calls
Hello,
I've ever posted this question many times. I try again.
method.get_missed_calls.php script from serweb require
domain column in aliases tables and username/domain columns in missed_calls table .
What are the ways to make serweb missed calls useable?
- Make acc module set values into username/domain
columns in missed_calls table when setflag() is called. How can we set values in domain column for aliases tables ?
Rewrite method.get_missed_calls.php script.
Using avpops !?
If you really don't understand my english let me know it .
Regards Harry
______________________________________________________________ _____________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello,
I set for acc module : # -- acc params -- modparam("acc", "log_fmt", "miocfsp") modparam("acc", "log_flag", 2) modparam("acc", "log_missed_flag", 3) modparam("acc", "db_url", "mysql://ser:heslo@serveur1.home.net/ser") modparam("acc", "db_flag", 2) modparam("acc", "db_missed_flag", 3)
When i set failure route to forward to voicemail for users busy or unavaible acc table via setflag(2) store d values in this table but missed_calls table don't store values via setflag(3).
When I unset failure route missed_calls table store values however I have to set domain in column of aliases table .
Regards Harry
--- Zeus Ng zeus.ng@isquare.com.au a écrit :
Not sure what you are trying to achieve. My brief usage of serweb does not require any change to the php files except for the config file.
Just make sure you log all columns you want with:
modparam("acc", "log_fmt", "xxxxxxx");
The README file in acc directory should give you enough information to do it.
If you are using domain base routing, set the use_domain paramter in modules like usrloc, registrar, auth_db, etc and all records will have domain column filled. However, accounting should work even without using domain base routing and serweb is able to display the miss call records.
-----Original Message----- From: serusers-bounces@lists.iptel.org On Behalf Of
harry gaillac
Sent: Wednesday, 20 July 2005 7:06 PM To: serusers@lists.iptel.org Cc: serweb-users@lists.iptel.org Subject: [Serusers] Missed calls
Hello,
I've ever posted this question many times. I try again.
method.get_missed_calls.php script from serweb
require
domain column in aliases tables and
username/domain
columns in missed_calls table .
What are the ways to make serweb missed calls
useable?
- Make acc module set values into username/domain
columns in missed_calls table when setflag() is called. How can we set values in domain column for aliases tables ?
Rewrite method.get_missed_calls.php script.
Using avpops !?
If you really don't understand my english let me
know
it .
Regards Harry
______________________________________________________________
Appel audio GRATUIT partout dans le monde avec le
nouveau
Yahoo! Messenger Téléchargez cette version sur
Serusers mailing list serusers@lists.iptel.org
___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com
If you successfully forward the call to voicemail, it's a successful call in SER's perspective. So, there will be no record in missed_calls table. The only work around is not setting accounting flag in failure_route but manually insert the record into db with acc_db_request().
No sure why you have to set domain columns in aliases table. Someone else may know the answer.
Zeus
-----Original Message----- From: harry gaillac Sent: Wednesday, 20 July 2005 11:41 PM To: Zeus Ng Cc: serusers@lists.iptel.org; serweb-users@lists.iptel.org Subject: RE: [Serusers] Missed calls
Hello,
I set for acc module : # -- acc params -- modparam("acc", "log_fmt", "miocfsp") modparam("acc", "log_flag", 2) modparam("acc", "log_missed_flag", 3) modparam("acc", "db_url", "mysql://ser:heslo@serveur1.home.net/ser") modparam("acc", "db_flag", 2) modparam("acc", "db_missed_flag", 3)
When i set failure route to forward to voicemail for users busy or unavaible acc table via setflag(2) store d values in this table but missed_calls table don't store values via setflag(3).
When I unset failure route missed_calls table store values however I have to set domain in column of aliases table .
Regards Harry
--- Zeus Ng zeus.ng@isquare.com.au a écrit :
Not sure what you are trying to achieve. My brief usage of serweb does not require any change to the php files except for the config file.
Just make sure you log all columns you want with:
modparam("acc", "log_fmt", "xxxxxxx");
The README file in acc directory should give you enough information to do it.
If you are using domain base routing, set the use_domain paramter in modules like usrloc, registrar, auth_db, etc and all records will have domain column filled. However, accounting should work even without using domain base routing and serweb is able to display the miss call records.
-----Original Message----- From: serusers-bounces@lists.iptel.org On Behalf Of
harry gaillac
Sent: Wednesday, 20 July 2005 7:06 PM To: serusers@lists.iptel.org Cc: serweb-users@lists.iptel.org Subject: [Serusers] Missed calls
Hello,
I've ever posted this question many times. I try again.
method.get_missed_calls.php script from serweb
require
domain column in aliases tables and
username/domain
columns in missed_calls table .
What are the ways to make serweb missed calls
useable?
- Make acc module set values into username/domain
columns in missed_calls table when setflag() is called. How can we set values in domain column for aliases tables ?
Rewrite method.get_missed_calls.php script.
Using avpops !?
If you really don't understand my english let me
know
it .
Regards Harry
Appel audio GRATUIT partout dans le monde avec le
nouveau
Yahoo! Messenger Téléchargez cette version sur
Serusers mailing list serusers@lists.iptel.org
______________________________________________________________ _____________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com
Thanks,
I added acc_db_request("missed calls", "missed_calls"); in invite route block so after leaving voicemessages missed calls are displayed in SERWEB. BUT I can fix type to"1" in usr_preferences for avpops
to check in serweb "forward to voicemail" !
PS: A documentation project would be really a good thing for serweb sems ser . This project would avoid people send the same problems to list . It would avoid some people stressed when no help is found
If you successfully forward the call to voicemail, it's a successful call in SER's perspective. So, there will be no record in missed_calls table. The only work around is not setting accounting flag in failure_route but manually insert the record into db with acc_db_request().
No sure why you have to set domain columns in aliases table. Someone else may know the answer.
Zeus
___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com
On 20-07-2005 11:06, harry gaillac wrote:
Hello,
I've ever posted this question many times. I try again.
method.get_missed_calls.php script from serweb require
domain column in aliases tables and username/domain columns in missed_calls table .
What are the ways to make serweb missed calls useable?
- Make acc module set values into username/domain
columns in missed_calls table when setflag() is called. How can we set values in domain column for aliases tables ?
Enable use_domain parameter in usrloc and registrar modules:
modparam("usrloc", "use_domain", 1) modparam("registrar", "use_domain", 1)
In general domain column is only used in multi-domain mode, many modules have use_domain parameter, check the READMEs.
Jan.
Rewrite method.get_missed_calls.php script.
Using avpops !?
If you really don't understand my english let me know it .
Regards Harry
___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com
Serweb-users mailing list serweb-users@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serweb-users
Thanks for help,
In fact I set acc_db_request("missed calls", "missed_calls") for username/domain in missed_calls table .
missed calls are displayed in serweb .
Harry --- Jan Janak jan@iptel.org a écrit :
On 20-07-2005 11:06, harry gaillac wrote:
Hello,
I've ever posted this question many times. I try again.
method.get_missed_calls.php script from serweb
require
domain column in aliases tables and
username/domain
columns in missed_calls table .
What are the ways to make serweb missed calls
useable?
- Make acc module set values into username/domain
columns in missed_calls table when setflag() is called. How can we set values in domain column for aliases tables ?
Enable use_domain parameter in usrloc and registrar modules:
modparam("usrloc", "use_domain", 1) modparam("registrar", "use_domain", 1)
In general domain column is only used in multi-domain mode, many modules have use_domain parameter, check the READMEs.
Jan.
Rewrite method.get_missed_calls.php script.
Using avpops !?
If you really don't understand my english let me
know
it .
Regards Harry
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le
nouveau Yahoo! Messenger
Téléchargez cette version sur
Serweb-users mailing list serweb-users@lists.iptel.org
___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com