Agile Developer

SMS Sending Failure...
 
Notifications
Clear all

[Solved] SMS Sending Failure via Scheduled Jobs in AXE

2 Posts
2 Users
0 Reactions
266 Views
Posts: 609
Topic starter
(@banupriya)
Noble Member
Joined: 2 years ago

Issue: While SMS can be sent successfully through XRUN from Axpert desktop, there's an issue when attempting to send via scheduled jobs through AXE. (SQL Post is functioning correctly.) Specifically, the XRUN action configured in the "After Save" action is not working as expected.


1 Reply
Posts: 602
Admin
(@axpertsupport)
Honorable Member
Joined: 2 years ago

Please find the below workaround to resolve the issue.

Option 1: You may write it to a flat table something like "axsms" with just the mobile number, message and status (0/1) and write a small program to watch this table and process SMS.

Option 2: We can also write a back end procedure to send SMS and we can schedule this through jobs to keep watching the table to process in the background.


Reply
Share: