11-12-2010 03:55 AM - edited 03-16-2019 01:53 AM
hi,
i have running a working system with CME 7.0 on a 2811 Router. IP Phones 7961,7921 both SCCP Clients, and a Nokia E65, E5 both SIP Clients.
The E65 are working without problems, but the E5 with VoiPSettings 3.x installed cannot receive calls - neither from E65 and SCCP Phones?
has someone any idea, where i can try to find the error? It seems that the VoipSettingsTool 3.x from Nokia is not working well...
thanks
11-12-2010 04:06 AM
Start checking that the phone is registering, show voice pool, debug ccsip message.
11-12-2010 04:14 AM
11-15-2010 08:25 AM
Can you collect the following debugs for a call made to the E5?
debug voip ccapi inout
debug ccsip message
Also, can you collect the following command output.
show dial-peer voice summary
-Felipe
11-15-2010 08:34 AM
11-15-2010 08:45 AM
Konrad,
the debugs indicate that the E5 itself is rejecting the call.
Received:
SIP/2.0 404 Not Found
What extension does it show on the phone itself? Does it show 781 or something else?
-Felipe
11-17-2010 02:30 AM
it shows me following:
Username
sip:781@10.95.180.5
Domain
sip:10.95.180.5:5060; transport= UDP
Registered
i didn't found more info.
11-17-2010 06:49 AM
what client are you using on the Nokia phones that supports SIP registration? I have a E65 here in the lab that I can play with but it doesn't have the SIP client.
-Felipe
11-17-2010 11:19 PM
i have Nokia E65 with "SIP Voip 1.0 Settings"- they are working. but the nokia E5 installed with "SIP Voip 3.x Settings" isn't working... i think the SIP client from nokia has a bug...
11-18-2010 07:02 AM
Can you try downgrading to version 1.0 on the E5? I'll check to see if I can upgrade the E65 here in our labs.
11-19-2010 03:11 AM
i cannot install the old version on the E5..
. but i found following in a forum:
-----------
When VoIP3.x registers a user, it writes a hash in the contact URI, i.e. kmjZ3YOXb_rakfnLNRhe@mydomain.org instead of 7777@mydomain.org
To invite a user, the server has to put this hash in the request-URI
-----------
sounds not good...
11-30-2010 03:59 PM
Try this to change the directory number of the Nokia to the hash in the SIP req uri header:
voice service voip
allow-connections sip to sip
sip
bind control source-interface XXX
bind media source-interface XXX
registrar server
sip-profiles 1
!
voice class sip-profiles 1
request INVITE sip-header SIP-Req-URI modify "sip:752@(.*) SIP/2.0" "sip:3HkqSha_SBZaN-Mrfjb4@\1 SIP/2.0"
!
voice register global
mode cme
source-address XXXX port 9090
no outbound-proxy
no privacy
max-dn 20
max-pool 20
authenticate realm XXXX
create profile sync 0554118347449519
!
voice register dn 1
number 752
name E52
!
voice register dn 2
number 771
name E71
To capture the hash, do a debug ccsip messages and look at the REGISTER message.
HTH
05-24-2011 04:07 AM
I'm in the same exact situation, voip setting 3.x give a chance just to place and cannot receive.
i'm quite sure that is something on nokia device
05-24-2011 05:13 AM
In my case, i miss ringing sip response from E5
*May 24 12:10:28.730: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 172.16.10.1:5060;branch=z9hG4bK681F5
To: <4006>;tag=2k9lum34hphc73eb43l8
From: "CED" <699>;tag=19D5D654-383
Call-ID: A60943D7-853511E0-A849EB83-64D64ED2@172.16.10.1
CSeq: 101 INVITE
Content-Length: 0699>4006>
while iphone for example that work also receiving the answer in ringing is:
*May 24 12:11:54.178: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 172.16.10.1:5060;received=172.16.10.1;branch=z9hG4bK69B08
Call-ID: D8D2F8A1-853511E0-A85FEB83-64D64ED2@172.16.10.1
From: "CED" <699>;tag=19D7232C-796
To: <4005>;tag=jurshl3rxxg30qf02oztazib9x5tsqcg
CSeq: 101 INVITE
Contact: "4005" <4005>
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Content-Length: 04005>4005>699>
05-25-2011 05:20 AM
I found the solution...
every nokia present the SIP INVITE changing the telephone number with an ASCII like this : ZVW-kntKmiPbSiXyX9zP
so...
it's enough create a voice class sip-profile 1
request INVITE sip-header SIP-Req-URI modify "sip:4006@(.*) SIP/2.0" "sip:ZVW-kntKmiPbSiXyX9zP@\1 SIP/2.0"
in my case 4006 is my telephone number.... with the ascii that you have to catch from the debug ccsip messages.
Hope this help.. for me.. saved the business.
Bye
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide