Project

General

Profile

Caller ID name

Added by Joe J over 6 years ago

Hello,

I'm switching from osdial over to goautodial but cannot figure out how to change the caller ID name. I've contacted my carrier and they've told me that the name sent over the sip trunks is based on what we have set up in our pbx.

I'm able to change the phone number on the display but not the name. Is there a quick setting for this that I'm missing?


Replies (2)

RE: Caller ID name - Added by striker 247 over 6 years ago

set the callerid name in the dialplan

eg:
exten => _9X.,1,AGI
exten => _9X.,2,Set(CALLERID=anyname)
exten => _9X.,3,Dial(SIP/${EXTEN:1}@VOIP,,Tto)
exten => _9X.,4,Hangup()

regards
striker
www.striker24x7.blogspot.com

RE: Caller ID name - Added by striker 247 over 6 years ago

set the callerid name in the dialplan

eg:

exten => _9X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9X.,2,Set(CALLERID(name)=anyname)
exten => _9X.,3,Dial(SIP/${EXTEN:1}@VOIP,,Tto)
exten => _9X.,4,Hangup()

regards
striker
www.striker24x7.blogspot.com

    (1-2/2)
    Go to top