[Vtigercrm-developers] Vtiger - SMS Notifier Provider French OVH

Marc GIGON M.GIGON at mb2i.fr
Sat Feb 22 19:16:19 GMT 2014


Hello,

Under vTiger 6.0.0.  I finished my SMS Notifier Connector to French - OVH. 
It works very well. As well as the cron 15mn, for the check of smslookup from 1 to 0, if OK.
But, to complete correctly this: 
I need all answers for the telephonySmsHistory method of OVH, 
ONLY for ' status ' and ' message stats: '. Because for the moment, I have only (failed/EXPIRED and sent/DELIVRD) : see herefater.
When, it will be complete, I can share it.
Does anybody possess this information, PLEASE?

///////////////////////////////////////////
DEBUG
[dd-mmm-yyyy hh:mm:ss UTC] response-SmsHistory: Array
(
    [0] => stdClass Object
        (
            [smsId] => ....
            [numberFrom] => ....
            [numberTo] => ....
  ==>  [status] => failed
            [date] => 201402....
   ==> [message] => id:...... sub:001 dlvrd:001 submit date:..... done date:..... stat:EXPIRED err:150 text
            [text] => ......
            [user] => .....
            [tag] => tag1
        )
)
.................
[dd-mmm-yyyy hh:mm:ss UTC] response-SmsHistory: Array
(
    [0] => stdClass Object
        (
            ....
           [message] => id:.... sub:001 dlvrd:001 submit date:.... done date:.... stat:DELIVRD err:000 text
           ...
        )
)
//////////////////////////

Best Regards,
MGN



More information about the vtigercrm-developers mailing list