Click here to Skip to main content
15,893,663 members
Home / Discussions / C#
   

C#

 
AnswerRe: NULL problem Pin
girm30-Aug-07 20:39
girm30-Aug-07 20:39 
AnswerRe: NULL problem Pin
Vasudevan Deepak Kumar30-Aug-07 22:18
Vasudevan Deepak Kumar30-Aug-07 22:18 
GeneralRe: NULL problem Pin
Martin#30-Aug-07 22:22
Martin#30-Aug-07 22:22 
AnswerRe: NULL problem Pin
Syed Mujtaba Hassan31-Aug-07 1:00
Syed Mujtaba Hassan31-Aug-07 1:00 
GeneralRe: NULL problem Pin
Xmen Real 31-Aug-07 2:19
professional Xmen Real 31-Aug-07 2:19 
QuestionDLL output file naming convension Pin
George_George30-Aug-07 19:44
George_George30-Aug-07 19:44 
AnswerRe: DLL output file naming convension Pin
\laddie30-Aug-07 20:55
\laddie30-Aug-07 20:55 
GeneralRe: DLL output file naming convension Pin
George_George30-Aug-07 21:23
George_George30-Aug-07 21:23 
GeneralRe: DLL output file naming convension Pin
\laddie30-Aug-07 21:34
\laddie30-Aug-07 21:34 
GeneralRe: DLL output file naming convension Pin
George_George30-Aug-07 21:49
George_George30-Aug-07 21:49 
Questionhow to use Contains method?? Pin
Situ1430-Aug-07 18:46
Situ1430-Aug-07 18:46 
AnswerRe: how to use Contains method?? [modified] Pin
Martin#30-Aug-07 19:26
Martin#30-Aug-07 19:26 
GeneralRe: how to use Contains method?? [modified] Pin
Situ1430-Aug-07 20:01
Situ1430-Aug-07 20:01 
AnswerRe: how to use Contains method?? Pin
Xmen Real 30-Aug-07 19:37
professional Xmen Real 30-Aug-07 19:37 
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 

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.