I just noticed that account field in smsc_http.c is not url-encoded

    if (sms->sms.account) /* prepend account with local username */
        octstr_format_append(url, "&account=%E:%E", sms->sms.service, 
sms->sms.account);

':' should appear as %3A

Could someone confirm me this or did i miss something ?

regards

Vincent

--
Telemaque - NICE - (FR)
Service Technique - Developpement
http://www.telemaque.fr/
[EMAIL PROTECTED]
Tel : +33 4 93 97 71 64 (fax 68)



Reply via email to