search for: callerid

Displaying 20 results from an estimated 4248 matches for "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 => ${IPCCIDN04},1,...
2006 Mar 07
1
PLEASE HELP ,a2billing problem with call duration
...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 log as an apendix bellow the text. Is it a asterisk problem or... a2billing.log [05/03/2006 19:39:45]:[CallerID:051359687]:[CN:0474]:[CC_asterisk_rate-engine: Count Total result 1] [05/03/2006 19:39:45]:[CallerID:051359687]:[CN:0474]:[CC_asterisk_rate-engine: Count Total result 1] [05/03/2006 19:39:45]:[CallerID:051359687]:[CN:0474]:[CC_asterisk_rate-engine: number_trunk 1] [05/03/2006 19:39:46]:[CallerID:05...
2006 Mar 07
0
a2billing problem with call duration
...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 log as an apendix bellow the text. Is it a asterisk problem or... a2billing.log [05/03/2006 19:39:45]:[CallerID:051359687]:[CN:0474]:[CC_asterisk_rate-engine: Count Total result 1] [05/03/2006 19:39:45]:[CallerID:051359687]:[CN:0474]:[CC_asterisk_rate-engine: Count Total result 1] [05/03/2006 19:39:45]:[CallerID:051359687]:[CN:0474]:[CC_asterisk_rate-engine: number_trunk 1] [05/03/2006 19:39:46]:[CallerID:05...
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) = &quo...
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}) same=>n,GotoIf(${BLACKLIST()}?make-em-wait) but it's stripping the first character + sign or not. The callerid is 1203XXYYYY -- Executi...
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}" =...
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 ext...
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] Wait("SIP/asd1-086775b8", "1") in new stack -- Executing [asd at pstn-in:3] NoOp("SIP/asd-086775b8", "...
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...
2008 Oct 09
2
Menu for call forwarding or voicemail
...her 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 calls the right mailbox using the ${CALLERIDNUM} variable in the current context (var ${CONTEXT}). exten=>*98,1,VoiceMailMain(${CALLERIDNUM}@${CONTEXT}) include => inbound include => outgoing [inbound] exten => 9045622082,1,Goto(default,101,1) [outgoing] ; The following gives an Unknown Caller ID ;exten => _1NXXNXXXXXX,1,Set...
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 CallWaiti...
2003 Nov 26
3
AGI - CallerID ??
...y 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 keep on receiving unknown's for the callerid. I can get the callerid if I call from an internal extension. But if I call from an outside line it comes up unknown. And if I were to call a internal extension the callerid comes up on the phone. Any pointers.... <script> use A...
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}...
2009 May 08
2
Configuring SIP Trunk
...ry from softphone i got error as "Call rejected" and in the asterisk i got error as ***************************************************************************************************** -- Executing [90012127773456 at from-internal:1] Macro("SIP/2022-083c53f0", "user-callerid|SKIPTTL|") in new stack -- Executing [s at macro-user-callerid:1] NoOp("SIP/2022-083c53f0", "user-callerid: device 2022") in new stack -- Executing [s at macro-user-callerid:2] Set("SIP/2022-083c53f0", "AMPUSER=2022") in new stack -- Executin...
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 ex...
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...
2006 Feb 09
1
Re: Help on Vicidial
...' 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 status='QUEUE',lead_id='0',uniqueid=' 1139506471.2', channel='IAX2/u32218094-1', callerid='unknown' where status = 'READY' and server_ip='127.0.0.1' and campaign_id='' and last_update_time > '19700101075955' limit 1;| |SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='127.0.0.1' and campaign_id =...
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(C...
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=polar...
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 there a way to keep the original (real) callerID in place. Thx. -Markus -- Mark...