search for: rcxx

Displaying 6 results from an estimated 6 matches for "rcxx".

Did you mean: rcx
2016 Jan 04
4
Forwarding call if extension busy
...sion, but I have no idea how can I get the information, that 1111 has already an active call... I think, I need something like: exten => _2222,1,Verbose(2,Incoming call for 2222 - [${CALLERID(num)}]) exten => _2222,n,GotoIf( <what here?> ?busy) exten => _2222,n,Dial(SIP/2222,19,RcxX) exten => _2222,n,VoiceMail(2222,us) exten => _2222,n,Hangup exten => _2222(busy),n,Dial(SIP/2222&SIP/1111,19,RcxX) exten => _2222,n,VoiceMail(2222,us) exten => _2222,n,Hangup Well, the problem is the second line, of course... Of course the extension 2222 is NOT "really bu...
2015 Dec 29
3
Transfer calls "on demand"
...t;${CALLERID(num):0:3}" = "+49" ]?0${CALLERID(num):3}:${CALLERID(num)})}) ; Damit das "+49" mit "0" ersetzt wird exten => _2222222,n,Set(CHANNEL(musicclass)=default) ;;;exten => _2222222,n,Dial(SIP/00493512222222&local/1 at luca_for_anika_voip_mobile,19,RcxX) exten => _2222222,n,Dial(SIP/00493512222222,19,RcxX) exten => _2222222,n,Verbose(2,Voicemail for Anika) exten => _2222222,n,Set(CALLERID(name)=) ; Damit in der E-Mail der AB nicht den Namen steht exten => _2222222,n,VoiceMail(00493512222222,us) ext...
2015 Jul 16
2
Recording INCOMING calls
Hi list! I'm trying to configure Asterisk to record incoming calls, if the called press *3. I added in features.conf: automixmon => *3 then, in my dialplan: exten => 1,n,Dial(SIP/00493511111111,20,RcxX) Well, if I **CALL** a number I'm able to record the call, but if I'll be called, and press *3 nothing happens... In the console I can't see anything, too. Could you suggest me what is wrong? Thanks Luca Bertoncello (lucabert at lucabert.de)
2015 Dec 30
2
Signaling ringing on other extension
...gt; _2222222,n,Set(CALLERID(num)=${IF($[ "${CALLERID(num):0:3}" = "+49" ]?0${CALLERID(num):3}:${CALLERID(num)})}) ; Damit das "+49" mit "0" ersetzt wird exten => _2222222,n,Set(CHANNEL(musicclass)=default) exten => _2222222,n,Dial(SIP/00493512222222,19,RcxX) exten => _2222222,n,Verbose(2,Voicemail for Anika) exten => _2222222,n,Set(CALLERID(name)=) ; Damit in der E-Mail der AB nicht den Namen steht exten => _2222222,n,VoiceMail(00493512222222,us) exten => _2222222,n,Hangup then I reloaded the core (co...
2015 Dec 29
2
Transfer calls "on demand"
Hi list! Right now I configured my Asterisk to forward the calls for the number X to both phones (mine and the phone of my wife). It works, of course, but I'm not enthusiast... I see what we have at office: if one phone rings, other phones in the same group can "catch the call", so that if a colleague is not present, another colleague can catch the call. I'd like to have the
2015 Dec 29
2
Signaling ringing on other extension
Hi again! With the "call pickup"-function I can now pickup a call directed to another phone in my Asterisk. Very nice. My problem, now, is that I can't see on my phone, that the other phone (in another room) rings. Is it possible to signal the incoming call on other extension? I use two phones "Thomson ST2022". Thanks a lot Luca Bertoncello (lucabert at lucabert.de)