[FYI] new bearerbox rerouting feature

2003-07-27 Thread Stipe Tolj
Hi list, I just commited this new bearerbox rerouting feature: Main idea was to allow MOs to be passed directly to the MT queues of smsc-ids configured in the same bearerbox. Hence messages can be proxyied without passing them to external boxes (smsbox, smppbox, or whatever). Therefore 3 new

smsc_emi.c

2003-07-27 Thread Jared Odulio
Hi, Tell me if I am doing the right thing. I will be inserting a code in static struct emimsg *msg_to_emimsg(Msg *msg, int trn, PrivData *privdata) section of the smsc_emi.c to append XSer field type 0C aka the billing identifier to the emi message. Is this the right section to put it? Thanks,