Magnus Benngård
2009-Dec-22 14:05 UTC
[asterisk-users] Showing "name of extension" when calling
Hi! Is it possible, when placing a call that u see the name of the extension in your diplay? For example, 2 sip.conf entries: [971] callerid="Stefan" [975] callerid="Magnus" 975 calls 971 today 975 sees 971 in the display but would like to se: "Stefan " or just "Stefan" or... /Magnus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091222/fcbe1cf5/attachment.htm
Kevin P. Fleming
2009-Dec-22 14:12 UTC
[asterisk-users] Showing "name of extension" when calling
Magnus Benng?rd wrote:> Is it possible, when placing a call that u see the name of the extension > in your diplay? > > For example, 2 sip.conf entries: > [971] > callerid="Stefan"<971> > [975] > callerid="Magnus"<975> > > 975 calls 971 today 975 sees 971 in the display but would like to se: > "Stefan <975>" or just "Stefan" or...This is called Connected Party information display, and it will be in Asterisk 1.8. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA skype: kpfleming | jabber: kpfleming at digium.com Check us out at www.digium.com & www.asterisk.org
Alec Davis
2009-Dec-23 08:23 UTC
[asterisk-users] Showing "name of extension" when calling
You may be able to use the SendText application, Conceptually and from memory exten => 971, 1, Answer() exten => 971, n, SendText(Magnus <971>) exten => 971, n, Dial(SIP/971) exten => 971, n, .... exten => 975, 1, Answer() exten => 975, n, SendText(Stefan <975>) exten => 975, n, Dial(SIP/975) exten => 975, n, .... Alec _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Magnus Benng?rd Sent: Wednesday, 23 December 2009 3:06 a.m. To: asterisk-users at lists.digium.com Subject: [asterisk-users] Showing "name of extension" when calling Hi! Is it possible, when placing a call that u see the name of the extension in your diplay? For example, 2 sip.conf entries: [971] callerid="Stefan"<971> [975] callerid="Magnus"<975> 975 calls 971 today 975 sees 971 in the display but would like to se: "Stefan <975>" or just "Stefan" or... /Magnus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091223/41c0d51a/attachment.htm
Danny Nicholas
2009-Dec-23 15:06 UTC
[asterisk-users] Showing "name of extension" when calling
Because we only actually read a percentage of the threads (since there are a couple thousand per month) -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Steve Howes Sent: Wednesday, December 23, 2009 9:01 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Showing "name of extension" when calling On 23 Dec 2009, at 14:48, Danny Nicholas wrote:> Why are there three branches of 1.6?Why are there a million threads asking this question? ;) S _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Magnus Benngård
2009-Dec-23 16:17 UTC
[asterisk-users] Showing "name of extension" when calling
Is it in the "trunk" version or will it be added there? On Tue, 22 Dec 2009 08:12:40 -0600, "Kevin P. Fleming" wrote: Magnus Benng?rd wrote:> Is it possible, when placing a call that u see the name of the extension > in your diplay? > > For example, 2 sip.conf entries: > [971] > callerid="Stefan" > [975] > callerid="Magnus" > > 975 calls 971 today 975 sees 971 in the display but would like to se: > "Stefan " or just "Stefan" or...This is called Connected Party information display, and it will be in Asterisk 1.8. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA skype: kpfleming | jabber: kpfleming at digium.com Check us out at www.digium.com & www.asterisk.org _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091223/5e264105/attachment.htm