cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3539
Views
0
Helpful
4
Replies

SIP Phone on Cisco UC500

wbourguibartic
Level 1
Level 1

Hello,

I have a Cisco UC540 on which are registred Cisco IP Phones.

I configured a sip account to test SIP phones on UC, this is sip configuration :

voice register global

mode cme

source-address 192.168.10.10 port 5060

max-dn 20

max-pool 20

authenticate presence

authenticate register

authenticate realm 192.168.10.10

create profile sync 2783119853547512

!

voice register dn  1

number 900

call-forward b2bua busy 123

call-forward b2bua noan 123 timeout 20

allow watch

name Walid

label XXXXXX

mwi

!

voice register pool  1

id mac 0025.BC2B.71AD

number 1 dn 1

dtmf-relay sip-notify

username 900 password 900

codec g711ulaw

the SIP phone is registered successfully :

#show voice register pool all

Pool Tag 1

Config:

  Mac address is 0025.BC2B.71AD

  Number list 1 : DN 1

  Proxy Ip address is 0.0.0.0

  Current Phone load version is Bria iPhone 1.2.6

  DTMF Relay is enabled, sip-notify

  Call Waiting is enabled

  DnD is disabled

  Busy trigger per button value is 0

  keep-conference is enabled

  username 900 password 900

  Lpcor Type is none

  Transport type is udp

  service-control mechanism is not supported

  registration Call ID is 72ANTg2KU5MwZOAKatWNT-RsXNkjCtT9

  Privacy feature is not configured.

  Privacy button is disabled

  active primary line is: 900

contact IP address: 192.168.10.108 port 64995

Dialpeers created:

Dial-peers for Pool 1:

dial-peer voice 40001 voip

destination-pattern 900

session target ipv4:192.168.10.108:64995

session protocol sipv2

dtmf-relay sip-notify

codec  g711ulaw bytes 160

  call-fwd-busy        123

  call-fwd-noan-timeou 20

  call-fwd-noan        123

  after-hours-exempt   FALSE

Statistics:

  Active registrations  : 1

  Total SIP phones registered: 1

  Total Registration Statistics

    Registration requests  : 5

    Registration success   : 5

    Registration failed    : 0

    unRegister requests    : 4

    unRegister success     : 4

    unRegister failed      : 0

    Attempts to register

           after last unregister : 0

    Last register request time   : 13:25:35.991 CET Wed Jun 29 2011

    Last unregister request time : 13:25:48.467 CET Wed Jun 29 2011

    Register success time        : 13:25:35.991 CET Wed Jun 29 2011

    Unregister success time      : 13:25:48.468 CET Wed Jun 29 2011

But calls between SIP phones and skinny phones are failed. Outgoing calls from SIP phones failed also.

I joined an internal call (from sip to skinny) debug.

Thank you very much for help.

4 Replies 4

vandana
Level 1
Level 1

Would you please attach " debug ccsip all" and Debug voip ccapi inout along with "sh run".

Hello,

here is show run and debug file.

Thanks

Hi,

I have faced with the same problem.

Without SIP trunk everithig is working fine. After configuring SIP trunk, using CCA, I can't make any kind of calls from SIP phones.

Rignt now I don't have UC500 for test purpose, but I will try to manualy configure SIP trunk, not through CCA.

If you find the solution , please shere it with us.

Regards,

O

IdontNeedNick
Level 1
Level 1

I found the solution !!!

When you setup SIP trunk using CCA , in the configuration you can find tthe following lines

voice class sip-profiles 1000

request ANY sdp-header Connection-Info remove

response ANY sdp-header Connection-Info remove

and

voice service voip

...

sip

...

sip-profiles 1000

The solution of the problem is :     no sip-profile 1000 !!!!

Regards,

O