Hi, I have found the problem, but i don't know ho to solve it.
To search the problem I started SER with a debug level 9, redirectin STDERROR to a file ( if some one want to do it is: /etc/init.d/ser start 2>>/ser.log1 ) and when I was reading the file I found it:
2(1926) lookup(): 'ninguna' Not found in usrloc
This is what the server say when i send a MESSAGE to ninguna@10.22.1.249, but then I used: serctl ul show, and got this:
...Record(0x4045d1b8)... domain: 'location' aor : 'ninguna' ~~~Contact(0x4045d218)~~~ domain : 'location' aor : 'ninguna' Contact : 'sip:ninguna@10.22.1.249' Expires : 3583 q : Call-ID : '1549255136@10.22.1.5' CSeq : 1 User-Agent: 'sipsak 0.8.9_pre' received : '' State : CS_SYNC Flags : 0 next : (nil) prev : (nil) ~~~/Contact~~~~ .../Record...
can any one give me a solution? BEFORE of sending the message I send a REFISTER for the user ninguna.
Angel,
I dont know what you want to achieve, but why did you registered a Contact by hand? I assume 10.22.1.249 is the address of your server. Why do you insert a Contact with the local address of the proxy? This only introduces an endless loop.
You can try the following two commands they should have the same result: 'sipsak -UI -s sip:ninguna@YOURSERVER' 'sipsak -UM -s sip:ninguna@YORUSERVER'
Nils
On Tuesday 27 September 2005 17:11, Ángel Gómez wrote:
Hi, I have found the problem, but i don't know ho to solve it.
To search the problem I started SER with a debug level 9, redirectin STDERROR to a file ( if some one want to do it is: /etc/init.d/ser start 2>>/ser.log1 ) and when I was reading the file I found it:
2(1926) lookup(): 'ninguna' Not found in usrloc
This is what the server say when i send a MESSAGE to ninguna@10.22.1.249, but then I used: serctl ul show, and got this:
...Record(0x4045d1b8)... domain: 'location' aor : 'ninguna'
domain : 'location' aor : 'ninguna' Contact : 'sip:ninguna@10.22.1.249' Expires : 3583 q : Call-ID : '1549255136@10.22.1.5' CSeq : 1 User-Agent: 'sipsak 0.8.9_pre' received : '' State : CS_SYNC Flags : 0 next : (nil) prev : (nil) ~~~/Contact~~~~ .../Record... can any one give me a solution? BEFORE of sending the message I send a REFISTER for the user ninguna.