No Sound when CALLERID(name) is Set
Posted: Thu Dec 02, 2021 11:59 pm
im setting a survey campaing and want to set a caller name and it works randomly but with no sound on the call
[XCAST]
disallow=all
allow=ulaw
allow=alaw
canreinvite=no
type=peer
host=xxx.xxx.xxx.xxx
dtmfmode=rfc2833
qualify=yes
nat=force_rport,comedia
insecure=port,invite
set sendrpid=pai
exten => _817NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _817NXXNXXXXXX,n,Set(CALLERID(name)="Test Name") If remove this part call works perfect but with no custom name, just the caller id number and/or vicidial iud as name
exten => _817NXXNXXXXXX,n,Set(CALLERID(number)=${CALLERID(num)})
exten => _817NXXNXXXXXX,n,SipAddHeader(P-Asserted-Identity: ${CALLERID(name)})
exten => _817NXXNXXXXXX,n,Dial(${XTRUNK}/1${EXTEN:3},,tTo)
exten => _817NXXNXXXXXX,n,Hangup