The patch that was applied was another pending patch. This swaps them out.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@429378
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
if (!(obj = sorcery_config_retrieve_id(sorcery, data, type, id))) {
continue;
}
-
- ast_log(LOG_NOTICE, "Retaining existing configuration for object of type '%s' with id '%s'\n", type, id);
}
ao2_link_flags(objects, obj, OBJ_NOLOCK);
" s: { s: s, s: s, s: i },"
" s: { s: s, s: s },"
" s: { s: s, s: s },"
+ " s: s"
" s: o"
"}",
"name", "TEST/name",
"connected",
"name", "",
"number", "",
+ "language", "en",
"creationtime",
ast_json_timeval(
ast_channel_creationtime(chan), NULL));