freeswitch shows up as callerid, how to change it?

Status
Not open for further replies.

wa4zlw

Member
Jun 7, 2019
131
2
18
69
Blandon, PA
www.myinternetsupport.com
Hi all! We've been wondering why freeswitch shows up as the callerid on outbound calls. This is a problem with stir-shaken implementation with Transnexus.

The invite shows this and you'll see the From: has FreeSWITCH instead of the DID.

Any ideas where to look? I did some quick searches and came up blank,

Thanks leon

INVITE sip:1610#######@outbound.sip.clearip.com;transport=tcp SIP/2.0 Via: SIP/2.0/TLS sip.clearip.com:5061;branch=z9hG4bKbd83.b6862299e32226653eded73784c65bed.0;i=2187f4d;received=::ffff:10.0.13.116 Via: SIP/2.0/TCP 206.x.y.z:5080;received=206.x.y.zrport=39561;branch=z9hG4bKty35KrejBU1rc Max-Forwards: 68 From: "Leon Z" <sip:FreeSWITCH@outbound.sip.clearip.com>;tag=BjDypt5Q8rc4a To: <sip:1610#######@outbound.sip.clearip.com> Call-ID: 72795a4c-6ce6-123b-1490-124260aa133a CSeq: 53402844 INVITE Contact: <sip:gw+051ea681-7340-413c-b69e-05292775b288@206.x.y.z:5080;transport=tcp;gw=051ea681-7340-413c-b69e-05292775b288> User-Agent: FreeSWITCH Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 315 P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=00-90-7F-05-79-79 P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-16-5D-BE X-Accountcode: myis.pbxhostingnow.com X-Fs-Support: update_display,send_info Remote-Party-Id: "Leon Zetekoff" <sip:202#######@outbound.sip.clearip.com>;party=calling;screen=yes;privacy=off X-Real-Ip: 206.x.y.z
 

wa4zlw

Member
Jun 7, 2019
131
2
18
69
Blandon, PA
www.myinternetsupport.com
Log shows the correct variables being set as well

Code:
58275491-43a2-47d6-a103-bf202b7cccab EXECUTE [depth=0] sofia/internal/1522@myis.pbx.com:5061 set(effective_caller_id_name=Leon )
58275491-43a2-47d6-a103-bf202b7cccab 2022-06-22 17:06:17.048615 97.50% [DEBUG] mod_dptools.c:1685 SET sofia/internal/1522@myis.pbx.com:5061 [effective_caller_id_name]=[Leon Zetekoff]
58275491-43a2-47d6-a103-bf202b7cccab EXECUTE [depth=0] sofia/internal/1522@myis.pbxhostingnow.com:5061 set(effective_caller_id_number=202#######)
58275491-43a2-47d6-a103-bf202b7cccab 2022-06-22 17:06:17.048615 97.50% [DEBUG] mod_dptools.c:1685 SET sofia/internal/1522@myis.pbx.com:5061 [effective_caller_id_number]=[202#######]
58275491-43a2-47d6-a103-bf202b7cccab EXECUTE [depth=0] sofia/internal/1522@myis.pbxhostingnow.com:5061 set(inherit_codec=true)
58275491-43a2-47d6-a103-bf202b7cccab 2022-06-22 17:06:17.048615 97.50% [DEBUG] mod_dptools.c:1685 SET sofia/internal/1522@myis.pbx.com:5061 [inherit_codec]=[true]
58275491-43a2-47d6-a103-bf202b7cccab EXECUTE [depth=0] sofia/internal/1522@myis.pbxhostingnow.com:5061 set(ignore_display_updates=true)
58275491-43a2-47d6-a103-bf202b7cccab 2022-06-22 17:06:17.048615 97.50% [DEBUG] mod_dptools.c:1685 SET sofia/internal/1522@myis.pbx.com:5061 [ignore_display_updates]=[true]
 
Status
Not open for further replies.