similar to: dial-back, call-back, what, is it called?

Displaying 20 results from an estimated 2000 matches similar to: "dial-back, call-back, what, is it called?"

2005 Jun 15
0
Asterisk slow transferring calls
Hi, Running Asterisk CVS-Head latest on a Dual P3 800 1Gb Ram. For some odd reason now that I have the asterisk box almost to the stage I want it, I hit a problem. I have a te405p in the system, Zap/g1 is connected to the telco as an ISDN 30, Zap/g4 is connected by ISDN Primary Rate to an Ericcson BP250 phone system. When calls come in on g1 they go straight through instantaneously to the
2007 Feb 14
2
SIP response 482 "Loop Detected"
I have a Cisco Call Manager - and need to use the IVR Feature from Asterisk. My extension is 400 and I am calling 558 on Asterisk In my extension.conf I have these lines : exten => 558,1,Answer exten => 558,2,Playback(message.wav) exten => 558,3,Dial(SIP/439@CallManager) When I call 558 I heared the message then Asterisk tries to call 439 on CallManager but with this error :
2007 Feb 20
2
Mask the caller-ID
Dear All : I need to mask the caller ID and pretend to make a transfer call from another extension : exten => 558,1,Answer exten => 558,2,Playback(soundclip) exten => 558,3,Dial(SIP/472@callman) The scenario is like this : Someone is calling 558 at my company - he will hear a soundclip voice message then I will direct it to extension 472 I need 472 to not see the extension of
2005 Aug 05
1
TE405P Dropping Calls
Hi, Urgently response would be wonderful, system is a Fedora Core 2. I have a Ericsson BP250 connected to 1 port on the TE405P and another connected to a local telco ISDN30. I have been running CVS-HEAD from about a 2 months ago and upgraded it again just in cause it was a version issue (didn't fix it) but this is what I am getting. When a person calls out from an extension on the BP250 to
2005 Aug 21
0
PrivacyManager not working Asterisk 1.0.9-BRIstuffed-0.2.0-RC8n
Hi list! I'm trying to get PrivacyManager working but for some reason it always thinks that CallerID is present (when it isn't). I get this on the console: == Primary D-Channel on span 1 up -- Accepting voice call from '' to '0711234567' on channel 0/2, span 1 -- Executing Ringing("Zap/2-1", "") in new stack -- Executing
2004 Jul 11
1
Stopping reinvite with IAX2?
Hi All, I'm using DISA on my * server to avoid overseas toll charges when making calls to Western Europe from my cell phone. I have DISA working with a DID from a VoicePulse Connect account. The outgoing call to Europe is also made via Voicepulse Connect. I see that the IAX media path is bridging the inbound call to the outbound call so that the media stream entirely bypasses my server once
2006 Feb 13
1
PrivacyManager Broken?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I am running into some problems here with PrivacyManager. We used to use it without any issue, but now there seems to be several problems. We are currently running Asterisk 1.2.4. First, it seems that if the user does not press the pound (#) key after entering their number, PrivacyManager will fail. I have the minlength set to 10, and
2009 Jun 10
1
PrivacyManager no longer working properly
Hi all, Previously, I had the PrivacyManager working for me exactly as would be expected, but after upgrading the OS to Debian lenny and Asterisk to v1.4.21.2 that's no longer the case. Anonymous callers are still confronted with the PrivacyManager, but now no matter what I set the minlength value to, e.g.: exten => jaap,n,PrivacyManager(1,1) ... (I'm not using a
2006 Apr 27
1
PrivacyManager & FastAGI: Rewrite or use?
I'm building an app that will do the following: 1. Force the caller to record their name. 2. Dial the party to call. 3. Play a short menu: 1 = Accept Call 2 = Decline Call, go to VM if available 3 = Accept Call forever, never ask again 4 = Decline Call forever, block number, get rid of caller 4. do things based on that choice. I'm
2005 Jan 24
2
PrivacyManager not Working
I have been having problems getting PrivacyManager to work correctly. Right now I am running the 1/21/05 CVS but I have been unable to get this to work on asterisk-stable either. You can see from the debug below that the inbound call is arriving via IAX2 and both the CALLING NUMBER and CALLING NAME are both set as "Unavailable". However, PrivacyManager executes and determines that
2003 Nov 26
2
Issues with Privacy Manager and Zapateller
I am having issues with Privacy Manager and Zapateller. If I set callerid="" on a sip user zapateller sends the tones If I set callerid="Anonymous" <8475551212> zapateller doesn't send the tones If I call from a phone after dialing *67 zapateller doesn't send the tones In the last 2 cases, the display on the phone shows -Blocked Call- PrivacyManager always gives
2010 Aug 03
1
Asterisk 1.6 and PrivacyManager with SIP
Hi all, My latest Asterisk system is based on Debian squeeze with Asterisk 1.6.2.6-1 and SIP only. One of my favorite features that I had working with Asterisk 1.4 is the PrivacyManager. However, this was not straightforward, because anonymous SIP calls arrive with ${CALLERID(num)} = "anonymous", instead of being blank. So, to get it to work I added the first three rules to
2003 Oct 24
1
Questions about Zapateller and Privacy Manager
Hey all...I'm just getting my * setup and right now all I have is an FXO but no FXS. I wan't to get rid of telemarketers by having * pick up the phone if there is no CID present, give the caller the Zapateller tones and then ask the user to input their phone number via Privacy Manager (yes I realize that this won't get us any where given that I can't re-ring the phones without FXS
2004 Apr 12
3
Zapateller issues
Hi All, In theory if I do this; exten => s,1,Zapateller(nocallerid) exten => s,2,Privacymanager exten => s,3,Dial(a bunch of SIP extensions) My callers should only hear the anti-telemarketing tones if they call from a line that has no caller*ID and then get offered an opportunity to enter it, right? What I'm finding is that in the event of no CID the caller gets dumped into the
2010 Jan 11
2
Asterisk core dumps when using PrivacyManager
Hi, why would Asterisk core dump with the following test dialplan extension ? exten => 8100,1,Answer() exten => 8100,n,Set(CALLERID(all)="") exten => 8100,n,PrivacyManager() exten => 8100,n,GotoIf(${[${PRIVACYMGRSTATUS} = FAILED]}?:nocid) exten => 8100,n,NoOp(Number is ${CALLERID(num)}) exten => 8100,n,Hangup() exten => 8100,n(nocid),Playback(vm-goodbye) exten
2003 Oct 28
1
Making PrivacyManager smarter?
I'm having a problem with Asterisk picking up the Zap/1 and thinking its a new call when instead I've already been on the phone talking to a person. This is not my ideal setup and currently I have just an FXO card and Asterisk is in parallel with my phone system instead of being in the front. I'm not sure if the problem would be fixed by adding an FXS card and putting my phones on
2004 Apr 12
0
RE: Asterisk-Users digest, Vol 1 #3408 - 12 msgs
I am looking to install a web interface for Asterisk to transfer calls and look who's on the phone. If anybody has a working web interface please let me know. I installed the www.asternic.com (operator) But when I bring up my web browser it says transferring data and does not bring a browser. -----Original Message----- From: asterisk-users-admin@lists.digium.com
2009 Jun 17
1
Debug: how to print a variable?
Hi all, Is it possible to display or print variables in Asterisk (e.g. in the CLI) for debugging purposes? For example, I'm using two different types of SIP phones: the Snom M3 and the Siemens S675IP. However, when anonymous callers submit a number to the PrivacyManager, only the Siemens displays the new CID correctly; the Snom shows "unknown" (even though the new CID looks
2006 Jan 23
0
DTMF not working on overseas cellphone calls
I thought I sent this earlier this week, but I didn't see it. If I missed it, I apologize for the resend. We are running asterisk 1.2.2 with a TDM04B connected to PSTN lines. On incoming calls from cellphones located overseas, DTMF is not recognized - we have many single-digit choices in our menu so the problem isn't that some digits aren't working, it's not listening at
2004 Jul 29
0
DISA and notransfer/reinvite?
Hello, I've just set up DISA on my * server. I'm using it to avoid cellular overseas calling charges from support staff in the field at our customer sites. Support staff often spend hours on the phone to our UK factory. However, I'm not sure about the implications of reinvite in this arrangement. A support engineer calls in to a DID that I have from VoicePulse Connect. They match