diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 2ae8cf92d87cb35bc68ab79cf92f33fec1d52746..187779611452d7f8670fb7dd25bb73e71c245ee5 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -11844,6 +11844,7 @@ static struct dahdi_pvt *mkintf(int channel, const struct dahdi_chan_conf *conf, tmp->adsi = conf->chan.adsi; tmp->use_smdi = conf->chan.use_smdi; tmp->permhidecallerid = conf->chan.hidecallerid; + tmp->hidecalleridname = conf->chan.hidecalleridname; tmp->callreturn = conf->chan.callreturn; tmp->echocancel = conf->chan.echocancel; tmp->echotraining = conf->chan.echotraining; diff --git a/configs/chan_dahdi.conf.sample b/configs/chan_dahdi.conf.sample index 30229b5fc90ed7ddc4421cbefe3a71779175e340..cfb82104e06f523fcc78e4784bcc320182603efb 100644 --- a/configs/chan_dahdi.conf.sample +++ b/configs/chan_dahdi.conf.sample @@ -408,10 +408,6 @@ ; usecallerid=yes ; -; Hide the name part and leave just the number part of the caller ID -; string. Only applies to PRI channels. -;hidecalleridname=yes -; ; Type of caller ID signalling in use ; bell = bell202 as used in US (default) ; v23 = v23 as used in the UK @@ -446,6 +442,10 @@ usecallerid=yes ; ;hidecallerid=yes ; +; Enable if you need to hide just the name and not the number for legacy PBX use. +; Only applies to PRI channels. +;hidecalleridname=yes +; ; On UK analog lines, the caller hanging up determines the end of calls. So ; Asterisk hanging up the line may or may not end a call (DAHDI could just as ; easily be re-attaching to a prior incoming call that was not yet hung up).