cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1020
Views
0
Helpful
10
Replies

SIP trunk between real IP's

saljam100
Level 1
Level 1

HI all

Following is my scenario....

                            ------------------------------SIP------------------------------  

     Router (CCME)--------------------------------Internet cloud--------------------------------Router(CCME)

                         IP=203.99.xxx.x                                                            IP=203.190.xxx.x

i want to setup SIP trunk between my two sites with real IP, i donot create any GRE or IPsec i want to creat simply SIP trunk without tunneling.

Question is this possible or not ?

Regards

Salman

10 Replies 10

Aaron Harrison
VIP Alumni
VIP Alumni

Sure - as long as the two routers have IP reachability to each other.

Just create a dial-peer pointed at the far end IP and specify 'session protocol sipv2' and appropriate destination-patterns.

If they are exposed on the internet you should protect them appropriately to avoid people trying to hack your SIP service.

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Thanks Aaron let me try and i will let you know about it.

Regards

Salman

Aaron i am using 2800 series routers with on both end with following IOS ,,,,, buts its not working i read that IOS 15.1 in fraud prtection block all incoming session we need to enable it but its in the 15.1 not in my case m i correct ? following is the configuration also ......

Site A:

dial-peer voice 200001 voip

description **Incoming Call from SIP Trunk**

voice-class codec 11

session protocol sipv2

session target ipv4:62.x.x.x

incoming called-number .

dtmf-relay sip-notify

!

dial-peer voice 200002 voip

destination-pattern 31..

voice-class codec 11

session protocol sipv2

session target ipv4:62.x.x.x

dtmf-relay sip-notify

Site B

    

dial-peer voice 2000000 voip

destination-pattern 27..

voice-class codec 11

session protocol sipv2

session target ipv4:83.x.x.x dtmf-relay sip-notify

dial-peer voice 30 voip
description **Incoming Call from SIP Trunk**
voice-class codec 11
session protocol sipv2
session target ipv4:83.x.x.x

incoming called-number .
dtmf-relay sip-notify

****The above incoming dial peer is shared between this and another SIP trunk those other SIP trunks using GRE with call manager******

Site A: c2800nm-advipservicesk9-mz.124-22.T.bin

Site B: c2800nm-advipservicesk9-mz.124-22.T_2.bin

What you thinks what is the problem

Try doing:

- debug ccsip messages

- debug voip dialpeer

on both ends whilst attempting a call.

Post up the output.

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Hi Aaron

check below the debug output the strange thing is when i call to site B from site A, site B donot show any logs during the call i donot know why although i can ping the real IP's but still its not working and not even showing the debug output...following is call from Site B (ext no 3110) to Site A (ext no 2700)

Debug ccsip messages:

*Jan  7 06:01:53.757: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:2700@Site A real IP:5060 SIP/2.0
Date: Mon, 07 Jan 2013 06:01:53 GMT
Call-Info: <>Site B real IP:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
From: <3110>;tag=13857C70-26E4
Allow-Events: telephone-event
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE:  40000
Cisco-Guid: 2441656847-1472598498-2235680422-1100959932
Timestamp: 1357538513
Content-Length: 279
User-Agent: Cisco-SIPGateway/IOS-12.x
To: <2700>Site A real IP>
Contact: <3110>Site B real IP:5060>
Expires: 180
Content-Disposition: session;handling=required
Content-Type: application/sdp
Call-ID: 91E6B736-57C611E2-8546C6A6-419F50BC@Site B real IP
Via: SIP/2.0/UDP Site B real IP:5060;branch=z9hG4bK83A125B3
CSeq: 101 INVITE
Max-Forwards: 70

v=0
o=CiscoSystemsSIP-GW-UserAgent 2382 296 IN IP4 Site B real IP
s=SIP Call
c=IN IP4 Site B real IP
t=0 0
m=audio 19016 RTP/AVP 18 0 8 19
c=IN IP4 Site B real IP
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:19 CN/8000

*Jan  7 06:01:54.253: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:2700@Site A real IP:5060 SIP/2.0
Date: Mon, 07 Jan 2013 06:01:54 GMT
Call-Info: <>Site B real IP:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
From: <3110>;tag=13857C70-26E4
Allow-Events: telephone-event
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE:  40000
Cisco-Guid: 2441656847-1472598498-2235680422-1100959932
Timestamp: 1357538514
Content-Length: 279
User-Agent: Cisco-SIPGateway/IOS-12.x
To: <2700>Site A real IP>
Contact: <3110>Site B real IP:5060>
Expires: 180
Content-Disposition: session;handling=required
Content-Type: application/sdp
Call-ID: 91E6B736-57C611E2-8546C6A6-419F50BC@Site B real IP
Via: SIP/2.0/UDP Site B real IP:5060;branch=z9hG4bK83A125B3
CSeq: 101 INVITE
Max-Forwards: 70

v=0
o=CiscoSystemsSIP-GW-UserAgent 2382 296 IN IP4 Site B real IP
s=SIP Call
c=IN IP4 Site B real IP
t=0 0
m=audio 19016 RTP/AVP 18 0 8 19
c=IN IP4 Site B real IP
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:19 CN/8000

*Jan  7 06:01:55.257: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent:
INVITE sip:2700@Site A real IP:5060 SIP/2.0
Date: Mon, 07 Jan 2013 06:01:55 GMT
Call-Info: <>Site B real IP:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
From: <3110>;tag=13857C70-26E4
Allow-Events: telephone-event
Supported: 100rel,timer,resource-priority,replaces,sdp-anat
Min-SE:  40000
Cisco-Guid: 2441656847-1472598498-2235680422-1100959932
Timestamp: 1357538515
Content-Length: 279
User-Agent: Cisco-SIPGateway/IOS-12.x
To: <2700>Site A real IP>
Contact: <3110>Site B real IP:5060>
Expires: 180
Content-Disposition: session;handling=required
Content-Type: application/sdp
Call-ID: 91E6B736-57C611E2-8546C6A6-419F50BC@Site B real IP
Via: SIP/2.0/UDP Site B real IP:5060;branch=z9hG4bK83A125B3
CSeq: 101 INVITE
Max-Forwards: 70

v=0
o=CiscoSystemsSIP-GW-UserAgent 2382 296 IN IP4 Site B real IP
s=SIP Call
c=IN IP4 Site B real IP
t=0 0
m=audio 19016 RTP/AVP 18 0 8 19
c=IN IP4 Site B real IP
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:19 CN/8000

Debug voice dial-peer voip :

*Jan  7 06:10:34.477: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:

   Calling Number=3110, Called Number=, Voice-Interface=0x49948CD4,

   Timeout=TRUE, Peer Encap Type=ENCAP_VOICE, Peer Search Type=PEER_TYPE_VOICE,

   Peer Info Type=DIALPEER_INFO_SPEECH

*Jan  7 06:10:34.477: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:

   Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=20011

*Jan  7 06:10:34.497: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Calling Number=, Called Number=2, Peer Info Type=DIALPEER_INFO_SPEECH

*Jan  7 06:10:34.497: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Match Rule=DP_MATCH_DEST; Called Number=2

*Jan  7 06:10:34.497: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Result=Partial Matches(1) after DP_MATCH_DEST

*Jan  7 06:10:34.497: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:

   Result=MORE_DIGITS_NEEDED(1)

*Jan  7 06:10:34.685: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Calling Number=, Called Number=27, Peer Info Type=DIALPEER_INFO_SPEECH

*Jan  7 06:10:34.685: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Match Rule=DP_MATCH_DEST; Called Number=27

*Jan  7 06:10:34.685: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Result=Partial Matches(1) after DP_MATCH_DEST

*Jan  7 06:10:34.685: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:

   Result=MORE_DIGITS_NEEDED(1)

*Jan  7 06:10:34.885: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Calling Number=, Called Number=270, Peer Info Type=DIALPEER_INFO_SPEECH

*Jan  7 06:10:34.885: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Match Rule=DP_MATCH_DEST; Called Number=270

*Jan  7 06:10:34.885: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Result=Partial Matches(1) after DP_MATCH_DEST

*Jan  7 06:10:34.885: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:

   Result=MORE_DIGITS_NEEDED(1)

*Jan  7 06:10:35.085: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Calling Number=, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH

*Jan  7 06:10:35.085: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Match Rule=DP_MATCH_DEST; Called Number=2700

*Jan  7 06:10:35.085: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Result=Success(0) after DP_MATCH_DEST

*Jan  7 06:10:35.085: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:

   Result=SUCCESS(0)

   List of Matched Outgoing Dial-peer(s):

     1: Dial-peer Tag=2000000

*Jan  7 06:10:35.089: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Calling Number=, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH

*Jan  7 06:10:35.089: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Match Rule=DP_MATCH_DEST; Called Number=2700

*Jan  7 06:10:35.089: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Result=Success(0) after DP_MATCH_DEST

*Jan  7 06:10:35.089: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:

   Result=SUCCESS(0)

   List of Matched Outgoing Dial-peer(s):

     1: Dial-peer Tag=2000000

*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

   Calling Number=2700, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH

*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

   Match Rule=DP_MATCH_DEST; Called Number=2700

*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

   Result=Success(0) after DP_MATCH_DEST

*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:

   Result=SUCCESS(0)

   List of Matched Outgoing Dial-peer(s):

     1: Dial-peer Tag=2000000

*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

   Calling Number=2700, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH

*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

   Match Rule=DP_MATCH_DEST; Called Number=2700

*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

   Result=Success(0) after DP_MATCH_DEST

*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:

   Result=SUCCESS(0)

   List of Matched Outgoing Dial-peer(s):

     1: Dial-peer Tag=2000000

*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:

   Calling Number=2700, Called Number=, Voice-Interface=0x0,

   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,

   Peer Info Type=DIALPEER_INFO_SPEECH

*Jan  7 06:10:35.093: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:

   Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=2000000

*Jan  7 06:10:35.093: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

   Calling Number=, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH

*Jan  7 06:10:35.093: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

   Match Rule=DP_MATCH_DEST; Called Number=2700

*Jan  7 06:10:35.093: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:

   Result=Success(0) after DP_MATCH_DEST

*Jan  7 06:10:35.093: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:

   Result=SUCCESS(0)

   List of Matched Outgoing Dial-peer(s):

     1: Dial-peer Tag=2000000

*Jan  7 06:10:35.093: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Calling Number=, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH

*Jan  7 06:10:35.093: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Match Rule=DP_MATCH_DEST; Called Number=2700

*Jan  7 06:10:35.093: //-1/C8477FF1856F/DPM/dpMatchPeersCore:

   Result=Success(0) after DP_MATCH_DEST

*Jan  7 06:10:35.093: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:

   Result=SUCCESS(0)

   List of Matched Outgoing Dial-peer(s):

     1: Dial-peer Tag=2000000 *Jan  7 06:10:34.477: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=3110, Called Number=, Voice-Interface=0x49948CD4,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOICE, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Jan  7 06:10:34.477: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=20011
*Jan  7 06:10:34.497: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=2, Peer Info Type=DIALPEER_INFO_SPEECH
*Jan  7 06:10:34.497: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2
*Jan  7 06:10:34.497: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jan  7 06:10:34.497: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jan  7 06:10:34.685: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=27, Peer Info Type=DIALPEER_INFO_SPEECH
*Jan  7 06:10:34.685: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=27
*Jan  7 06:10:34.685: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jan  7 06:10:34.685: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jan  7 06:10:34.885: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=270, Peer Info Type=DIALPEER_INFO_SPEECH
*Jan  7 06:10:34.885: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=270
*Jan  7 06:10:34.885: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Result=Partial Matches(1) after DP_MATCH_DEST
*Jan  7 06:10:34.885: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:
   Result=MORE_DIGITS_NEEDED(1)
*Jan  7 06:10:35.085: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH
*Jan  7 06:10:35.085: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2700
*Jan  7 06:10:35.085: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Jan  7 06:10:35.085: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=2000000
*Jan  7 06:10:35.089: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH
*Jan  7 06:10:35.089: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2700
*Jan  7 06:10:35.089: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Jan  7 06:10:35.089: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=2000000
*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=2700, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH
*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2700
*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=2000000
*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=2700, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH
*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2700
*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=2000000
*Jan  7 06:10:35.089: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Calling Number=2700, Called Number=, Voice-Interface=0x0,
   Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
   Peer Info Type=DIALPEER_INFO_SPEECH
*Jan  7 06:10:35.093: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
   Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=2000000
*Jan  7 06:10:35.093: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH
*Jan  7 06:10:35.093: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2700
*Jan  7 06:10:35.093: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Jan  7 06:10:35.093: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=2000000
*Jan  7 06:10:35.093: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Calling Number=, Called Number=2700, Peer Info Type=DIALPEER_INFO_SPEECH
*Jan  7 06:10:35.093: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Match Rule=DP_MATCH_DEST; Called Number=2700
*Jan  7 06:10:35.093: //-1/C8477FF1856F/DPM/dpMatchPeersCore:
   Result=Success(0) after DP_MATCH_DEST
*Jan  7 06:10:35.093: //-1/C8477FF1856F/DPM/dpMatchPeersMoreArg:
   Result=SUCCESS(0)
   List of Matched Outgoing Dial-peer(s):
     1: Dial-peer Tag=2000000

thanks and waiting for your response

Regards

Salman

Hi

It tries to send it three times as it doesn't get a response from the far end.

As you have said the far end does not receive the message, there must be something blocking UDP 5060 between the two routers.

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Thanks for replying aaron can you do me a favour and let me know that how from these debugs you came to know that its trying three times but no response can you please highlight that area on my give debug outputs.......

and i will check either 5060 is open from our network and from provider or not........but i personally think 5060 is working but let me double check..... and meanwhile please do me favour and tell me how you cam to know about this ....

Thanks again and really appreciated

Regards

salman

Hi

Well... now I look again, I see just two!

But the point still stands... there are two lines in your debug where is says:

Sent:

INVITE sip:2700@Site A real IP:5060 SIP/2.0

Each of those marks a new SIP INVITE, and if you look at the content they are identical except for the timestamps which are about a second apart.

As it is UDP there is no three-way handshake so the router just keeps trying to send the INVITE again until it gives up.

If you have only opened the TCP port 5060 between the routers you should switch it to SIP:

conf t

voice service voip

sip

session transport tcp

end

Regards

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

thanks again aaron i think the command you mentioned i already configured that one .................. one more question sorry for irritating you but what kind a of message we have if reply comes.... like

after

INVITE sip:2700@

Site A real IP:5060 SIP/2.0 INVITE sip:2700@Site A real IP:5060 SIP/2.0

what mentioned in reply of this invitation any hint ...

Regards

Salman

Hi

You'd usually get a 'trying' messagin in response.

See here for more info :

http://www.ciscopress.com/articles/article.asp?p=664148&seqNum=2

Regards

Aaron Harrison

Principal Engineer at Logicalis UK

Please rate helpful posts...

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!