search for: callerids

Displaying 20 results from an estimated 4248 matches for "callerids".

Did you mean: callerid
2005 Oct 05
1
Help! Extensions
Hello How do I fix this.... [IPComms-in] exten => ${IPCCIDN01},1,Noop(${DATETIME} ${CALLERID}) exten => ${IPCCIDN01},2,SetCallerID(${CALLERID}) exten => ${IPCCIDN02},1,Noop(${DATETIME} ${CALLERID}) exten => ${IPCCIDN02},2,SetCallerID(${CALLERID}) exten => ${IPCCIDN03},1,Noop(${DATETIME} ${CALLERID}) exten => ${IPCCIDN03},2,SetCallerID(${CALLERID}) exten =>
2006 Mar 07
1
PLEASE HELP ,a2billing problem with call duration
Regards! During the use of areski a2billing software I'm getting same problem all the time. Actually, after 15 minutes of speaking to someone over calling card, connection brakes. Installation was as smooth as it could be so I don't think I made same kind of a mess in that domain. This is the only problem in the aplication. In the logs everything seems to be fine. I'am sending You
2006 Mar 07
0
a2billing problem with call duration
Regards! During the use of areski a2billing software I'm getting same problem all the time. Actually, after 15 minutes of speaking to someone over calling card, connection brakes. Installation was as smooth as it could be so I don't think I made same kind of a mess in that domain. This is the only problem in the aplication. In the logs everything seems to be fine. I'am sending You
2008 Nov 09
3
set(CALLERID(name) not working
I've tried to create a subroutine that sets callerid name based on number. extensions.conf: ........... exten => s,1,Answer() exten => s,n,GoSub(set-callerid-name,0${CALLERID(num)},1) exten => s,n,Dial(${mainline},60) ....... [set-callerid-name] exten => 0,1,NoOp( no CALLERID num set) exten => 02025462677,1,Set(CALLERID(name) = "Fred" ) ................ exten =>
2019 Feb 13
6
trouble removing + sign
I'm using BLACKLIST() to check numbers, which does not like leading + signs. I want to test if there is a plus sign, and then remove it. I tried: ; strip leading plus sign same => n, Verbose( callerid 0:1 is ${CALLERID(num):0:1} ) same => n,ExecIf($["${CALLERID(num):0:1}" = "+"]?Set(CALLERID(num) = ${CALLERID(num):1})
2008 Aug 21
2
Changing callerID in a context
Hello, I am trying to alter the outbound callerID for extensions within a context I have created. I wrote the following: exten => _9.,2,ExecIf($[$["${REALCALLERIDNUM}" = "360"] | $["$ {REALCALLERIDNUM}" = "670"]]|Set|CALLERID(num)=581560) exten => _9.,3,ExecIf($[$["${REALCALLERIDNUM}" = "361"] | $["$
2005 Jul 01
3
pattern matching based on callerid, not working
according to the wiki, I should be able to do this: exten => _9./3003,1,Set(CALLERID(number)=2814444443) exten => _9./3004,n,Set(CALLERID(number)=2814444444) exten => _9./3005,n,Set(CALLERID(number)=2814444445) exten => _9./3006,n,Set(CALLERID(number)=2814444446) exten => _9.,n,Dial(SIP/${EXTEN:1}@mycarrier,30,wt) and have the correct calleridnum's set for each extension based
2007 Sep 24
3
CallerID problem Asterisk 1.4.2
When receiving inbound calls from a Vonage Softphone extension, I'm unable to view/maniupulate calledid data. but it shows up in the CDR records and on called handsets.. any ideas? exten => asda,n,NoOp(callerID is ${CALLERID}) exten => asda,n,NoOp(CallerID is ${CALLERIDNAME}) exten => asda,n,NoOp(CallerID is ${CALLERIDNUM}) -- Executing [asd at pstn-in:2]
2017 Jun 14
3
CallerId presence issue
Hi, I've run into a minor snag trying to pass on CALLERID presence from one Asterisk to another via SIP (both running 13.16.0) I have a PRI coming in PBX_A and PBX_A is connected to PBX_B via SIP. PBX_A gets PRI calls on a 4 port Digium card, and each call naturally has its own callerid values and presence. I pass on those calls to PBX_B via SI, and I'm trying to pass on this
2008 Oct 09
2
Menu for call forwarding or voicemail
I would like to create a simple menu that would allow a caller to decide whether they want to leave a message or be forwarded to another number (i.e cell phone). Thanks in advance for any insight. Here's my current extension.conf [general] static=yes writeprotect=yes [globals] [default] exten => 101,1,Dial(SIP/101,20) exten => 101,n,Voicemail(101 at default) ;This automatically
2003 Dec 06
3
CallWaiting CallerID
Hi all, In order to get the CallerID from PSTN (X100P) I have modified callerid.c file like that: callerid.c [line 256] from: case 3: /* Number (for Zebble) */ to /*case 3: Number (for Zebble) */ Without this modification my own number was displayed as the inoming call CallerID. Now I want to go further. I have activated CallWaiting support on the POTS line. When someone calls and I am in
2003 Nov 26
3
AGI - CallerID ??
I have a client who needs an application for there field techs to call in when they arrive on site and when they leave. The logic behind it seems pretty simple. I am going to write something in AGI to capture some DTMF tones and update this data into MySQL to run some reports from. But here's my initial problem. I have started to create a simple AGI script to capture the CallerID, but I
2009 Jun 06
1
Teliax: where's the space in CALLERID(num) from?
I'm having trouble setting callerid with teliax. I use a simple dial-out subroutine to set the callerid depending on the calling extension, and then dial out. Teliax is saying they're not seeing any callerid info. [DialOut] ; subroutine for dialing out. exten => s,1,NoOp(Context: DialOut called with outgoing number ${ARG1} ) exten => s,n,NoOp(${CALLERID(num)}XXXX) exten =>
2009 May 08
2
Configuring SIP Trunk
Hi All, I have searched the various post and not able to find the solution. I am using Asterisk 1.4.21.2 for outgoing calls. Earlier i used ZAP trunk and it works fine. Now i need to move to SIP trunk and configured the same. When i try from softphone i got error as "Call rejected" and in the asterisk i got error as
2006 Jan 18
2
CALLERIDNAME/CALLERIDNUM Deprecation
Previously, when I wanted to forward to incoming callerid when I forwarded a call to another number I had to set the callerid on the outgoing call to be that of the incoming number. So today I do this: exten => s,n,Set(CALLERID(name)=${CALLERIDNAME}) because I want the outgoing callerid that I forward to not be the normal callerid of the local extension but I want to forward the incoming
2006 Mar 13
3
Callerid on transfer
Hello, Suppose customer A calls attendant. CallerID of A is displayed at the attendant. But, when attendant does a consulted transfer to, let's say, B, the callerID of attendant is displayed at B. When the consulted transfer is succesful, the callerid of attendant is STILL displayed at B. Is it possible to, after a successful transfer change the callerid of the attendant in the callerid of
2006 Feb 09
1
Re: Help on Vicidial
Here is another log from the * server CLI, I reall hope some one can help me out on this one. thanks |SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='127.0.0.1' and campaign_id = '' and call_time < "" and lead_id != '';| -- VDAD get agent: |0|update of vla table: |127.0.0.1 |UPDATE vicidial_live_agents set
2005 Sep 23
4
CallerID issue
Hello. I'm having trouble with callerid on outgoing calls. The recipient of the call only sees "unknown" rather than the number I'm specifying. If I set callerid info when calling an internal extension then I see the callerid name and number when I call that extension. I did that thusly: exten => 101,1,Set(CALLERID(number)=1112223333) exten =>
2004 Oct 04
5
CallerID Question
Hi, I have a weird situation where I have a noop command putting the callerid of the caller on my asterisk console so I know who is calling as a test, but it is putting the callerid of my extension in instead of the callerid of the incoming line. My /etc/asterisk/zapata.conf is [channels] context=default ;switchtype=national usecallerid=yes cidsignalling=v23 cidstart=polarity hidecallerid=no
2004 Apr 14
2
CallerID over IAX
We are receiving phone-calls at one Asterisk box, it forwards them to a different location over IAX. Calls are answered on the other end of this connection. However, the callerID seems to be lost in the process. The 1st box shows the original callerID, on the 2nd box callerID shows the callerID of the 1st box. Apparently the 1st Asterisk box replaces the original callerID with its own. Is