Skip to main content

488 Not Acceptable Here. - "Client side general processing error." in lync

ISSUE:  This issue arise when any user make a call to other lync user. In summary when there is a issue of INVITE message transaction. 


WHY?

488 Not Acceptable Here  issue arise due to sdp misconstruction or for invalid sdp.

 Sending:
INVITE sip:demouser@yy.com SIP/2.0
Via: SIP/2.0/TLS x.x.x.x:33360;branch=18n2L9K88eMlGn7CcctT9RwKSB1FebW397VI5uG1
From: <sip:test@xx.local>;tag=1375467581;epid=13754675
To: <sip:demouser@yy.com>
Call-ID: BHQjMXffBDJ3cWfS4CAvb2wTByEnCZT2xxb7jecK
CSeq: 1 INVITE
Contact: <sip:test@xx.local;opaque=user:epid:DbsgHp_PWlGCoMke5u6QsgAA;gruu>
Content-Type: application/sdp
Max-Forwards: 70
Supported: ms-dialog-route-set-update
Supported: timer
Supported: histinfo
Supported: ms-safe-transfer
Supported: ms-sender
Supported: ms-early-media
Supported: 100rel
Supported: replaces
Supported: ms-conf-invite
Ms-keep-alive: UAC;hop-hop=yes
Accept-Language: en-US
P-Preferred-Identity: sip:test@xx.local
Allow: INVITE, BYE, ACK, CANCEL, INFO, UPDATE, REFER, NOTIFY, BENOTIFY, OPTIONS
Ms-endpoint-location-data: NetworkScope;ms-media-location-type=Internet
Authorization: NTLM qop="auth", realm="SIP Communications Service", opaque="514B89F0", targetname="front.local", version=4, crand="13754676", cnum ="4", response="01000000856b490601dda29164000000"
Content-Length:  2867

Content-Type: application/sdp
Content-Transfer-Encoding: 7bit
Content-Disposition: session; handling=optional
v=0
o=WIND 3650253204 3948007207 IN IP4 192.168.0.101
s= Jul 23 2013
c=IN IP4 192.168.0.101
t=0 0
m=audio 41520 TCP RTP/SAVP 0 101
a=ice-pwd:CtCRycRIaDo79slChHL05Z0h
a=ice-ufrag:W2GN
a=candidate:1 1 UDP 2130706175 192.168.0.101 41520 typ host
a=candidate:1 2 UDP 2130706174 192.168.0.101 52623 typ host
a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:8G/gOa60WGCt67GKSLFK0oBTHeeLjTL65WzpK+NB|2^31
a=rtcp:37661
a=maxptime:200
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=encryption:optional

Received:

SIP/2.0 488 Not Acceptable Here
Via: SIP/2.0/TLS x.x.x.x:33360;branch=18n2L9K88eMlGn7CcctT9RwKSB1FebW397VI5uG1;received=192.168.0.101;ms-received-port=33360;ms-received-cid=5D100
From: <sip:x.x.x.x:5061;transport=tls>;tag=1375467581;epid=13754675
To: <sip:test@xx.local>;epid=6c823739d0;tag=29db7c0aab
Call-ID: BHQjMXffBDJ3cWfS4CAvb2wTByEnCZT2xxb7jecK
CSeq: 1 INVITE
User-Agent: UCCAPI/4.0.7577.0 OC/4.0.7577.0 (Microsoft Lync 2010)
Ms-client-diagnostics: 52001; reason="Client side general processing error."
Content-Length: 0
CAUSE:

In that case this issue arise more invalid  sdp. From sdp we can see
 m=audio 41520 TCP RTP/SAVP 0 101 ---- Invalid
m=audio 41520 TCP/RTP/SAVP 0 101  ---- Valid

Comments

Popular posts from this blog

UDP server client in c

Server #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <stdio.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <stdlib.h> int main() {         int sock;         int addr_len, bytes_read;         char recv_data[1024],send_data[1024];         struct sockaddr_in server_addr , client_addr;         if ((sock = socket(AF_INET, SOCK_DGRAM, 0)) == -1) {             perror("Socket");             exit(1);         }         server_addr.sin_family = AF_INET;         server_addr.sin...

[ASTERIK] configure: error: *** uuid support not found (this typically means the uuid development package is missing)

ISSUE: Build error on Asterik , when you want test webrtc feature :) checking for uuid_generate_random in -luuid... no checking for uuid_generate_random in -le2fs-uuid... no checking for uuid_generate_random... no configure: error: *** uuid support not found (this typically means the uuid development package is missing) Fix: This issue arises due to missing of UUID generator specified by rfc4122 . +Linux sudo apt-get install uuid-dev  @Unix yum -y install libuuid-devel Asterik comes with lots of helpful script available on - asterisk/contrib/scripts/ folder of your ASTERIK source. So just use the following command on UNIX console to run the asterik pre-requisite script. contrib/scripts/install_prereq install And you are done! configuring. Now -- Make Asterik.

My favourite writer Humayun Ahmed

There is none who can replace him.At least the standard which he create in is life time in the running literature it never be replaceable.The new generation which is all the time busy in playing PC games,chatting ,bands etc. only his writing makes them to take a glance on the literature.For example Himu and Misir ali all the time keep them on track by anti-logic and logic.They also have show-down on the novel.I myself read all of the books of Himu and Misir ali and wait for the new one to come every year.Now I have to wait for life time. Except books he makes our dirty film industry pure by his heart warming ,well versed film.Following him many new producer try to make well and good film (not the dirty one) .He also contribute our drama by his dashing drama's. In writing except romance ,logic ,anti-logic ,he also write many science fiction.His brother Sir Dr. Md. Zafar Iqbal is the man who started science fiction in bangla. The list of books: Selected novels • Lilaboti (2...