[Asterisk-Users] CallerID

Anton Krall akrall-lists at intruder.com.mx
Sun May 22 08:25:55 MST 2005


Very interesting approach Matt, I coincidently have centericq installed on
my asterisk server so I just tried that configuration and worked very nice!

Do you know of any windows apps that might be able to do this? As you noted,
winxp doesn’t have the popup app and sometimes msn or icq takes too long to
reach its destination. 

|-----Original Message-----
|From: asterisk-users-bounces at lists.digium.com 
|[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of 
|Matt Riddell
|Sent: Sábado, 21 de Mayo de 2005 11:01 p.m.
|To: Asterisk Users Mailing List - Non-Commercial Discussion
|Subject: Re: [Asterisk-Users] CallerID
|
|Anton Krall wrote:
|> What re you guys doing for windows callerid from Asterisk 
|besides using yac?
|> 
|> Any other working software? 
|
|I use:
|
|MSN Messenger (this is a bit slow - uses centericq)
|===================================================
|
|exten => s,2,System(/bin/echo -e 'Incoming Call From: ${CALLERIDNAME}, 
|${CALLERIDNUM} To: ${ARG3} Received:
|${DATETIME:0:2}/${DATETIME:3:2}/${DATETIME:4:4} at ${DATETIME:9}' | 
|centericq -s msg -p msn -t matt.riddell at sineapps.com)
|
|Windows Popup (fast but missing on XP - uses smbclient)
|=======================================================
|
|exten  => s,1,System(/bin/echo -e 'Incoming Call From: 
|${CALLERIDNAME}, 
|${CALLERIDNUM} To:${ARG3} Received:
|${DATETIME:0:2}/${DATETIME:3:2}/${DATETIME:4:4} at 
|${DATETIME:9}'|/usr/bin/smbclient -M ${ARG4})
|
|SMS to my cellphone (only if I missed a call - uses smsx AGI)
|=============================================================
|
|exten => s,10,AGI(smsx|64211387245|txt|You missed an incoming 
|call from 
|${CALLERIDNAME} - ${CALLERIDNUM} to ${ARG3} on
|${DATETIME:0:2}/${DATETIME:3:2}/${DATETIME:4:4} at ${DATETIME:9})
|
|Sorry about the line splits :)
|
|-- 
|Cheers,
|
|Matt Riddell
|_______________________________________________
|
|http://www.sineapps.com/news.php (Daily Asterisk News - html)
|http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
|_______________________________________________
|Asterisk-Users mailing list
|Asterisk-Users at lists.digium.com
|http://lists.digium.com/mailman/listinfo/asterisk-users
|To UNSUBSCRIBE or update options visit:
|   http://lists.digium.com/mailman/listinfo/asterisk-users
|




More information about the asterisk-users mailing list