Displaying 4 results from an estimated 4 matches for "ipcmwb".
Did you mean:
ipcb
2008 Aug 11
0
Found unknown media description format
...69.254.2.2 19505
a=candidate:2 2 UDP 2122285054 192.168.238.1 19505
a=candidate:3 2 UDP 2122284798 192.168.111.1 19505
a=candidate:5 2 UDP 1694482430 193.227.186.146 19505
a=candidate:6 2 UDP 16744446 87.236.144.70 41344
a=rtpmap:103 ISAC/16000
a=fmtp:18 annexb=no
a=rtpmap:102 iLBC/8000
a=rtpmap:97 IPCMWB/16000
a=rtpmap:119 ISACLC/16000
a=rtpmap:117 red/8000
a=rtpmap:100 EG711U/8000
a=rtpmap:101 EG711A/8000
a=rtpmap:105 CN/16000
a=rtpmap:106 telephone-event/8000
a=fmtp:106 0-16
a=sendrecv
<------------->
--- (16 headers 33 lines) ---
Sending to 87.236.144.9 : 5060 (no NAT)
Using INVITE reques...
2010 Dec 20
2
SIP 420
...call-detail*
Supported: timer
User-Agent: xxx PBX Phone 1.1.0.10434 ORIG/IDCB01S110 SN/001d09048211
(Windows NT 5.1)
Content-Length: 426
v=0
o=SIP 1292608808 1292608808 IN IP4 x.x.x.x
s=SIP
c=IN IP4 x.x.x.x
t=1292608808 0
m=audio 10000 RTP/AVP 97 103 100 127 0 8 102 18 4 101
a=rtpmap:97 IPCMWB/16000
a=rtpmap:103 ISAC/16000
a=rtpmap:100 EG711U/8000
a=rtpmap:127 EG711A/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 iLBC/8000
a=fmtp:102 mode=30
a=rtpmap:18 G729/8000
a=rtpmap:4 G723/8000
a=rtpmap:101 telephone-event/8000
<------------->
--- (17 headers 17 lin...
2009 Jan 29
2
GTalk Channel
Hello all,
It used to work on calling my GTalk ID from another GTalk user. But
now that I tried calling it again, the caller hears only a ringtone
and disconnected after a few rings. The messages on my
Asterisk-1.4.21.2 are the following:
[Jan 29 10:37:51] ERROR[1303]: rtp.c:1945 ast_rtp_new_with_bindaddr:
Unexpected bind error: Cannot assign requested address
[Jan 29 10:37:51] WARNING[1303]:
2006 Nov 07
1
[resolved] asterisk 1,4 and google talk
hi,
it turns out that the iksemel library (which i installed using an rpm) was
returning 0 when the function iks_has_tls() was called. it should return 1
otherwise res_jabber.o thinks gnuTLS is not installed. i confirmed this by
running a test program i wrote, that calls iks_has_tls . it returned 0.
i downloaded iksemel source, compiled it and now the test program returned
1.
now,