Extended account callback

Extended account callback SearchSearch
Author Message
Alex Kaiser
New member
Username: Alex_k

Post Number: 12
Registered: 07-2006
Posted on Sunday, May 13, 2007 - 01:58 pm:   

Hello,

I've found that new callback were added
1. SMSOut occurs when message is being transmitted to SMSC
2. SMSIn occurs when NowSMS receive message.

Could you please describe these features more detailed because i can't find any docs.

Another question, why these callbacks are sync(waiting for page's response) like it's with PreAuth callback but not like SMSSend. Making these callback synchronic - reduces sending speed, because NowSMS is waiting for DB response - i think that is a bad logic. Async execution is preferable. Is there any chance to choose?

Best regards,
Alex K.