Skip to main content

Posts

Showing posts with the label sip

[My fun] with webrtc for websocket support in SIP server.

I have started to play around with webRtc . My first work is to implement websocket support in our existing SIP server of our company. Which is going public right now as named as SIP.ANYFIREWALL.COM . One of our company's webrtc support is allready running on cloud for TURN/STUN or as Relay server. This can be found on TURN.ANYFIREWALL.COM . So I have implemented the Web SIP support (WebSocket with SIP protocol support) and seen some interesting output when I tested it sipml5.org 's webrtc client. I feel pleasure to say that it's working fine when I tested some Video call. So feel free to test your websocket SIP client with our Web SIP server when it goes public. :) Our Test Result:

SIP/2.0 483 Too Many Hops in Lync or SIP

EXAMPLE: SEND ---> INVITE sip:callcentric.aaronin@sipsorcery.com;rinstance=232176 SIP/2.0 Via: SIP/2.0/UDP 204.11.192.37:5080;branch=z9hG4bK-6220bc0291f0e295c657a17fb7dbb588 To: <sip:17772276267@callcentric.com> From: "Aaron Clauson" <sip:17772775881@callcentric.com>;tag=1752560849 Call-ID: 207152c94f98412c806f50c8f27f837f CSeq: 2 INVITE Contact: <sip:d24badac8b78c0ec1978a624b56e6050@204.11.192.37:5080;transport=udp> Max-Forwards: 13 Content-Length: 342 Content-Type: application/sdp v=0 o=Cisco-SIPUA 4475 0 IN IP4 204.11.192.37 s=SIP Call c=IN IP4 204.11.192.37 t=0 0 m=audio 59826 RTP/AVP 8 0 18 101 c=IN IP4 204.11.192.37 a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:18 G729/0 a=fmtp:18 annexb=no a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=silenceSupp:off - - - - a=setup:actpass  RECEIVE ---> SIP/2.0 483 Too Many Hops Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKaf9695a95c294f22b5ecf7c1ba17dbd7;rport=5060 To: <s...

How to export sip and a/v certificate from lync server and edge server in lync 2010/2013.

To enable a lync user 3 certificates are necessary. These certificates are exported from lync server, edge server and directory control. Certificate for specific services: 0. Root CA 1. SIP services/Lync Front-end. 2. AV services/Edge . 1. SIP services. : STEP 1.   Goto run in windows button in lower left corner and type mmc . STEP 2.   In mmc window selecte File-->Add/Remove snap-in. STEP 3.   Select Certificates from Add/Remove snap-in.   STEP 4.   Select Computer Account from Certificate Snap-in. STEP 5.    Click Next and do all of the necessary stuff on the way. STEP 6.   Select Personal->certificates from  mmc console. STEP 7.   After that select the certificate you need to export and click right button of mouse and from All Tasks select export . STEP 8.   Just follow necessary stuff and get your certificate by instruction from next click. For Edge server certificate follow the...