Re: How to avoid that replicator removes custom column values in users table
Hello Iqbal,
you are calling the function
AddColumn(const char * remote, const char * local, enum ReplicationType type, bool update)
on your AppInstance class, that uses UReplicator as base class, to add a column that do not exist on the PBX user object?Cloud you post a usage example?
My fear is, that this way is not supported - the column will be removed, as soon an update from PBX arrives, where no such column exists.
Best Regards
Andreas Fink