[Asterisk-Users] CallerID

Matt Riddell matt.riddell at sineapps.com
Sat May 21 21:01:27 MST 2005


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)



More information about the asterisk-users mailing list