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

2811 register with Sip Provider

f.giordano
Level 1
Level 1

Hi all,

I'm facing a strange issue with SIP provider registration.

Here is my sip config on the gw:

sip-ua

credentials username vgtestsimac password XXXXXX realm voipGATE

authentication username vgtestsimac password XXXXXX realm voipGATE

no remote-party-id

retry invite 3

retry response 3

retry bye 3

retry cancel 3

retry register 10

timers trying 1000

timers connect 100

timers connection aging 30

timers hold 120

timers register 1000

mwi-server dns:register.voipgate.com expires 3600 port 5060 transport udp unsolicited

registrar dns:register.voipgate.com expires 3600

sip-server dns:register.voipgate.com

offer call-hold conn-addr

host-registrar

permit hostname dns:register.voipgate.com

And I just want to know why the command "sh sip-ua register status" show that:

Voice_Gateway#sh sip-ua register status

Line peer expires(sec) registered

================================ ========== ============ ==========

0.* 300 0 no

vgtestsimac -1 2603 yes

What is the line "0.*" and from where it come ?

It always send register packet to the SP and dunno how to remove it.

Anybody know ?

Thx

Fabian

1 Accepted Solution

Accepted Solutions

Hi Fabian,

Check your pots dial peers, one of them probably has that as a destination-pattern.

You would want to configure something like this:

dial-peer voice 1 pots

destination-pattern 0.*

no sip-register

(Which by the way, should probably be 0T)

hth,

nick

View solution in original post

6 Replies 6

Hi Fabian,

Check your pots dial peers, one of them probably has that as a destination-pattern.

You would want to configure something like this:

dial-peer voice 1 pots

destination-pattern 0.*

no sip-register

(Which by the way, should probably be 0T)

hth,

nick

Thx.

That was it.

Fabian

I am having the same problem , but I am not able to put the " no sip-register" under may dial-peer

I have a version 12.4 3825 Cisco ROuter

You may need a 12.4T release like 12.4(20)T3 for this command to be used.

-nick

This is what i have

ROM: System Bootstrap, Version 12.4(13r)T10, RELEASE SOFTWARE (fc1)

That's the rommon version.