You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update SipPeerTelephoneNumber to enable/disabe SMS (#70)
Enable SMS on a TN is ignored due to missing MessageSettings attribute in SipPeerTelephoneNumber.
The class defined in simpleModels/SipPeerTelephoneNumber.php is missing the MessageSettings attribute, so when attempting to set $data["MessagingSettings"]["SmsEnabled"]= "true", this is ignored.
Adding the field and type to the SipPeerTelephoneNumber class allows for enabling/disabling SMS.
0 commit comments