niksabaldun

Results 4 comments of niksabaldun

I have tried that, but OSError is not raised. The get() call just hangs indefinitely. ``` def monitor_network(ip_route): change_events = ( 'RTM_NEWLINK', 'RTM_DELLINK', 'RTM_SETLINK', 'RTM_NEWADDR', 'RTM_DELADDR', 'RTM_NEWROUTE', 'RTM_DELROUTE', 'RTM_NEWNETCONF', 'RTM_DELNETCONF'...

Thanks. Closing the socket would have been a cleaner solution indeed, but this works flawlessly so it's good enough for me.

OK, there is probably no problem with the codec itself. I've found the following in the Apache Camel docs: > Choosing the value 0 for the alphabet selects the SMSC...

I got this answer from SMSC vendor: > Unfortunately, unlike SMPP 3.3, where data_coding=0 was unambiguously GSM 7-bit default alphabet, for SMPP 3.4 and higher the GSM 7-bit default alphabet...