> > 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.
