[asterisk-users] Showing "name of extension" when calling

Danny Nicholas danny at debsinc.com
Wed Dec 23 08:14:21 CST 2009


This may work on 1.6, but on 1.4(26.3), it just leaves an Instant Message;
not the desired result for OP.

 

  _____  

From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Alec Davis
Sent: Wednesday, December 23, 2009 2:23 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: Re: [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/411b8b75/attachment.htm 


More information about the asterisk-users mailing list