Hi Vaclav,
I still couldn't succeed in presence over SER. Still getting following messages, no matter if I'm behid NAT or not. I tested on LAN many times but I still get same error messages.
Btw, there is no index file in my xcap-root directory. Should I have something there ? I didn't receive any xcap authorization request after changing xcap authorization root to real hostname instead of 127.0.0.1
May 4 14:42:27 sesapp /root/ser/sbin/ser[19996]: t_uac: no socket found May 4 14:42:27 sesapp /root/ser/sbin/ser[19996]: t_uac: no socket found May 4 14:42:27 sesapp /root/ser/sbin/ser[19996]: ERROR: notify.c:398: Can't send watcherinfo notification (-7) May 4 14:42:27 sesapp /root/ser/sbin/ser[19996]: ERROR: notify.c:398: Can't send watcherinfo notification (-7) May 4 14:42:27 sesapp /root/ser/sbin/ser[19996]: send_winfo_notify returned -7 May 4 14:42:27 sesapp /root/ser/sbin/ser[19996]: send_winfo_notify returned -7
Thanks, ilker
-----Original Message----- From: Vaclav Kubart [mailto:vaclav.kubart@iptel.org] Sent: Tuesday, May 02, 2006 5:50 PM To: İlker Aktuna (Koç.net) Cc: serusers@lists.iptel.org Subject: Re: [Serusers] IM and presence problems
Try to use nathelper module. I'm not familiar with it but there exists some documentation for it (in modules/nathelper/README).
Vaclav
On Tue, May 02, 2006 at 05:19:10PM +0300, ?lker Aktuna (Koç.net) wrote:
http://387555.sigclick.mailinfo.com/sigclick/0A0B0504/0C074C0D/0D074E03/99321920.jpg _____________________________________________________________________________________________________________________________________________ Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez. This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however, sender cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence. _____________________________________________________________________________________________________________________________________________
Hi, run it without NAT and debug=4 and send me ngrep dump again. In the log try to find debug messages containing next hop address like:
May 2 13:19:51 sesapp /root/ser/sbin/ser[19887]: DEBUG:tm:t_uac: next_hop=sip:200000900568888888@192.168.2.17:26548;transport=udp May 2 13:19:51 sesapp /root/ser/sbin/ser[19885]: qm_free(0x8120e80, 0x81703b0), called from data_lump.c: free_lump_list(409) May 2 13:19:51 sesapp /root/ser/sbin/ser[19886]: qm_malloc(0x8120e80, 32) called from data_lump.c: insert_cond_lump_after(216) May 2 13:19:51 sesapp /root/ser/sbin/ser[19888]: qm_malloc(0x8120e80, 8) returns address 0x81706b8 frag. 0x81706a0 (size=8) on 1 -th hit May 2 13:19:51 sesapp /root/ser/sbin/ser[19887]: t_uac: no socket found May 2 13:19:51 sesapp /root/ser/sbin/ser[19887]: t_uac: no socket found May 2 13:19:51 sesapp /root/ser/sbin/ser[19885]: qm_free: freeing frag. 0x8170398 alloc'ed from data_lump.c: insert_new_lump_before(140)
In this sample is next_hop = sip:200000900568888888@192.168.2.17:26548;transport=udp. The number of process has to be the same as in consequent error message "t_uac: socket not found". It is the number in [ ] - in this case 19887.
The address there has to be accessible from machine with SER (try to ping the IP).
The index file is not needed.
And are watchers authorized? (Do they see status of presentity?)
Vaclav
On Thu, May 04, 2006 at 02:52:39PM +0300, ?lker Aktuna (Koç.net) wrote: