Skip to content

Commit

Permalink
UI-1232: Now properly sets the inhouse caller id number with the main…
Browse files Browse the repository at this point in the history
… extension on user creation
  • Loading branch information
JRMaitre committed Mar 2, 2015
1 parent 363525c commit 69f02fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions submodules/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -2771,7 +2771,8 @@ define(function(require){
user: $.extend(true, {}, {
caller_id: {
internal: {
name: callerIdName
name: callerIdName,
number: data.callflow.extension
},
external: {
name: callerIdName
Expand All @@ -2783,7 +2784,6 @@ define(function(require){
timezone: defaultTimezone
}, data.user),
vmbox: {
//mailbox: (data.callflow || {}).extension,
mailbox: data.callflow.extension,
name: fullName + '\'s VMBox',
timezone: defaultTimezone
Expand Down

0 comments on commit 69f02fe

Please sign in to comment.