Search code examples
apache-camelsmppjsmpp

Camel-SMPP support for SOURCE_HOST and and SOURCE_PORT


Does camel-smpp support setting a specific source host and port to create a SocketConnection towards the SMS-C? According to my knowledge there are no URI parameters to set the SOURCE_HOST or SOURCE_PORT.

If there exist such parameters please point me to. Otherwise, any suggestions for possible resolution?


Solution

  • It is not an issue of Camel.
    Underlying SMPP library (jsmpp) doesn't support creating a bind to a remote SMS-C by first binding in a specific local address and port.