Skip to content

Commit

Permalink
UI-2095: No longer set external name caller id, on user edition/creation
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMaitre committed Mar 25, 2016
1 parent adaaaf9 commit a6d029d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions submodules/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -2400,9 +2400,6 @@ define(function(require){
caller_id: {
internal: {
name: defaultCallerIdName
},
external: {
name: defaultCallerIdName
}
}
};
Expand Down Expand Up @@ -2854,9 +2851,6 @@ define(function(require){
internal: {
name: callerIdName,
number: data.callflow.extension
},
external: {
name: callerIdName
}
},
presence_id: data.callflow.extension,
Expand Down

0 comments on commit a6d029d

Please sign in to comment.