...
Panel |
---|
<call-sequence> <rings> <ring> <expiration>20</expiration> <type>If no response</type> <enabled>true</enabled> <number>100</number> </ring> </rings> <expiration>23</expiration> <withVoicemail>false< </call-sequence> |
HTTP GET to service URL will return the saved callforwarding scheme. In addition, a new field is added: <withVoicemail>
The value of this field is true if the user voicemail permission is set to true, false if voicemail permission is set to false
Panel |
---|
<call-sequence> <rings> <ring> <expiration>20</expiration> <type>If no response</type> <enabled>true</enabled> <number>100</number> </ring> </rings> <expiration>23</expiration> <withVoicemail>true</withVoicemail> </call-sequence> |
...