Title: Re: Business Card format
Hi All
 
Does anybody have a working example of sending a business card ?
 
best
Roy

Here is one you can poll from a CGI.

#!/bin/sh
#
# File: cgi-bin/vcard.cgi
#
#
echo "Pragma: no-cache"
echo "Cache-Control: no-cache"
echo "Connection: close"
echo "Content-Type: application/octet-stream"
echo "X-Kannel-UDH: 06050423F40000"
echo ""
echo -n -e "BEGIN:VCARD\r\n"
echo -n -e "VERSION:2.1\r\n"
echo -n -e "N:SMSRelay\r\n"
echo -n -e "TEL;PREF:+41795169338\r\n"
echo -n -e "END:VCARD\r\n"
-- 

Andreas Fink
Fink-Consulting

------------------------------------------------------------------
Tel: +41-61-6932730 Fax: +41-61-6932729  Mobile: +41-79-2457333
Address: A. Fink, Schwarzwaldallee 16, 4058 Basel, Switzerland
E-Mail:  [EMAIL PROTECTED]  Homepage: http://www.finkconsulting.com
------------------------------------------------------------------
Something urgent? Try http://www.smsrelay.com/  Nickname afink



Reply via email to