Try with: port = 0 receiver-port = 9081 Regards,
Alejandro On Sun, Aug 16, 2009 at 1:06 PM, Samir Ghodasara <[email protected]>wrote: > Hi Donald, > Thanks for the replay..It works after mentioning the port value 9081 for > receive-port. > > Can you tell me what should be the receive-port value . I got SMSC IP and > port from operator. currently i have mentioned smsc port 9081 as > receive-port. > > Regards, > Samir. > > > On Sun, Aug 16, 2009 at 3:26 PM, Donald Jackson <[email protected]>wrote: > >> Hi Samir, >> Here is an example of a receiver only connection: >> >> group=smsc >> smsc=smpp >> host=thearchitech.com >> receive-port=2345 >> smsc-username=architech >> smsc-password=architech >> system-type=SMPP >> >> As you can see there is no 'port' or 'transceiver-mode' option, which will >> make it default to an RX bind only. >> >> Hope this helps, >> >> Thanks, >> Donald >> http://www.thearchitech.com >> >> >> >> 2009/8/16 Samir Ghodasara <[email protected]> >> >> HI Team, >>> my operator allows only smsc binding with receiver mode. >>> >>> I am able to bind with only tx mode through following configuration. >>> receive-port=0 >>> transceiver-mode=0. >>> >>> i have tried with transceiver-mode=false but it is not working. >>> >>> Can you please tell me the configuration for only receiver mode. >>> >>> Thanks in advance. >>> >>> Regards, >>> Samir. >>> >>> >> >> >> -- >> Donald Jackson >> http://www.ddj.co.za/ >> donaldjster(a)gmail.com >> > >
