Page 1 of 1

No Sound when CALLERID(name) is Set

PostPosted: Thu Dec 02, 2021 11:59 pm
by iboam
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

Re: No Sound when CALLERID(name) is Set

PostPosted: Mon Dec 13, 2021 2:52 pm
by callcentertech
You should be better off without that line
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

I believe Xcast does not honour that input..

Re: No Sound when CALLERID(name) is Set

PostPosted: Mon Dec 13, 2021 10:51 pm
by iboam
I want to eliminate the call uid as caller name. Any carrier that you recommend ???

Re: No Sound when CALLERID(name) is Set

PostPosted: Tue Dec 14, 2021 12:32 am
by callcentertech
Where do you see call uid appearing as Caller name. May be you can attach a screenshot from your switch..!!

iboam wrote:I want to eliminate the call uid as caller name. Any carrier that you recommend ???

Re: No Sound when CALLERID(name) is Set

PostPosted: Tue Dec 14, 2021 10:13 am
by iboam
As a caller id on my phone VXXXXXXXXXXXXXXXXXXXXXX

Re: No Sound when CALLERID(name) is Set

PostPosted: Fri Dec 17, 2021 10:31 am
by callcentertech
Try this:
Set(CALLERID(name)=${CALLERID(num)})

Re: No Sound when CALLERID(name) is Set

PostPosted: Mon Dec 20, 2021 6:38 pm
by GenXOutsourcing
iboam wrote:I want to eliminate the call uid as caller name. Any carrier that you recommend ???


Tiltx can remove the Vicidial UID.

support@tiltx.com

Re: No Sound when CALLERID(name) is Set

PostPosted: Mon Dec 20, 2021 9:51 pm
by mflorell
You can also do this with OpenSIPs on your own fairly easily.