Am a new subscriber to this mailing list and i want to be able to use the to send an SMS to my server which will inturn log on to communicate with the banking software of my bank and then using the WAP to send back to me my account balance.
Please how could this be done on the kannel software Father Abraham --- [EMAIL PROTECTED] wrote: > Send devel mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, > visit > http://www.kannel.org/mailman/listinfo/devel > or, via email, send a message with subject or body > 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it > is more specific > than "Re: Contents of devel digest..." > > > Today's Topics: > > 1. Re: [PATCH] Addition Of > http-proxy-port-exceptions > (Jonathan Houser) > 2. Re: [PATCH] Addition Of > http-proxy-port-exceptions > (Jonathan Houser) > 3. Re: [PATCH] Addition Of > http-proxy-port-exceptions > (Jonathan Houser) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 08 Apr 2005 13:20:50 -0400 > From: Jonathan Houser <[EMAIL PROTECTED]> > Subject: Re: [PATCH] Addition Of > http-proxy-port-exceptions > To: Stipe Tolj <[EMAIL PROTECTED]> > Cc: Kannel <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; > format=flowed > > > Stipe, > > > Consider it done. I just have to figure out > how you guys do regex > > in your code, config, etc. One question, does the > regex option allow > > multiple searches the same way the existing > http-proxy-exceptions does? > > (Ie. am I doing a single regex or a regex against > a List of search > > strings?) > > Never mind. I see in the docs that you're > suggesting using the | > (or) syntax. If there's a lot of matches it makes > for messy strings, > but I know how I'm to implement it now. Thanks. :P > > Jon > > > > ------------------------------ > > Message: 2 > Date: Fri, 08 Apr 2005 15:26:47 -0400 > From: Jonathan Houser <[EMAIL PROTECTED]> > Subject: Re: [PATCH] Addition Of > http-proxy-port-exceptions > To: Jonathan Houser <[EMAIL PROTECTED]> > Cc: Kannel <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; > format=flowed > > > Stipe, > > >> Consider it done. I just have to figure out > how you guys do > >> regex in your code, config, etc. One question, > does the regex option > >> allow multiple searches the same way the existing > > >> http-proxy-exceptions does? (Ie. am I doing a > single regex or a regex > >> against a List of search strings?) > > > > > > Never mind. I see in the docs that you're > suggesting using the | > > (or) syntax. If there's a lot of matches it makes > for messy strings, > > but I know how I'm to implement it now. Thanks. > :P > > I've got it mostly written I think. I just > remembered something, > however, as I was trying to figure out why it was > crashing. The other > reason I wasn't going to use a regex is because the > http_use_proxy() > function that is called to see if proxy should be > used is only passed > the host. Thus you can't actually look for > "https://" in say > "https://mobile.msn.com/..." because all you'll get > is "mobile.msn.com". > Since this is how you want it to work, though, > I'll have to work that > in somehow I guess. As an aside, I added a > gw_regex_duplicate() > function as well while working on this. > > Jon > > > > ------------------------------ > > Message: 3 > Date: Fri, 08 Apr 2005 16:13:56 -0400 > From: Jonathan Houser <[EMAIL PROTECTED]> > Subject: Re: [PATCH] Addition Of > http-proxy-port-exceptions > To: Stipe Tolj <[EMAIL PROTECTED]> > Cc: Kannel <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; > format=flowed > > > Stipe, > > > I've got it mostly written I think. I just > remembered something, > > however, as I was trying to figure out why it was > crashing. The other > > reason I wasn't going to use a regex is because > the http_use_proxy() > > function that is called to see if proxy should be > used is only passed > > the host. Thus you can't actually look for > "https://" in say > > "https://mobile.msn.com/..." because all you'll > get is "mobile.msn.com". > > Since this is how you want it to work, though, > I'll have to work that > > in somehow I guess. As an aside, I added a > gw_regex_duplicate() > > function as well while working on this. > > Ok, my stupid gw_regex_duplicate() function > was crashing it. Must > not be a simple memcpy sort of operation (ie. needs > a deep copy). Damn. > Anyway, I've got the regex working now. I just > added trans->url to > trans->host as being passed into http_use_proxy(). > I'll have to go over > my changes with the usual fine tooth comb for idiot > mistakes, and after > that I'll submit my http-proxy-exceptions-regex > patch. However the > weekend hath arrived and I'm getting the hell outta > here. :P > > Jon > > > > ------------------------------ > > _______________________________________________ > devel mailing list > [email protected] > http://www.kannel.org/mailman/listinfo/devel > > > End of devel Digest, Vol 16, Issue 8 > ************************************ > __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
