[asterisk-users] Called number changed on SNOM 821
Luca Bertoncello
lucabert at lucabert.de
Fri Dec 31 09:07:55 CST 2021
Am 31.12.2021 um 16:04 schrieb Antony Stone:
Hi
> Check the Dial() command which places the call to the phone. Does it contain
> the "c" option?
Jup...
exten => _529874,1,Verbose(2,Call for Main - [${CALLERID(num)}])
exten => _529874,n,Set(CALLERID(num)=${IF($[ "${CALLERID(num):0:3}" =
"+49" ]?0${CALLERID(num):3}:${CALLERID(num)})})
exten => _529874,n,Set(CHANNEL(musicclass)=default)
exten => _529874,n,Dial(SIP/74,39,RcxX)
exten => _529874,n,Verbose(2,Voicemail for Main)
exten => _529874,n,Set(CALLERID(name)=)
; Damit in der E-Mail der AB nicht den Namen steht
exten => _529874,n,VoiceMail(74,us)
exten => _529874,n,Hangup
I'll try to remove it, but I can't test it today...
I'll let you know if it works.
Thanks
Luca Bertoncello
(lucabert at lucabert.de)
More information about the asterisk-users
mailing list