Hi all, Is it possible to, on the fly, specify the value for the service type using /cgi-bin/sendsms? I've been searching around without any luck.
According to the kannel documentation, it's possible to configure a static service type inside a smsc group. *service-type* string Optional; if specified, sets the service type > for the SMSC. If unset, the default service type is used. This may be used > to influence SMS routing (for example). The SMSC operator may also refer to > this as the "profile ID". The maximum length of the service type is 6, > according to the SMPP specification v3.4. Defined values are: "CMT" > (cellular messaging), "CPT" (cellular paging), "VMN" (voice mail > notification), "VMA" (voice mail alerting), "WAP" (wireless application > protocol), "USSD" (unstructured supplementary services data), "CBS" (cell > broadcast service) and "GUTS" (generic UDP transport service). Other values > may be defined mutually between the SMSC and the ESME application. > Thanks!