| | #1 (permalink) | ||||||||
| Junior Member
Rep Power: 0 ![]() | Hi I'm trying to connect to an Ericsson BP250 from Delphi6 via TSAPI. Does anybody know what the acsOpenStream statement should look like? I have tried to connect with the following code and it returns -2. I think it means that one or more parameters are invalid. Please help - I'm just guessing here Code:
InvokeIDType := APP_GEN_ID;
InvokeID := 1;
StreamType := ST_;
ServerID := 'ERICSSON#BP1#CSTA#BP250';
LoginID := 'XXX';
Password := 'XXX';
ApplicationName := 'test';
acsLevelReq := ACS_LEVEL1;
apiVer := 'TS1-3:5';
sendQSize := 0;
sendExtraBufs := 0;
recvQSize := 0;
recvExtraBufs := 0;
privateData := nil;
Resultat := tsapi.acsOpenStream(
PacsHandle^,
InvokeIDType,
InvokeID,
StreamType,
ServerID,
LoginID,
Password,
ApplicationName,
acsLevelReq,
apiVer,
sendQSize,
sendExtraBufs,
recvQSize,
recvExtraBufs,
privateData); | ||||||||
| | |
| | #2 (permalink) | ||||||||
| Junior Member ![]()
Rep Power: 0 ![]() | To use TSAPI with BP you need to install BusinessLink server and client software and link your software with client part. Sorry, my knowledge with 3rd party software integration are limited but for more information try to find Ericsson package for 3rd party software developers... Regards Zoran | ||||||||
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Telco problem or not? | ETITech | BCM and Norstar | 7 | 05-01-2006 08:16 AM |
| Really Strange MICS/AA/Voice Mail problem | lgherb | BCM and Norstar | 5 | 04-06-2006 09:30 AM |
| Job Opening Nothern Va | bobbybrill | Technology Chat | 1 | 04-16-2005 08:47 AM |
| Callpilot Apllication Problem | sneexy69 | Meridian Systems | 2 | 11-22-2003 12:23 PM |