How to remove the UID on the FROM header

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

How to remove the UID on the FROM header

Postby jessiekidfernando » Tue May 12, 2020 8:29 pm

Hello Everyone,

Need your inputs.

How can we remove the UID or the one highlighted below on FROM header when doing predictive and manual dialling. We just want to make sure that we are sending only the correct name/number to our trunks/called party and not the UID. I saw an article that the UID is being used on the entire vicidial system.

[May 12 20:59:44] INVITE sip:12027621069@52.26.213.75 SIP/2.0
[May 12 20:59:44] Via: SIP/2.0/UDP 197.253.13.77:5060;branch=z9hG4bK7fc9ba71;rport
[May 12 20:59:44] Max-Forwards: 70
[May 12 20:59:44] From: "M5122059440051743154" <sip:+12024101721@197.253.13.77>;tag=as0251215e
[May 12 20:59:44] To: <sip:12027621069@52.26.213.75>
[May 12 20:59:44] Contact: <sip:+12024101721@197.253.13.77:5060>
[May 12 20:59:44] Call-ID: 0807b411737b248902832fbf745915c5@197.253.13.77:5060
[May 12 20:59:44] CSeq: 102 INVITE
[May 12 20:59:44] User-Agent: Asterisk PBX 13.29.2-vici
[May 12 20:59:44] Date: Wed, 13 May 2020 00:59:44 GMT
[May 12 20:59:44] Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
[May 12 20:59:44] Supported: replaces, timer
[May 12 20:59:44] Remote-Party-ID: "M5122059440051743154" <sip:+12024101721@197.253.13.77>;party=calling;privacy=off;screen=no
[May 12 20:59:44] Content-Type: application/sdp
[May 12 20:59:44] Content-Length: 257
[May 12 20:59:44]
[May 12 20:59:44] v=0
[May 12 20:59:44] o=root 791153939 791153939 IN IP4 197.253.13.77
[May 12 20:59:44] s=Asterisk PBX 13.29.2-vici
[May 12 20:59:44] c=IN IP4 197.253.13.77
[May 12 20:59:44] t=0 0
[May 12 20:59:44] m=audio 14816 RTP/AVP 0 101
[May 12 20:59:44] a=rtpmap:0 PCMU/8000
[May 12 20:59:44] a=rtpmap:101 telephone-event/8000
[May 12 20:59:44] a=fmtp:101 0-16
[May 12 20:59:44] a=ptime:20
[May 12 20:59:44] a=maxptime:150
[May 12 20:59:44] a=sendrecv


Regards,

Jessie
OS: Linux version 4.4.155-68-default (geeko@buildhost) (gcc version 4.8.5 (SUSE Linux) )
VERSION: 2.14-717a
BUILD: 190724-1603
Asterisk: 13.21.1-vici
Dahdi: 2.11.1
jessiekidfernando
 
Posts: 152
Joined: Fri Feb 08, 2019 5:49 pm

Re: How to remove the UID on the FROM header

Postby carpenox » Tue May 12, 2020 8:48 pm

set the did in the campaign....looks like its set to: 2024101721
Alma Linux 9.4 | SVN Version: 3889 | DB Schema Version: 1721 | Asterisk 18.21.1 | PHP8
www.dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WA: +19549477572
GC: https://join.skype.com/ujkQ7i5lV78O | DC: https://discord.gg/DVktk6smbh
carpenox
 
Posts: 2423
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

Re: How to remove the UID on the FROM header

Postby jessiekidfernando » Thu May 14, 2020 1:44 pm

We are using AC-CID. We want to completely eliminate the UID as FROM header. Any idea how?

Regards,

Jessie
OS: Linux version 4.4.155-68-default (geeko@buildhost) (gcc version 4.8.5 (SUSE Linux) )
VERSION: 2.14-717a
BUILD: 190724-1603
Asterisk: 13.21.1-vici
Dahdi: 2.11.1
jessiekidfernando
 
Posts: 152
Joined: Fri Feb 08, 2019 5:49 pm

Re: How to remove the UID on the FROM header

Postby williamconley » Thu May 14, 2020 2:11 pm

AKA: Caller ID Name. This is covered in a multitude of posts on this site.

What is your goal? IE: WHY do you want to change the Caller ID Name? Is it annoying your grandmother or are calls failing or are there complaints or extra charges or ...?

The loopback dialplan method allows generating a second call which has a fully editable callerid name value since that second call is not a vicidial-linked call. You can also pass the call through a different SIP server and use that second server to modify the CID Name field without penalty in Vicidial.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: How to remove the UID on the FROM header

Postby jessiekidfernando » Tue May 19, 2020 9:41 am

Hi Williamconley,

Yes, you are correct. I am referring to the Caller ID Name.

Well, basically our ultimate goal is just to present the caller id number and totally remove the caller ID name. We are getting some complaints because of the UID as caller id name. If we will use the loopback, what will be the cons using it? eg. additional overhead on the server's load.

Also, where on the dialplan it is located?

Thanks in advance.

Regards,

Jessie
OS: Linux version 4.4.155-68-default (geeko@buildhost) (gcc version 4.8.5 (SUSE Linux) )
VERSION: 2.14-717a
BUILD: 190724-1603
Asterisk: 13.21.1-vici
Dahdi: 2.11.1
jessiekidfernando
 
Posts: 152
Joined: Fri Feb 08, 2019 5:49 pm

Re: How to remove the UID on the FROM header

Postby williamconley » Tue May 19, 2020 9:50 am

This creates a second call. I'd say the overhead there is obvious. It' in the manual. Have you downloaded the manual?
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: How to remove the UID on the FROM header

Postby geilt » Wed May 20, 2020 5:25 pm

Hello,

Apparently the only way to reliably do this without creating more load on the server by having to route back a call internally to make the call (which creates a tracking nightmare in the call log / outbound log) is to use a OpenSIPS Server to send the calls and remove the header there.
Alexander D. Conroy
CTO - Esotech Inc. / TLDCRM
@geilt.com @esotech.com @tldcrm.com
Running 40+ ViciBoxes in AWS with a Custom Interface.
VERSION: 2.14-714a BUILD: 190628-1511 openSUSE Leap 42.3
geilt
 
Posts: 9
Joined: Thu Apr 05, 2018 9:27 am
Location: Costa Mesa, CA

Re: How to remove the UID on the FROM header

Postby williamconley » Wed May 20, 2020 6:02 pm

OpenSIPs is not required. Any asterisk server can handle passthrough calls. OpenSIPs is a bit ... involved for most call centers.

Your Carrier can also alter your callerID name if they are set up correctly, but then you lose the ability to manage it yourself.

Logs shouldn't present an issue. No clients to date have complained that any of the logs had extraneous entries in them. But that depends on how you generate that second call. It does not need the agi() line, for instance. But it does definitely add load to the server.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)


Return to Support

Who is online

Users browsing this forum: No registered users and 84 guests