For http smsc, you create your own send and receive urls. In the http smsc part of your configuration file, set your operator url in "send-url" i.e the url through which you will send messages to your operator. e.g send-url = http://youroperator:operator_port
Also set your port where you will receive messages from your operator. See user guide Tunrayo ----- Original Message ----- From: "Waseem Azhar" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, September 03, 2007 11:53 AM Subject: how to override sendsms http attribute names ? > Hi All, > > Is it possible to override http send sms interface's attributes. For > example : following are the standard attributes for send sms > (username,password,to,text etc..) > > http://smsbox.host.name:13013/cgi-bin/sendsms?username=foo&password=bar&to=0 123456&text=Hello+world > > I want to override those attribute name like [MsgData insted of text], > [destination insted of to etc..] . Is this possible in Kannel > configuration ? I am using http relay smsc & service provider is > requiring his own set of http request attributes. like .. > > http://smsbox.host.name:13013/cgi-bin/sendsms?username=foo&password=bar&dest ination=0123456&MsgData=Hello+world > > > Please help me regarding this. > > > Thanks in advance. > > -Azhar >
