Abfrage Anrufername aus CRM / MSSQL-Datenbank

Hi @HExSM

Maybe you can give a try to the following context

exten => s,1,Set(CURL_CALLER_ID=Test)
same => n,ExecIf($[ “${CURL_CALLER_ID}” != “” ]?Verbose(1,“${CURL_CALLER_ID}”))
same => n,ExecIf($[ “${CURL_CALLER_ID}” != “” ]?Set(MDC_RESOLVENAME_HITS=1))
same => n,ExecIf($[ “${CURL_CALLER_ID}” != “” ]?Set(__MDC_DIALCALLERNAME=${CURL_CALLER_ID}))
same => n,ExecIf($[ “${CURL_CALLER_ID}” != “” ]?Set(CALLERID(name)=${CURL_CALLER_ID}))
same => n,Return()

Kind regards,
Stefan