search for: lookupcidname

Displaying 20 results from an estimated 36 matches for "lookupcidname".

2005 Mar 24
3
Outlook contacts -> Asterisk database (LookupCIDName)
Is it possible in any way to use an Outlook contacts database as the source for the internal Asterisk database that is used for callerid lookups? Thanks!
2007 Oct 25
2
What to use instead of LookupCIDName?
Hello When using LookupCIDName, Asterisk 1.4 says that it's deprecated, and we should use "${DB(cidname/${CALLERID(num)})}" instead, but I don't know how to use it: ;DEPRECATED exten => s,1,LookupCIDName ;ERROR exten => s,1,${DB(cidname/${CALLERID(num)})} I guess I should use this as a parameter to a fu...
2005 Jun 20
0
LookupCIDName on outgoing calls
I'm trying to use LookupCIDName to tag outgoing calls on my CDRs but it seems that application only tags incoming calls? Any sugestions? Leandro
2007 May 28
1
[1.2.18] Wrong steps in extensions.conf?
Hello, Sometimes, when a call comes in from the PSTN through our VoIP gateway, the information that is sent to our web page that logs calls includes the original CID name instead of the one that is we expect to be rewritten on the fly using Asterisk's LookupCIDName: ================= ;extensions.conf [internal] exten => group,1,LookupCIDName exten => group,n,AGI(web.agi|${CALLERID(num)}|${CALLERID(name)}) exten => group,n,Dial(${EXT204}) ========= ;/var/lib/asterisk/agi-bin/web.agi #!/usr/bin/perl #use LWP::Simple; use URI::Escape; use LWP 5.64; o...
2003 Oct 06
2
callerid name modification (or adding)
Is there any way to take an incoming callerid string and remove the given "name" part of it and replace it w/ something arbitrary, or add to a blank name string (possibly by looking up the number in a database)? Thanks, John Lawler
2006 Dec 16
1
rxfax detection problems with multiple contexts
...et handled by from-analog-zap2 exten => fax,1,GotoIf($["${CHANNEL}" != "Zap/2-1"]?4) exten => fax,2,Set(FAXFILE=/var/spool/asterisk-fax/${UNIQUEID}.tif) exten => fax,3,rxfax(${FAXFILE}) exten => fax,4,Hangup [from-analog-zap2] exten => s,1,Answer exten => s,n,LookupCIDName exten => s,n,NoOp(CallerID: ${CALLERID}) exten => s,n,Hangup exten => fax,1,Set(FAXFILE=/var/spool/asterisk-fax/${UNIQUEID}.tif) exten => fax,n,rxfax(${FAXFILE}) exten => fax,n,Hangup exten => i,1,Hangup exten => h,1,Hangup [incoming] include => parkedcalls exten => s...
2005 Aug 21
0
PrivacyManager not working Asterisk 1.0.9-BRIstuffed-0.2.0-RC8n
...-- Executing Zapateller("Zap/2-1", "answer|nocallerid") in new stack -- Executing PrivacyManager("Zap/2-1", "") in new stack -- CallerID Present: Skipping -- Executing SetCIDNum("Zap/2-1", "") in new stack -- Executing LookupCIDName("Zap/2-1", "") in new stack I have this in my extensions.conf: exten => 0711234567,1,Ringing exten => 0711234567,2,Zapateller(answer|nocallerid) exten => 0711234567,3,PrivacyManager exten => 0711234567,4,SetCIDNum(${PRI_NETWORK_CID}) exten => 0711234567,5,Lookup...
2006 Oct 30
0
Problem with incomming calls
...mple switch on 'Zap/4-1'<br>&nbsp;&nbsp;&nbsp; -- Executing Answer("Zap/4-1", "") in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing NoOp("Zap/4-1", "") in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing LookupCIDName("Zap/4-1", "") in new stack<br><br><br><br>When it works I see this:<br><br>&nbsp; == Starting post polarity CID detection on channel 4<br>&nbsp;&nbsp;&nbsp; -- Starting simple switch on 'Zap/4-1'<br>&nb...
2008 Feb 17
1
Music on hold
...cclass = ringing strategy = ringall timeout = 300 retry = 5 member => SIP/202 member => SIP/227 the CLI shows.............. --------------------------- -- Executing [s at default:1] Answer("SIP/04757690XX-08ef8ee8", "") in new stack -- Executing [s at default:2] LookupCIDName("SIP/0475769002-08ef8ee8", "") in new stack [Feb 17 13:18:10] WARNING[28267]: app_lookupcidname.c:72 lookupcidname_exec: LookupCIDName is deprecated. Please use ${DB(cidname/${CALLERID(num)})} instead. -- Executing [s at default:3] Queue("SIP/04757690XX-08ef8ee8&quo...
2007 Jan 04
1
bypass menu for certain numbers?
...y idea was to use my already enabled callerid asterisk database and lookup the callerid info from it, if it exists consider it a friend and send them to a direct dial context. If the callerid is new, not found, or unknown then send them to the regular menu. This would be done with astdb, gotoif and lookupcidname commands I suppose. Haven't looked into this end of it much yet. My question - is this the best/quickest way of going about this? I am wondering if with many numbers in this database if it will add delay to the call while it looks up to see where it needs to go. I've also seen things like...
2003 May 27
2
Caller-ID questions and suggestions
...incapable of sending the time/date to the display. In either case it's annoying for me since I use that as my desk clock! Any solutions would be very welcome. 3. Caller-ID name information is sent with "double quotes" around it, at least when it's fetched from the database using LookupCIDName. This wastes precious display space. 4. There seems to be no way to distinguish between "Out of Area" and "Private/Withheld" in extensions.conf. I see in the zaptel source code that the distinction is available when the data is being read from the line. Since those really are...
2005 Jan 26
4
No ringback on IAX channel after selecting menu option
Here is the call flow: [ivr-incoming] exten => s,1,LookupCIDName exten => s,2,DigitTimeout(2) exten => s,3,ResponseTimeout(10) exten => s,4,Wait(1) exten => s,5,Background(custom/ivr-incoming) exten => 1,1,Background(pls-wait-connect-call) exten => 1,2,Dial(${RINGPHONENUMBERS},20,r) exten => 1,3,Voicemail,u${VMBOX} exten => 1,4,Hangup R...
2004 May 28
11
Asterisk Database
I'd like to be able to add additional fields to the the Asterisk database. I'm using Mysql for most of my data lookup and manipulation, and it seems to work pretty well. In keeping with what I know how to do, it would be very handy to be able to insert say a "call forward number" into a customer record. That way, I could automatically route calls to extensions to a forwarded
2004 May 24
1
Using Blacklist
I am attempting to write in incoming context for calls. 1. If the caller id is given and it is not black listed it will Playback a greeting and then right the phone or go to voicemail under busy or unavailable conditions 2. If no caller id is given, then Privacy Manager will ask for the number. I am testing 6145551212 to see if the black list will work 3. If a caller id is given, and it is
2004 Jun 04
0
Supervision Issue With Asterisk/Sipura/Talkn
...ity: Forward Doesn't seem to make a different * still holds the call up and doesn't release it, my context looks like: [incoming-talkn] ; exten => s,1,SetMusicOnHold,random exten => s,2,Zapateller(answer|nocallerid) exten => s,3,NoOp exten => s,4,PrivacyManager exten => s,5,LookupCIDName exten => s,6,LookupBlacklist exten => s,7,Background(pls-wait-connect-call) ;exten => s,8,Dial(Zap/4,15,Ttr) exten => s,9,Answer exten => s,10,Wait(1) exten => s,11,Macro(vmessage,2101) exten => s,105,Macro(vmessage,6000) exten => s,107,Macro(vmessage,6000) Has anyone else...
2004 Jul 07
0
Intermittent cidname lookups
I'm having a problem with intermittent lookup of Caller ID Name info using LookupCIDName. The same problem occurs when doing: asterisk -rx "database show cidname" No data is returned on every fourth or fifth query. No errors are being logged. I'm currently running CVS-HEAD-07/07/04-17:04:31 and first noticed the problem a few weeks ago. Is anyone seeing a similar pr...
2005 Feb 26
0
'asterisk' displays on 2nd line (CID Number Line) on Cisco 79x0 phones
...ct. I have tried many combinations of manually setting the CIDname, CIDnum, and just CID right before my dial command, and nothing I have tried has made any difference. I do have this simple logic which at least displays the number if a name isn't there: exten => s,1,answer exten => s,2,LookupCIDName exten => s,3,GotoIf($["${CALLERIDNAME}" != "${CALLERIDNUM}"]?5) exten => s,4,SetCIDName(${CALLERIDNUM}) exten => s,5,Dial(SIP/{ARG1},18) exten => s,6,Voicemail(su${ARG1}) Any help in this matter would be appreciated. Albert Chaffman
2005 Mar 23
0
Release 0.68 of IPSwitchBoard
Release 0.68 of IPSwitchBoard is ready for download at: http://www.voip-info.org/tiki-index.php?page=IPSwitchBoard+BETA Release Notes: Import/Export extensions to "cidname" in Asterisk Server, integrate this in your dial plan to see who's calling by using the Asterisk app. "LookUpCidName()." Set "Do Not Disturb" for an Extension, and type a reason for DND which can be seen by other users. This can be integrated in your dial plan by checking for key "dnd" in Asterisk DB. Minor bug fixes. IPSwitchBoard is an FREE Windows.NET application for use as Opera...
2005 Aug 25
1
Caller ID ?
Most of the time i can find answers to my questions on the wiki, google, or searching the list now i am stuck . I have a small * box at my house running 1.0.9 stable and a devlite kit. Every thing is awesome VM, IVR, Echo canceling, and Meetme are all working great. But on Incoming caller id i need to add a 9 as a prefix to make it easier to return call from my cordless phone (cheap vtech
2005 Sep 01
0
Fax trouble with HP 3330mfp (again)
...e transmission is stopped with a "communication error" To receive a fax I have this in my dialplan: exten => 0000000000,1,Ringing exten => 0000000000,2,zapEC(off) ; disable EC on the incoming channel exten => 0000000000,3,SetCIDNum(${PRI_NETWORK_CID}) exten => 0000000000,4,LookupCIDName exten => 0000000000,5,Dial(${FAX}) To send a fax I use these options: exten => _9.,1,Dial(ZAP/g1md/${EXTEN:1},70,rdT) exten => _9.,2,Macro(fastbusy) I'm puzzled why I can receive faxes but not send them. The HP is capable of 14k4 transmission speeds (and I think even higher) but why...