Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dialog] flag for replicating profiles #781

Merged
merged 4 commits into from Feb 25, 2016

Conversation

ionutrazvanionita
Copy link
Contributor

added a new flag which allows replicating over the bin interface
only the profiles which have it set

ionutrazvanionita added 3 commits February 2, 2016 18:13
@@ -1176,8 +1178,8 @@ str* write_dialog_profiles( struct dlg_profile_link *links)
for( i=0 ; i<link->value.len ; i++ )
if (link->value.s[i]=='|' || link->value.s[i]=='#'
|| link->value.s[i]=='\\') l++;
if (link->profile->use_cached)
l+=cached_marker.len;
if (link->profile->repl_type/*==(CACHEDB||PROTOBIN)*/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better check if the replication type is different than REPL_NONE.

ionutrazvanionita pushed a commit that referenced this pull request Feb 25, 2016
[dialog] flag for replicating profiles
@ionutrazvanionita ionutrazvanionita merged commit 2b8fd2d into OpenSIPS:master Feb 25, 2016
@ionutrazvanionita ionutrazvanionita deleted the dlg_profiles branch April 22, 2016 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants