|
|
Comments and Discussions
|
|
 |

|
Hi,
I downloaded code last month and I quickly adapted it to use in my ASP.NET web server,
and it immediately works without problems!
Then I started "play" with code and I found it incredibly valuable and complete,
if you are patient, in this pack you can find a solid base for all your communication needs!
I'm a "normal" developer, to tell I use c# as straight as possible, so initially I found all very complex,
but now I must admit it improved a lot my knowledge and programming skills!
Thanks Ivar
|
|
|
|

|
Hi,
I have your sip client which is having audio support..is there update on your sip client? i mean is there any support for video thing?? can u plz gv me the link from where i can download that..?
Thanks in advance...
|
|
|
|

|
I'm using the example SIP UA.
I'm trying to modify to use TCP in mensagems SIP instead of UDP.
How can I do this?
|
|
|
|

|
I'm trying to create a proxy via TCP instead of UDP, but it's wrong, i send!
|
|
|
|

|
Hello,
When the forecast is the SIP_Gateway version implemented?
|
|
|
|

|
First I run the proxy in my computer, then run X-Lite client. But the client can't register in the proxy.
********************************************************************************************
Request [method='REGISTER'; cseq='1'; transport='UDP'; size='545'; received '127.0.0.1:34506' -> '127.0.0.1:5060'.
<begin>
REGISTER sip:127.0.0.1 SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:34506;branch=z9hG4bK-d8754z-6e730a1667197941-1---d8754z-;rport=34506;received=127.0.0.1
Max-Forwards: 70
Contact: <sip:kaiwn@127.0.0.1:34506;rinstance=effa56751174535f>
To: "kaiwn" <sip:kaiwn@127.0.0.1>
From: "kaiwn" <sip:kaiwn@127.0.0.1>;tag=9a4f4e47
Call-ID: MzNkMWM0YjY1ZDA0OWYwYThlYTFmN2IxM2E5NzJmNDA.
CSeq: 1 REGISTER
Expires: 3600
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
User-Agent: X-Lite release 1103d stamp 53117
Content-Length: 0
<end>
Transaction [branch='z9hG4bK-d8754z-6e730a1667197941-1---d8754z-';method='REGISTER';IsServer=true] created.
Transaction [branch='z9hG4bK-d8754z-6e730a1667197941-1---d8754z-';method='REGISTER';IsServer=True] switched to 'Trying' state.
Failed to send response to host '127.0.0.1' IP end point '127.0.0.1:34506'.
Transaction [branch='z9hG4bK-d8754z-6e730a1667197941-1---d8754z-';method='REGISTER';IsServer=true] transport exception: Host '127.0.0.1:34506' is not accessible.
Transaction [branch='z9hG4bK-d8754z-6e730a1667197941-1---d8754z-';method='REGISTER';IsServer=True] switched to 'Terminated' state.
Request [method='REGISTER'; cseq='1'; transport='UDP'; size='545'; received '127.0.0.1:34506' -> '127.0.0.1:5060'.
<begin>
REGISTER sip:127.0.0.1 SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:34506;branch=z9hG4bK-d8754z-6e730a1667197941-1---d8754z-;rport=34506;received=127.0.0.1
Max-Forwards: 70
Contact: <sip:kaiwn@127.0.0.1:34506;rinstance=effa56751174535f>
To: "kaiwn" <sip:kaiwn@127.0.0.1>
From: "kaiwn" <sip:kaiwn@127.0.0.1>;tag=9a4f4e47
Call-ID: MzNkMWM0YjY1ZDA0OWYwYThlYTFmN2IxM2E5NzJmNDA.
CSeq: 1 REGISTER
Expires: 3600
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
User-Agent: X-Lite release 1103d stamp 53117
Content-Length: 0
********************************************************************************************
X-lite: I set the IP address and domain as : 127.0.0.1
sip proxy: host name & address of record : 127.0.0.1
Please help and thank you very much
|
|
|
|

|
Hello,
We are really greatfull for this stack and demo. but we want to understand how demo works. we have 3 years SIP experience as engineer. so we are aware about the registration authantication bla bla issues. i have many times managed to register clients to proxy servers.
now we want to use your stack but we are unable to make the code up and runnning. when we try it after registration packet has arrived we got this error:
System.IndexOutOfRangeException: Dizin, dizi sınırlarının dışındaydı.
konum: LumiSoft.Net.SIP.Proxy.SIP_Proxy.ForwardRequest(Boolean statefull, SIP_RequestReceivedEventArgs e, Boolean addRecordRoute) C:\Users\GU\Desktop\Net\Net\SIP\Proxy\SIP_Proxy.cs içinde: satır 383
konum: LumiSoft.Net.SIP.Proxy.SIP_Proxy.OnRequestReceived(SIP_RequestReceivedEventArgs e) C:\Users\GU\Desktop\Net\Net\SIP\Proxy\SIP_Proxy.cs içinde: satır 174
and the log is:
Request [method='REGISTER'; cseq='1'; transport='UDP'; size='438'; received '192.168.1.107:5060' -> '192.168.1.100:5060'.
REGISTER sip:192.168.1.100 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107
Contact: <sip:12345@192.168.1.107:5060>
Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107
CSeq: 1 REGISTER
From: <sip:12345@192.168.1.100>;tag=996183312389
Max-Forwards: 70
To: <sip:12345@192.168.1.100>
User-Agent: SJphone/1.60.289a (SJ Labs)
Content-Length: 0
Response [transactionID=''; method='REGISTER'; cseq='1'; transport='UDP'; size='450'; statusCode='500'; reason='Server Internal Error: Dizin, dizi sınırlarının dışındaydı.'; sent '' -> '192.168.1.107:5060'.
SIP/2.0 500 Server Internal Error: Dizin, dizi sınırlarının dışındaydı.
Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107
From: <sip:12345@192.168.1.100>;tag=996183312389
To: <sip:12345@192.168.1.100>;tag=c94c432a80ee7cbab17ca580
Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107
CSeq: 1 REGISTER
Allow: INVITE,ACK,CANCEL,BYE,MESSAGE
Content-Length: 0
Request [method='REGISTER'; cseq='1'; transport='UDP'; size='438'; received '192.168.1.107:5060' -> '192.168.1.100:5060'.
REGISTER sip:192.168.1.100 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107
Contact: <sip:12345@192.168.1.107:5060>
Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107
CSeq: 1 REGISTER
From: <sip:12345@192.168.1.100>;tag=996183312389
Max-Forwards: 70
To: <sip:12345@192.168.1.100>
User-Agent: SJphone/1.60.289a (SJ Labs)
Content-Length: 0
Response [transactionID=''; method='REGISTER'; cseq='1'; transport='UDP'; size='450'; statusCode='500'; reason='Server Internal Error: Dizin, dizi sınırlarının dışındaydı.'; sent '' -> '192.168.1.107:5060'.
SIP/2.0 500 Server Internal Error: Dizin, dizi sınırlarının dışındaydı.
Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107
From: <sip:12345@192.168.1.100>;tag=996183312389
To: <sip:12345@192.168.1.100>;tag=6ea84feba383a1d0c747cbe4
Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107
CSeq: 1 REGISTER
Allow: INVITE,ACK,CANCEL,BYE,MESSAGE
Content-Length: 0
Request [method='REGISTER'; cseq='1'; transport='UDP'; size='438'; received '192.168.1.107:5060' -> '192.168.1.100:5060'.
REGISTER sip:192.168.1.100 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107
Contact: <sip:12345@192.168.1.107:5060>
Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107
CSeq: 1 REGISTER
From: <sip:12345@192.168.1.100>;tag=996183312389
Max-Forwards: 70
To: <sip:12345@192.168.1.100>
User-Agent: SJphone/1.60.289a (SJ Labs)
Content-Length: 0
Response [transactionID=''; method='REGISTER'; cseq='1'; transport='UDP'; size='450'; statusCode='500'; reason='Server Internal Error: Dizin, dizi sınırlarının dışındaydı.'; sent '' -> '192.168.1.107:5060'.
SIP/2.0 500 Server Internal Error: Dizin, dizi sınırlarının dışındaydı.
Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107
From: <sip:12345@192.168.1.100>;tag=996183312389
To: <sip:12345@192.168.1.100>;tag=d5f14e16b18b0d6a4438b111
Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107
CSeq: 1 REGISTER
Allow: INVITE,ACK,CANCEL,BYE,MESSAGE
Content-Length: 0
Request [method='REGISTER'; cseq='1'; transport='UDP'; size='438'; received '192.168.1.107:5060' -> '192.168.1.100:5060'.
REGISTER sip:192.168.1.100 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107
Contact: <sip:12345@192.168.1.107:5060>
Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107
CSeq: 1 REGISTER
From: <sip:12345@192.168.1.100>;tag=996183312389
Max-Forwards: 70
To: <sip:12345@192.168.1.100>
User-Agent: SJphone/1.60.289a (SJ Labs)
Content-Length: 0
Response [transactionID=''; method='REGISTER'; cseq='1'; transport='UDP'; size='450'; statusCode='500'; reason='Server Internal Error: Dizin, dizi sınırlarının dışındaydı.'; sent '' -> '192.168.1.107:5060'.
SIP/2.0 500 Server Internal Error: Dizin, dizi sınırlarının dışındaydı.
Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107
From: <sip:12345@192.168.1.100>;tag=996183312389
To: <sip:12345@192.168.1.100>;tag=827d4211be64ab5648ce8c6e
Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107
CSeq: 1 REGISTER
Allow: INVITE,ACK,CANCEL,BYE,MESSAGE
Content-Length: 0
i look forward your help about this issue.
Thanks a lot
|
|
|
|

|
dear ivan
thank you for this good article but i need client working with this server can you give me one or link to open project for one ??
or is there is any other way to use MSN messenger as i saw in this website
http://officesip.com
thnx again
and if we can talk directly plz add you MSN email or yahoo messenger email
|
|
|
|

|
Hi,
I am trying to make it work at my laptop, single computer. My laptop doesn't belong to any domain, do I have to make it in a domain?
Thanks,
Linda
|
|
|
|

|
Hi Ivar lumi
I come from china ,i use x_Lite client connect the sip prox server, but can not connected,
the server log display :
System.IndexOutOfRangeException: index of rangge
在 LumiSoft.Net.SIP.Proxy.SIP_Proxy.ForwardRequest(Boolean statefull, SIP_RequestReceivedEventArgs e, Boolean addRecordRoute) location F:\代码\sip\Net\Net\SIP\Proxy\SIP_Proxy.cs:行号 383
在 LumiSoft.Net.SIP.Proxy.SIP_Proxy.OnRequestReceived(SIP_RequestReceivedEventArgs e) location F:\代码\sip\Net\Net\SIP\Proxy\SIP_Proxy.cs:行号 174
the client log display :
Registration error 500:Server internal Error: index out of range
The server full log is :
Request [method='REGISTER'; cseq='1'; transport='UDP'; size='575'; received '168.168.168.200:60724' -> '168.168.168.200:5060'.
<begin>
REGISTER sip:168.168.168.200 SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:60724;branch=z9hG4bK-d87543-5f22d8593858b17e-1--d87543-;rport=60724;received=168.168.168.200
Max-Forwards: 70
Contact: <sip:701@127.0.0.1:60724;rinstance=c1d839366784b87a>
To: "701" <sip:701@168.168.168.200>
From: "701" <sip:701@168.168.168.200>;tag=520b5a0a
Call-ID: 75414a510332ae14ZTM4OWEyMTJjMmIzYmViMmE5YTAwYWQyZjEzYjhjMmI.
CSeq: 1 REGISTER
Expires: 3600
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
User-Agent: X-Lite release 1002tx stamp 29712
Content-Length: 0
<end>
Response [transactionID=''; method='REGISTER'; cseq='1'; transport='UDP'; size='454'; statusCode='500'; reason='Server Internal Error: index out of range。'; sent '' -> '168.168.168.200:60724'.
<begin>
SIP/2.0 500 Server Internal Error: 绱㈠紩瓒呭嚭浜嗘暟缁勭晫闄愩€?
Via: SIP/2.0/UDP 127.0.0.1:60724;branch=z9hG4bK-d87543-5f22d8593858b17e-1--d87543-;rport=60724;received=168.168.168.200
From: "701" <sip:701@168.168.168.200>;tag=520b5a0a
To: "701" <sip:701@168.168.168.200>;tag=1f564230b5991ac65d143e98
Call-ID: 75414a510332ae14ZTM4OWEyMTJjMmIzYmViMmE5YTAwYWQyZjEzYjhjMmI.
CSeq: 1 REGISTER
Allow: INVITE,ACK,CANCEL,BYE,MESSAGE
Content-Length: 0
<end>
Thanks for you help
best regards!
|
|
|
|

|
Hello Ivar,
First of all, I would like to congratulate you for the good stuff you've written. Great job!!!
I'm a VoIP developer, but newbie in C#. I've tested your code for mine purpose, it seems to work very great.
But I'm still face two problems:
* First of them, I can't use the method invite twice the same time or most precisely hanging up. Here's how: invite --> cancel/bye --> invite --> cancel/bye doesn't work. Seems like the dialog wasn't cleared efficiently the first time.
* Second, still can't handle efficiently the incoming calls. I'm facing problem on how to detect the call (normally this should be via Action listener, action event handler... )
I appreciate a lot any help from your side.
Once again thank you and congratulations for this great job.
Nizar
|
|
|
|

|
Hi,
This article is great!
I am from China and a fresher with SIP programing.
I want to know how can I use it in vc6 and would you provide a SIP Client? I want to study it.
can you contact me? e_mail: hjg8208@163.com
I think I have too many questions to ask you.
Thanks!!
|
|
|
|

|
Hi
I am new with SIP.
My question is if is it possible to take all calls traffic from sipx?
|
|
|
|

|
Hi Ivar,
I have downloaded your sip client application and have tested it with ur implemented sip server.Basically i am trying to develop one similar application with DTMF functionality.I referred your code but could not find anything which relates to sending dtmf tones/digits.I tried it out my way but was not successful and was getting a message stating "require touch tone phone to send dtmf". Can you please guide me through this or let me know if you are going to code this feature in your any of the upcoming applications.
Thanks.
|
|
|
|

|
Hi Ivar m making your sip proxy server IVR enabled.
I used your RTP Audio DEmo for that.
I am able to stream an audio file from server to client. But I have done it on LAN.
now I want to run the server on live IP and make it capable to sream ivr audio to the clients not having live ip.
how can i do that....can you provide me some idea for that.
|
|
|
|

|
Very nice work on this example project.
I am receiving an error in the Net library when connecting the Windows Messenger client. Is the source available for me to troubleshoot or can you help out? I tried getting the Net source from your Mailserver but the sources aren't the same.
The error is upon signing in from messenger.
System.NullReferenceException: Object reference not set to an instance of an object.
at LumiSoft.Net.SIP.Stack.SIP_TransportLayer.SipTcpPipe.Start() in D:\LumiSoft\Net\Net\SIP\Stack\SIP_TransportLayer.cs:line 249
at LumiSoft.Net.SIP.Stack.SIP_TransportLayer.SipTcpPipe..ctor(SIP_TransportLayer owner, SocketEx socket) in D:\LumiSoft\Net\Net\SIP\Stack\SIP_TransportLayer.cs:line 182
at LumiSoft.Net.SIP.Stack.SIP_TransportLayer.ProcessIncomingData() in D:\LumiSoft\Net\Net\SIP\Stack\SIP_TransportLayer.cs:line 592
|
|
|
|

|
Hi, as you said routing is not implemented in this sip server. But can you suggest me if I want to do routing than how to do it. Do you have routing implemented in any other project. Please guide me.
|
|
|
|
|

|
hi ivar the sip client which is given on:
lumisoft.ee/lswww/download/downloads/ SIP RTP.zip
it is getting registered with sip_proxy_demo i.e your server,but not getting registered with any other server,can u please guide me about where i can be going wrong.
thanx
|
|
|
|

|
How to do routing in this server. Please guide me..
|
|
|
|

|
As I read, gateways is already implemented in this sip proxy server. But i am new to it. So can you guide me how to use it? I want to register my sip phone(eye beam) with that gateway. Please guide me...
|
|
|
|

|
Hi Ivar,
Thank you for quick replying my previous email.
I'm new in learning SIP. Could you please let me know how the SIP Proxy Demo supposed to work?
Can I use your demo to register with Asterik server?
Thank you,
BL
|
|
|
|

|
Hi,
Is this stack supporting SSL connection?
Thank you,
Bryan
|
|
|
|

|
My situation calls for writing a SIP UAC that will receive messages, parse them for logging into a sql server and send appropriate response. Your code has a SIP_UA class however, that uses the SIP_Stack. If I needed just the UAC to send and receive messages, could I do that w/o the SIP_Stack, SIP_Transport*, etc?
The second item is parsing of the SIP messages, is there a simple way to send the SIP packet to a class and just get the raw text back?
|
|
|
|

|
Hi Ivar
Actually I am trying to register ur sip client with the Asterisk but I am unable to do it.
I am using Trixbox 2.6.1 which uses Asterisk 1.4
The Configurations done by me in the Sip.conf of Asterisk are able to send audio and video therough Eyebeam 1.5.7
But with the same configurations the sip client is not even registering with the Asterisk Server.
Please provide me some guidence so that I can register ur SIP Client with the Asterisk Server.
Waiting for ur Reply
modified on Friday, January 23, 2009 5:02 AM
|
|
|
|

|
hi........
Can u please where actually in the code client sends the registartion request to the server,because when i tried debugging using the eyebeam sip phone it went to following:
1.private void SIP_Authenticate
2.SIP_AddressExists
3.SIP_CanRegister
in server...and the registration is successful...
but with sip client ...it is not going anywhere to server and giving registartion status : error
|
|
|
|

|
I am having problem i registering the sip client. It is doing audio video calling but still in the status message it shows the status="error". Please guide me.
|
|
|
|

|
Hi ivar,
This is really a great work. Thanks for your work
I just wonder whether i can use the SIP stack in
a closed source commercial project ?
Thanks for your help
Kwan
|
|
|
|

|
I was looking around for a C# sip client to play with. It seems to work with Uplink Skype2Sip and everything. Great work!
Now if I could only find a C# SIP client.... Oh well, can't have everything.
|
|
|
|

|
Hi Ivar... GREAT WORK!!!
I have a question, what is the proper way to forward a call using your stack? I've been able to hack it, but I'm not sure I'm doing it correctly.
Thanks in advance!
|
|
|
|

|
Dear Mr Ivar Lumi!
I am an beginer. My English very bad. I want a very simple SIP client program in VB6, it can make a call in LAN with SIP protocol.
Can you help me!
Thank for your SIP Stack With SIP Proxy but I can't study.
|
|
|
|

|
Thanks Ivar.
I looked codes only.Excellent!
but I have pboblem with using Server-Cleint connection.
What I must to write in HOST NAME area - in SERVER ?
and CLIENT side what I must write in area near SIP: ?
and in CLIENT area written ivx@lumisoft.ee, how I can change it?
Thanks again.
You helped me more more...
|
|
|
|

|
I am start SIP Proxy, than start SIP phone. Phone registered on server. When I am calling in another phone I listening ring, activate call, but not listening the voice. I will be very gratefull if you can help me.
|
|
|
|

|
I tried the multiproxy setup using gateway. but didnt work.I am sure I am missing some thing.
I have proxy server set up on machine1 and machine2
my Gateway values are similar to below.
Machine1 - gateway properties
>>URI Scheme:(tel)
>>Transport:(UDP)
>>Host: Ip_address_machine2 : port 5060
>>Realm:
>>User:user01
>>Password:
user01 is registered on proxy_server_machine2.
I am totally new to SIP . please let me know if I am missing something here
Thanks
|
|
|
|

|
please let me know if there is any setting/properties that I can set so that the logs are saved in a file.
ThankYou
|
|
|
|

|
Is register a Client_transaction?
all the responses like 200 and 407 are generated by Client_transactions?
Thanks
|
|
|
|

|
Hi!
Thanks for the post, its very useful. I'm trying to write a SIP client which utilizes the code you posted for SIP Proxy server. Do you have some sample code I can use?
All I'm trying to do is to use SIP for presence information. I used 3CX VOIP client and it works great, I can make the phone calls to another user (can't answers the call for some reason, but the call goes thru just fine using the proxy code you posted).
I will really appreciate if you can post a C# example for the SIP Client which utilizes the code you have already posted.
Thanking You,
MB
|
|
|
|

|
can anyone please tell me where can I find sip_proxy_demo user guide?
|
|
|
|

|
Hi,
I am quite new to the .net platform. i am using sip_proxy_demo for my testing. can anyone tell me if I can use sip_Proxy_demo for multiproxy setup (sip_proxy_demo1 on machine1 and sip_Proxy_demo2 on machine2).
if yes , please tell me how I can do the setup.
|
|
|
|

|
hi,
I have two issues, if u could help, would be a great assistance.
- line.unregister() using sipxtapidotnet api does not work although line.register works. why? is there any bug in sipxtapi or I am missing something?
- I want to register my line extensions to sip proxy server using sipXtapidotnet api, but how can i do that because there is only line.register() method which registers the line to the proxy server not the extentions.
Regards
Atif Ali Bhatti.
|
|
|
|

|
Hi Ivar,
I have compiled sip proxy on VS C# and it compiled very well. After running SIP_Proxy_demo I get the
Client Window and configured IP address on gateway option. After hitting the Start button, I don’t see any SIP log messages. Please let me know what could be wrong.
Thanks,
Satish
|
|
|
|

|
Hi Ivar,
I am new to your sip proxy code and trying to Compile and run sipproxy.
I am using Linux and getting errors while compiling.
Please let me know how do I compile source code or it will be very helpful if you have a makefile.
Thanks,
modified on Friday, July 11, 2008 2:42 PM
|
|
|
|

|
Hello Ivar,
I am a C# programer and i new to SIP.
1. I want to know if it possible to use SIP_stack class for interacting with SIP Trunk or PSTN Gateway for connecting two classic phones for a conference phone call?
2. Is there any or will be in the future c# tutorials for Net SIP beginners on your site?
Thanks,
|
|
|
|

|
plz i want to build sip program in smart phone so if u help me to program my code or sample code if you can or tell me web site or component
Plz help me if u can
|
|
|
|

|
I have seen code but I am not able to get how to send Notify SIP message using C# to Softswitch?
Could you please guide me? How to go about it?.
Its Very Urgent please guide me ...
Thanks in Advance..
Thanks,
Rit
|
|
|
|

|
I use the proxy with xlite and a provider. The authentification is working, but if I dial, I get error 404. I think it´s a problem of the gateways I defined. What do I have to set there?
I added as host and realm the hostname of my provider and the username / password of the provider.
Is this right?
|
|
|
|

|
Do have any a short example:
'SIP Proxy Short'
1) Listen clients
2) Receive Register
3) Send 200 OK
Many Thanks,
Luciano
|
|
|
|

|
Hi,
This proxy support client in NAT ?
This proxy have media server ?
Thanks,
Lucio
|
|
|
|

|
Hi,
is it possible to use this stack to write a simple sip client?
If so, can anybody give a short example with a registration procedure, perhaps?
Many thanks!
bernhard
|
|
|
|

|
Hello Ivar,
I need to "autorize" an incoming(DID) voip provider (voxbone) to call your proxy. but this provider does not provide any user/password, it just forward the calls to your proxy and your proxy send a 407 (authentication required).
Do you know how to setup your proxy to accept unthautenticated call from voip providers?
Thanks,
Yann
|
|
|
|

|
how create one route static to IP ?
Example:
all call target to IP 10.1.1.1
or uri:
sip:10* to target IP 10.1.1.2
(* any)
Thanks for Very Help
Luciano
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
C# implementation of SIP
| Type | Article |
| Licence | CPOL |
| First Posted | 20 Mar 2007 |
| Views | 514,329 |
| Downloads | 14,694 |
| Bookmarked | 146 times |
|
|