Re: Jaguar and PPPLIB
Re: Jaguar and PPPLIB
- Subject: Re: Jaguar and PPPLIB
- From: <email@hidden>
- Date: Tue, 29 Oct 2002 22:16:49 +0000
- Organization: Coderus Ltd
>
You can override the main phone number, one of the option is there for that
>
purpose. The alternate phone number cannot be changed via the control API.
Hi,
Is this doing like this ..
>
int sock;
>
PPPInit(&sock);
>
PPPGetLinkByServiceID(sock,mSetID,&mLink);
PPPSetOption( sock, mLink, PPP_OPT_COMM_REMOTEADDR, "08001234567890", 14 );
>
PPPConnect( sock, mLink );
>
PPPDispose(&sock);
Is this the idea, as cannot try it yet.
Thanks
Mark.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.