{ "id":"${extension.id!''}", "extension":"${extension.extension!''}", "hostid":"${extension.hostid!''}", "callout":"<#if models?seq_contains("callout")>${extension.callout!''}", "webrtc":"<#if extension.enablewebrtc?? && extension.enablewebrtc == true && pbxhost?? && pbxhost.enablewebrtc?? && pbxhost.enablewebrtc == true>true<#else>false", "webrtchost":"<#if pbxhost??>${pbxhost.webrtcaddress!''}", "webrtcport":"<#if pbxhost??>${pbxhost.webrtcport!''}", "webrtcssl":"<#if pbxhost?? && pbxhost.webrtcssl == true>true<#else>false", "orgi":"${extension.orgi!''}", "userid":"${user.id!''}" }