Re: grab name variable in sms--service during MO
Alejandro Guerrieri <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
You could hardcode it on your get/post url: sms-service name = myname keyword = foo get-url = "http://localhost/sms?from=%p&to=%P.....&name=myname Regards, -- Alejandro Guerrieri [email protected] On 06/08/2009, at 3:04, sangprabv wrote: > Thanks for the reply. What I mean here is. In the sms-service group > there is 'name' directive. And I want to grab its value whenever an MO > comes and store it. TIA. > > > > WM > > > On Wed, 2009-08-05 at 11:06 +0200, Alejandro Guerrieri wrote: >> Kannel now supports custom MO params over the HTTP SMSC. Check the >> CVS >> userguide, you probably don't have to patch anything. >> >> Regards, >> -- >> Alejandro Guerrieri >> [email protected] >> >> >> >> On 05/08/2009, at 5:52, sangprabv wrote: >> >>> Hi list, >>> I'm making a custom patch for smsc_http.c. And I want to grab the >>> 'name' >>> value in the sms-service during MO request. Which function should I >>> use >>> here? Please advice. TIA. >>> >>> >>> >>> Willy >>> >>> >> >