Hi, There is any phonebook type application/script available, server based? I want to keep the list of names/phone numbers centralized on the server (in a database) for all the phones connected to Asterisk. The caller ID extracted from the list must be passed then to the phones when a call is received through the X100P card from the PSTN line. Thanks, Da
we run such at iptel.org -- just get an account there and see how it works. Limitation: it takes phones with REFER support. We tested against Cisco 7960, Mitel, Pingtel (and maybe some more whose name I no longer remember). Microsfot Messenger is known not to work, as it is REFER-ignorant. -jiri On Tue, 26 Aug 2003, Dan wrote:> Hi, > > There is any phonebook type application/script available, server based? > I want to keep the list of names/phone numbers centralized on the server (in > a database) for all the phones connected to Asterisk. > The caller ID extracted from the list must be passed then to the phones when > a call is received through the X100P card from the PSTN line. > > Thanks, > Da > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Hi Jiri, Why is this phone dependant? It is jut about to query a database for a specific phone number and then extract the Name and set the variable CALLERID variable accordingly. How can I see how it works? I can see just the result... Thanks, Dan ----- Original Message ----- From: "Jiri Kuthan" <jiri@iptel.org> To: <asterisk-users@lists.digium.com> Sent: Tuesday, August 26, 2003 3:06 PM Subject: Re: [Asterisk-Users] * server based Phonebook> we run such at iptel.org -- just get an account there and see how it > works. Limitation: it takes phones with REFER support. We tested against > Cisco 7960, Mitel, Pingtel (and maybe some more whose name I no longer > remember). Microsfot Messenger is known not to work, as it is > REFER-ignorant. > > -jiri > > On Tue, 26 Aug 2003, Dan wrote: > > > Hi, > > > > There is any phonebook type application/script available, server based? > > I want to keep the list of names/phone numbers centralized on the server(in> > a database) for all the phones connected to Asterisk. > > The caller ID extracted from the list must be passed then to the phoneswhen> > a call is received through the X100P card from the PSTN line. > > > > Thanks, > > Da > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >
I think your are looking for something like this tool: LookupCIDName it uses the internal database of asterisk and allows you to hookup the CallerIDName based on a list in the database. show application LookupCIDName in * for more info. Greetings, Tj ----- Original Message ----- From: "Dan" <dtoma@fx.ro> To: <asterisk-users@lists.digium.com> Sent: Tuesday, August 26, 2003 1:22 PM Subject: [Asterisk-Users] * server based Phonebook> Hi, > > There is any phonebook type application/script available, server based? > I want to keep the list of names/phone numbers centralized on the server(in> a database) for all the phones connected to Asterisk. > The caller ID extracted from the list must be passed then to the phoneswhen> a call is received through the X100P card from the PSTN line. > > Thanks, > Da
Thanks, This is what I looking for. Best regards, Dan ----- Original Message ----- From: "Tjardick van der Kraan" <tjardick@vanderkraan.net> To: <asterisk-users@lists.digium.com> Sent: Tuesday, August 26, 2003 3:56 PM Subject: Re: [Asterisk-Users] * server based Phonebook> I think your are looking for something like this tool: > > LookupCIDName > > it uses the internal database of asterisk and allows you to hookup the > CallerIDName based on a list in the database. > > show application LookupCIDName > > in * for more info. > > Greetings, > > Tj > ----- Original Message ----- > From: "Dan" <dtoma@fx.ro> > To: <asterisk-users@lists.digium.com> > Sent: Tuesday, August 26, 2003 1:22 PM > Subject: [Asterisk-Users] * server based Phonebook > > > > Hi, > > > > There is any phonebook type application/script available, server based? > > I want to keep the list of names/phone numbers centralized on the server > (in > > a database) for all the phones connected to Asterisk. > > The caller ID extracted from the list must be passed then to the phones > when > > a call is received through the X100P card from the PSTN line. > > > > Thanks, > > Da > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >