On Wednesday 07 May 2008, Bård Aase wrote:
[...]
Thanks, I will check this out now, I'm using OpenSER 1.3.1 and the sip_buddies table looks like this: [..]
You'll find the subscriber DB docs (for trunk) at: http://www.openser.org/docs/db-tables/openser-db-devel.html#GEN-DB-SUBSCRIBE...
AFAIK there were some fiels removed, but except this it should be the same format as in the 1.3 branch.
The openser.cfg configuration for auth_db: [..] modparam("auth_db", "calculate_ha1", yes) modparam("auth_db", "user_column", "name") modparam("auth_db", "domain_column", "domain") modparam("auth_db", "password_column", "secret") modparam("auth_db", "password_column_2", "ha1b") modparam("auth_db", "use_domain", 0) modparam("auth_db", "db_url", "mysql://UNDISCLOSED:UNDISCLOSED@UNDISCLOSED/asterisk")
All the fields referred to here exists in the asterisk.sip_buddies table, so my guess now is that this is just a matter of disabling the version check, or bumping the version number.
I think the same. If the semantics of the colums in question are also the same, then it should work just fine.
Regards,
Henning