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

Alec Davis sivad.a at paradise.net.nz
Wed Dec 23 02:23:04 CST 2009


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 


More information about the asterisk-users mailing list