Hi jingoi,
Honestly, I do not fully understand description of your issue but I'll try to help you
.
[quote]User does not receive reply SMS from agent.but email is received on reply TO email address inbox.[/quote]
Original message is received from the address "t3@test.com". Reply should be send to this address based on UserData of outbound email interaction (see the key "To"). Please check log of Email Server Java to find out what has happened with the interaction.
[quote]we have seen in URS logs and found that Outbound DAP is not running for that case [/quote]
I assume you mean by Outbound DAP two DB queries called from the strategy "TPPre-Send". I'm not able to tell you where the problem is as I don't have copy of your routing strategy. But it seems to me your issue is caused by segmentation object used as first block in the strategy. Again, my assumption is that you're trying to segment interaction based on UserData attached to original - inbound - interaction. This step fails for interaction processed by agent using 3rd party CRM (Siebel) as original UserData are attached to outbound interaction in different way then GDesktop does. Original UserData are present as key-value list named "InheritedAttachedData".
Please post here condition used in Segmentation object and I should be able to tell you how to change these to work in both cases (GDesktop & Siebel CRM).
R.