RE: [FYI] new HTTP SMSC 'generic' system-type

2006-10-02 Thread Ehizogie Binitie
, 2006 5:32 PM To: Kannel Development list; Kannel Users Subject: [FYI] new HTTP SMSC 'generic' system-type Hi lists, I have commited today a patchset to CVS introducing a new system-type 'generic' to smsc = http connection type. The 'send-url' HTTP URI can used the same escape codes as sms

Re: [FYI] new HTTP SMSC 'generic' system-type

2006-10-02 Thread Stipe Tolj
Hi Ehi ;) Ehizogie Binitie wrote: Thanks Stipe, This was really needed. I was wondering if you had thought of supporting HTTP POST and supporting XML based gateways in 'generic'. This could be done by Adding an extra parameter to the group called url-template which would point to a

Re: [FYI] new HTTP SMSC 'generic' system-type

2006-10-02 Thread Paul Bagyenda
If you poke around in Mbuni libs, there is code for doing HTTP POST (enctype = www-url-encoded and multipart/form-data) handling nicely, so you could use that too instead of XML. XML adds the over-head of the other side having to parse that rather than merely have to handle URL

Re: [FYI] new HTTP SMSC 'generic' system-type

2006-10-02 Thread Stipe Tolj
Paul Bagyenda wrote: If you poke around in Mbuni libs, there is code for doing HTTP POST (enctype = www-url-encoded and multipart/form-data) handling nicely, so you could use that too instead of XML. XML adds the over-head of the other side having to parse that rather than merely have

RE: [FYI] new HTTP SMSC 'generic' system-type

2006-10-02 Thread Richard Lowe
Please unsubscribe me from this list From: Ehizogie Binitie [EMAIL PROTECTED] To: 'Stipe Tolj' [EMAIL PROTECTED],'Kannel Development list' devel@kannel.org Subject: RE: [FYI] new HTTP SMSC 'generic' system-type Date: Mon, 2 Oct 2006 07:40:05 - Thanks Stipe, This was really needed. I

[FYI] new HTTP SMSC 'generic' system-type

2006-10-01 Thread Stipe Tolj
Hi lists, I have commited today a patchset to CVS introducing a new system-type 'generic' to smsc = http connection type. The 'send-url' HTTP URI can used the same escape codes as sms-service's 'get-url' to pupulate the values from the msg struct passed from smsbox to bearerbox for MT