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
(lucab...@lucabert.de)

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to