RE: [Fwd: [Kannel 0000005]: sms-service HTTP Basic Authentication no longer working [1.3.1]]
"Paul Keogh" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
> > Funny thing is that I can't find what piece of Kannel is calling > handle_transaction. I have a suspicion it's never called/used, may be > it's an historic left-over? > handle_transaction() is a callback function passed to the Conn layer. It is referenced through a pointer which is why it's hard to find. Its definitely not a left-over.