Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
QuestionWiFi scanner Pin
Archyami30-Aug-07 17:24
Archyami30-Aug-07 17:24 
AnswerRe: WiFi scanner Pin
Judah Gabriel Himango30-Aug-07 17:51
sponsorJudah Gabriel Himango30-Aug-07 17:51 
GeneralRe: WiFi scanner Pin
Archyami30-Aug-07 18:21
Archyami30-Aug-07 18:21 
QuestionPixel operations on a very large image in c# Pin
safee ullah30-Aug-07 16:18
safee ullah30-Aug-07 16:18 
AnswerRe: Pixel operations on a very large image in c# Pin
Judah Gabriel Himango30-Aug-07 17:27
sponsorJudah Gabriel Himango30-Aug-07 17:27 
AnswerRe: Pixel operations on a very large image in c# Pin
ekynox30-Aug-07 19:10
ekynox30-Aug-07 19:10 
AnswerRe: Pixel operations on a very large image in c# Pin
mav.northwind30-Aug-07 19:41
mav.northwind30-Aug-07 19:41 
Questionhow to enable Real-Time Communications program to call SIP server? Pin
belindasobrielo30-Aug-07 16:08
belindasobrielo30-Aug-07 16:08 
Hey all, i need some help..
I'm using C# language for my project.. I'm having problems with my RTC program..
The program cannot make outgoing calls to the SIP server and VoIP phone..
But the SIP server and VoIP phone can call the RTC program..
This is the part of the code which enables the SIP server to connect with the program..

//SIP sever connection<br />
string bstrProfileXML = "<provision key=\"testing\" name=\"testing\">";<br />
bstrProfileXML += "<user uri=\"sip:102@152.226.136.17\" account=\"\" password=\"\" realm=\"\" />";<br />
bstrProfileXML += "<sipsrv addr=\"152.226.136.17:5060\" protocol=\"udp\" role=\"proxy\" />";<br />
bstrProfileXML += "<sipsrv addr=\"152.226.136.17:5060\" protocol=\"udp\" role=\"registrar\" />";<br />
bstrProfileXML += "</provision>";<br />
oProfile = oClient.IRTCClientProvisioning2_CreateProfile(bstrProfileXML);<br />
oClient.IRTCClientProvisioning2_EnableProfile(oProfile, RTCRF_REGISTER_ALL);


Anyone can help me?? Smile | :)
AnswerRe: how to enable Real-Time Communications program to call SIP server? Pin
Judah Gabriel Himango30-Aug-07 17:25
sponsorJudah Gabriel Himango30-Aug-07 17:25 
GeneralRe: how to enable Real-Time Communications program to call SIP server? Pin
belindasobrielo30-Aug-07 19:54
belindasobrielo30-Aug-07 19:54 
QuestionDataSets and Adapters [modified] Pin
MAW3030-Aug-07 12:52
MAW3030-Aug-07 12:52 
AnswerRe: DataSets and Adapters Pin
Judah Gabriel Himango30-Aug-07 17:23
sponsorJudah Gabriel Himango30-Aug-07 17:23 
GeneralRe: DataSets and Adapters Pin
MAW3030-Aug-07 20:05
MAW3030-Aug-07 20:05 
GeneralRe: DataSets and Adapters Pin
Judah Gabriel Himango31-Aug-07 4:09
sponsorJudah Gabriel Himango31-Aug-07 4:09 
Questionparallel programming in c#????????? Pin
mr.mohsen30-Aug-07 12:29
mr.mohsen30-Aug-07 12:29 
AnswerRe: parallel programming in c#????????? Pin
Judah Gabriel Himango30-Aug-07 12:37
sponsorJudah Gabriel Himango30-Aug-07 12:37 
GeneralRe: parallel programming in c#????????? Pin
Scott Dorman30-Aug-07 15:57
professionalScott Dorman30-Aug-07 15:57 
GeneralRe: parallel programming in c#????????? Pin
Judah Gabriel Himango30-Aug-07 17:13
sponsorJudah Gabriel Himango30-Aug-07 17:13 
GeneralRe: parallel programming in c#????????? Pin
Patrick Etc.30-Aug-07 18:08
Patrick Etc.30-Aug-07 18:08 
GeneralRe: parallel programming in c#????????? Pin
Judah Gabriel Himango31-Aug-07 3:53
sponsorJudah Gabriel Himango31-Aug-07 3:53 
GeneralRe: parallel programming in c#????????? Pin
Patrick Etc.31-Aug-07 4:50
Patrick Etc.31-Aug-07 4:50 
GeneralRe: parallel programming in c#????????? Pin
Scott Dorman31-Aug-07 5:53
professionalScott Dorman31-Aug-07 5:53 
GeneralRe: parallel programming in c#????????? Pin
pbraun31-Aug-07 5:52
pbraun31-Aug-07 5:52 
GeneralRe: parallel programming in c#????????? Pin
Judah Gabriel Himango31-Aug-07 8:11
sponsorJudah Gabriel Himango31-Aug-07 8:11 
GeneralRe: parallel programming in c#????????? Pin
pbraun31-Aug-07 10:53
pbraun31-Aug-07 10:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.