[Serusers] cisco call manager 4.0 and ser
Dinesh
dinesh at imcb.a-star.edu.sg
Tue Jun 28 10:11:08 CEST 2005
Hi all,
I tried to do a connection between ser and cisco call manager. As there was
no documentation of how to do, I created a sip trunk on ccm 4.0 and I put it
my sip servers ip address.
# send out 2 prefix to
if (uri=~"^sip:2[0-9].*@.*") {
if (!is_user_in("From", "ld")) {
sl_send_reply("403", "Not ld user");
break;
};
setflag(1);
strip(3);
rewritehostport("ip_address_of_ccm4.0:5060");
if (!t_relay()) {
sl_reply_error();
};
break;
};
http://www.voip-info.org/wiki-Asterisk+Cisco+CallManager+Integration
When I dial on xten, I get a SIP/2.0 400 Bad Request - 'Malformed/Missing
Record Route'
Can anyone help, I attached the diagnostic log from xten.
SEND TIME: 25265760
SEND >> 203.125.17.228:5060
INVITE sip:22265869804 at imcb.a-star.edu.sg SIP/2.0
Via: SIP/2.0/UDP
137.132.43.121:5060;rport;branch=z9hG4bKA530CE5714B7497B83F484F151CEC3F5
From: Dinesh Birlasekaran <sip:65869804 at imcb.a-star.edu.sg>;tag=279805281
To: <sip:22265869804 at imcb.a-star.edu.sg>
Contact: <sip:65869804 at 137.132.43.121:5060>
Call-ID: B2D9356E-8F57-4657-8215-D22873F5A9FE at 10.217.64.103
CSeq: 19691 INVITE
Max-Forwards: 70
Content-Type: application/sdp
User-Agent: X-Lite release 1103m
Content-Length: 301
v=0
o=65869804 25265730 25265760 IN IP4 137.132.43.121
s=X-Lite
c=IN IP4 137.132.43.121
t=0 0
m=audio 8000 RTP/AVP 0 8 3 98 97 101
a=rtpmap:0 pcmu/8000
a=rtpmap:8 pcma/8000
a=rtpmap:3 gsm/8000
a=rtpmap:98 iLBC/8000
a=rtpmap:97 speex/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
RECEIVE TIME: 25265810
RECEIVE << 203.125.17.228:5060
SIP/2.0 100 trying -- your call is important to us
Via: SIP/2.0/UDP
10.217.64.103:5060;rport=5060;branch=z9hG4bKA530CE5714B7497B83F484F151CEC3F5
From: Dinesh Birlasekaran <sip:65869804 at imcb.a-star.edu.sg>;tag=279805281
To: <sip:22265869804 at imcb.a-star.edu.sg>
Call-ID: B2D9356E-8F57-4657-8215-D22873F5A9FE at 10.217.64.103
CSeq: 19691 INVITE
Server: Sip EXpress router (0.8.12 (i386/linux))
Content-Length: 0
Warning: 392 203.125.17.228:5060 "Noisy feedback tells: pid=18296
req_src_ip=137.132.43.121 req_src_port=5060
in_uri=sip:22265869804 at imcb.a-star.edu.sg
out_uri=sip:65869804 at 10.217.84.11:5060 via_cnt==1"
RECEIVE TIME: 25265820
RECEIVE << 203.125.17.228:5060
SIP/2.0 400 Bad Request - 'Malformed/Missing Record Route'
Via: SIP/2.0/UDP
10.217.64.103:5060;rport=5060;branch=z9hG4bKA530CE5714B7497B83F484F151CEC3F5
From: Dinesh Birlasekaran <sip:65869804 at imcb.a-star.edu.sg>;tag=279805281
To: <sip:22265869804 at imcb.a-star.edu.sg>;tag=16897853
Call-ID: B2D9356E-8F57-4657-8215-D22873F5A9FE at 10.217.64.103
CSeq: 19691 INVITE
Content-Length: 0
Dinesh Birlasekaran
Network Engineer,
ComIT, Institute of Molecular and Cell Biology
61 Biopolis Drive, Singapore 138673
HP : 92962676 DID : 65869804 Fax : 67791117 Email :
dinesh at imcb.a-star.edu.sg
WWW: www.imcb.a-star.edu.sg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20050628/b5b27d21/attachment.htm>
More information about the sr-users
mailing list