SMPP AND UCP connection

SMPP AND UCP connection SearchSearch
Author Message
mohamed
New member
Username: Moh

Post Number: 1
Registered: 04-2005
Posted on Wednesday, June 22, 2005 - 08:00 am:   

if i am having both connections SMPP and UCP .. how can i choose to use a specific type of connection when sending as SMS .. such that if the number begins with a certain number like (12) then use SMPP connection .. if (10) then use the UCP connection ... is there any way to do so ???
i am using this :
retval = Inet1.OpenURL("http://127.0.0.1:8800/?sender=1442&PhoneNumber=" & phoneNB & "&Text=" & str, icByteArray)
but i found out that it uses only the UCP connection in both cases (wether (12) or (10))...thx in advance