Emmanuel Bouton

Results 6 issues of Emmanuel Bouton

`Receiver` should have the possibility to know if a PDU is handled by ESME before sending auto response, because if the ESME does not handle `DataSM` (for example), the response...

In GSM7 official table, the character `ç` does not exist. It would be great if it was possible to customize charset tables. In my case, I could map `ç` to...

question
wip

Hello, How could I send a generic_nack PDU to SMS-C when my ESME receive an unsupported PDU ? Here is the handler that I provide to my `Transceiver` : ```go...

Hi, I'm implementing an SMPP server, and my server is waiting for ESME connections. So I wrote the following handler : ```go sessConf := smpp.SessionConf{ SystemID: systemID, Handler: smpp.HandlerFunc(func(ctx *smpp.Context)...

Hello, In `session.go`, in `makeTransition()` function, there's a mistake in the case « If sending from SMSC or receiving on ESME ». In this case and for `StateBoundTRx`, the `pdu.DeliverSmID`...