RestComm / visual-designer

Restcomm Visual Designer
http://www.restcomm.com/
GNU Affero General Public License v3.0
4 stars 15 forks source link

Adapt Outbound SMSs for Organizations concept compliance #43

Open otsakir opened 7 years ago

otsakir commented 7 years ago

From @ghjansen on May 31, 2016 15:0

This issue is an extension of issues #748, #784, #1094 and #1107.

After #1094 and #1107, main scenarios involving SMSs are stable and working with the concept of Organizations. But considering outbound SMSs like the ones involving Applications (executed at SmsSession.outbound), is not currently possible to determine the Organization namespace.

The investigation need to take into account that the methods MybatisRegistrationsDao.getRegistrationByInstanceId and MybatisRegistrationsDao.getRegistrations still using only the name of the client, and somehow, the namespace of the Organization needs to be informed like it was done to MybatisRegistrationsDao.getRegistrationByAoR.

Considering that RVD Projects allow to inform the client name on which will be the destination of a SMS, possibly the UI will have to be adjusted to replace the current inputs in the formats bob and client:bob to something like bob@foobar.restcomm.com and client:bob@foobar.restcomm.com.

Copied from original issue: RestComm/Restcomm-Connect#1132

ghjansen commented 6 years ago

@maria-farooq are you able to confirm if this one was already covered too? Thanks!

(this should not be in RVD repo i guess, but i guess its because i mistakenly used the Visual App Designer tag, so the issue was migrated.)