Hi, i'm using SMSserver for my web application. and it work great. i used Serial Modem(Wavecom M1306B) as gateway and Database(Oracle 10g) as Interface. my modem can send and receive SMS smoothly. the problem is some phones(Mostly BlackBerry) can not receive SMS sent from SMSServer. I found this weird problem when i tried to send SMS to my friend (she use BlackBerry 8900 series) and she can't receive my message. there is no error message show up, i think the problem is in the sim card number.. then i switch the sim card to the other phone (NOKIA E90) and succesfully receive the SMS. then i try to send broadcast SMS to Multiple user, mostly the BlackBerry user not receiving my SMS.
i don't know where is the problem lies, in smsserver_out table i get D for the "status" Field which mean the SMS had been Delivered. so, is anybody had a same problem? can't send to some phone/device(mostly BlackBerry)? is there any solution to my Problem? how can i get the outbound log? this is my smsserver.conf : smsserver.balancer=RoundRobinLoadBalancer gateway.0=modem1, SerialModem modem1.port=COM13 modem1.baudrate=115200 modem1.manufacturer=Wavecom modem1.model=MA1601B modem1.protocol=PDU modem1.pin=0000 modem1.inbound=yes modem1.outbound=yes modem1.smsc_number= modem1.init_string=ATZ\rATZ\rATZ\r gateway.1=modem2, SerialModem modem2.port=COM14 modem2.baudrate=115200 modem2.manufacturer=Wavecom modem2.model=MA1601B modem2.protocol=PDU modem2.pin=0000 modem2.inbound=yes modem2.outbound=yes modem2.smsc_number= modem2.init_string=ATZ\rATZ\rATZ\r interface.0=db1, Database db1.url=jdbc:oracle:thin:@localhost:1521:dbsms db1.driver=oracle.jdbc.OracleDriver db1.username=dbsms db1.password=dbsms db1.type=oracle db1.tables.sms_in=SMSSERVER_IN db1.tables.sms_out=SMSSERVER_OUT db1.tables.calls=SMSSERVER_CALLS db1.batch_size=100 db1.retries=5 db1.update_outbound_on_statusreport=yes settings.inbound_interval=30 settings.outbound_interval=10 settings.delete_after_processing=yes # Here is an example of a SimpleInboundFileLogger interface. interface.0=file1, SimpleInboundFileLogger, inbound file1.filename=c:/logger.txt settings.send_mode = async settings.timeframe.low=0900-2200 settings.timeframe.normal=0000-2359 settings.timeframe.high=0000-2359 -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
