cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
522
Views
0
Helpful
6
Replies

dial-peer help

sdaniels44
Level 1
Level 1

I have calls coming in to a 3825 that look like this sip:##########

I want to do something like this:

dial-peer voice 14 pots

trunkgroup Local

destination-pattern sip:98[2-9]..[2-9]......

incoming called-number .

forward-digits 10

but it doesn't like the "sip:" in the pattern, what can I do to solve this?

6 Replies 6

Jaime Valencia
Cisco Employee
Cisco Employee

you're configuring the wrong type of dial-peer, POTS is used for FXOs, FXS, T1, E1, etc. which you configure port x/x/x

you need VOIP dial peers to configure session-target and protocol sip

HTH

java

if this helps, please rate

HTH

java

if this helps, please rate

I should be more specific, this is for an asterisk server sending sip/rtp to this 3825, to have the 3825 translate to TDM out a PRI.

I dont know exactly what the issue is, its like the 3825 is rejecting a connection from the asterisk server.

Tommer Catlin
VIP Alumni
VIP Alumni

Did you allow SIP in the allow voice

voice service voip

allow-connections SIP

no, Im not familiar with this. This router is in production, will configuring this command cause any issue with the current traffic?

Adrian Saavedra
Level 7
Level 7

Hi friend,

Check this link for dial-peer configuration.

It provides good info about what you can configure for dial-peer VOIP and POTS.

http://www.cisco.com/en/US/docs/ios/12_3/vvf_c/dial_peer/dpeer_c.html

Regards,

- Adrián.

vgioia5090
Level 1
Level 1

hi, you may want to try something like this...

current

dial-peer voice 14 pots

trunkgroup Local

destination-pattern sip:98[2-9]..[2-9]......

incoming called-number .

forward-digits 10

Try this..

dial-peer voice 14 voip

trunkgroup Local

destination-pattern 98[2-9]..[2-9]......

incoming called-number .

forward-digits 10

This is one of mine...

dial-peer voice 1 voip

translation-profile outgoing services

destination-pattern [49]11

session protocol sipv2

session target dns:callcentric.com

dtmf-relay rtp-nte

codec g711ulaw

dns:domain.com or ipv4:XXX.XXX.XXX.XXX which would be the ip address of the sip trunk.

hope this helps.