Hi there, I really need help to solve error on my SerWEB when I'm trying to send offline message using IM. I don't understand what the problem is..When I check serctl moni, it shows some errors.
2(6006) get_record: lookup(_sip._udp.pcr.ac.id, 33) failed 2(6006) sip_resolvehost: no SRV record found for pcr.ac.id, trying 'normal' lookup... 2(6006) ERROR: mk_proxy: could not resolve hostname: "pcr.ac.id" 2(6006) ERROR: uri2proxy: bad host name in URI sip:feri@pcr.ac.id 2(6006) ERROR: uri2sock: Can't create a dst proxy 2(6006) t_uac: no socket found 2(6006) ERROR: fifo_uac_error: Unresolvable destination (478/FIFO/UAC) 2(6006) **** done consume
Please show me the explanation. Can MSILO module store voice message for offline users? If it can, what application I can use to leave voice message? Is there any alternative way to send voice message without using SerWEB?
Thanx
Meidiana
--------------------------------- Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
There's no entry for pcr.ac.id in the DNS server and SER is not able to resolve the IP where to send the request to.
Setup the DNS server or use IPs(not recommended): Samuel.
2006/10/10, Meidiana Ten gotcha_em@yahoo.com:
Hi there, I really need help to solve error on my SerWEB when I'm trying to send offline message using IM. I don't understand what the problem is..When I check serctl moni, it shows some errors.
2(6006) get_record: lookup(_sip._udp.pcr.ac.id, 33) failed 2(6006) sip_resolvehost: no SRV record found for pcr.ac.id, trying 'normal' lookup... 2(6006) ERROR: mk_proxy: could not resolve hostname: "pcr.ac.id" 2(6006) ERROR: uri2proxy: bad host name in URI sip:feri@pcr.ac.id 2(6006) ERROR: uri2sock: Can't create a dst proxy 2(6006) t_uac: no socket found 2(6006) ERROR: fifo_uac_error: Unresolvable destination (478/FIFO/UAC) 2(6006) **** done consume
Please show me the explanation. Can MSILO module store voice message for offline users? If it can, what application I can use to leave voice message? Is there any alternative way to send voice message without using SerWEB?
Thanx
Meidiana
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min. _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Samuel, Thanx for the reply..You said that I have to setup DNS server, but I've already setting up them all. To make sure that my DNS is running, please check the following named file.
db.202.95.149 : TL 86400 @ IN SOA sip.pcr.ac.id. root.pcr.ac.id. ( 1997022700 ; Serial 28800 ; Refresh 14400 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS sip.pcr.ac.id. IN MX 10 sip.pcr.ac.id. 50 IN PTR sip.pcr.ac.id.
localhost.zone : $TTL 86400 $ORIGIN localhost. @ 1D IN SOA @ root ( 42 ; serial (d. adams) 3H ; refresh 15M ; retry 1W ; expiry 1D ) ; minimum
1D IN NS @ 1D IN A 127.0.0.1
named.local : $TTL 86400 @ IN SOA localhost. root.localhost. ( 1997022700 ; Serial 28800 ; Refresh 14400 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS localhost.
1 IN PTR localhost.
sip.pcr : $TTL 86400 @ IN SOA sip.pcr.ac.id. root.pcr.ac.id. ( 1997022700 ; Serial 28800 ; Refresh 14400 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS sip.pcr.ac.id. _sip._udp. SRV 0 0 5060 sip.pcr.ac.id. IN MX 10 sip.pcr.ac.id. sip IN A 202.95.149.2 mail IN CNAME sip
When I test it ( host -t ns pcr.ac.id ), it will show: pcr.ac.id name server sip.pcr.ac.id.
I thought it has been set up successfully. Please let me know if there are any error in my DNS server configuration.
Thanx for advance,
Meidiana
samuel samu60@gmail.com wrote: There's no entry for pcr.ac.id in the DNS server and SER is not able to resolve the IP where to send the request to.
Setup the DNS server or use IPs(not recommended): Samuel.
2006/10/10, Meidiana Ten :
Hi there, I really need help to solve error on my SerWEB when I'm trying to send offline message using IM. I don't understand what the problem is..When I check serctl moni, it shows some errors.
2(6006) get_record: lookup(_sip._udp.pcr.ac.id, 33) failed 2(6006) sip_resolvehost: no SRV record found for pcr.ac.id, trying 'normal' lookup... 2(6006) ERROR: mk_proxy: could not resolve hostname: "pcr.ac.id" 2(6006) ERROR: uri2proxy: bad host name in URI 2(6006) ERROR: uri2sock: Can't create a dst proxy 2(6006) t_uac: no socket found 2(6006) ERROR: fifo_uac_error: Unresolvable destination (478/FIFO/UAC) 2(6006) **** done consume
Please show me the explanation. Can MSILO module store voice message for offline users? If it can, what application I can use to leave voice message? Is there any alternative way to send voice message without using SerWEB?
Thanx
Meidiana
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min. _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--------------------------------- How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.
Try to execute in your bash: dig pcr.ac.id
and you'll see that there is no answer because your DNS only resolves sip.acr.ac.id. If you execute: dig sip.pcr.ac.id you'll see that the DNS is able to resolve it...
Dig into the mailing list and RFC 3263 and you'll see how to set up NAPTR,SRV, and A records appropiately.
Samuel.
2006/10/11, Meidiana Ten gotcha_em@yahoo.com:
Hi Samuel, Thanx for the reply..You said that I have to setup DNS server, but I've already setting up them all. To make sure that my DNS is running, please check the following named file.
db.202.95.149 : TL 86400 @ IN SOA sip.pcr.ac.id. root.pcr.ac.id. ( 1997022700 ; Serial 28800 ; Refresh 14400 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS sip.pcr.ac.id. IN MX 10 sip.pcr.ac.id. 50 IN PTR sip.pcr.ac.id.
localhost.zone : $TTL 86400 $ORIGIN localhost. @ 1D IN SOA @ root ( 42 ; serial (d. adams) 3H ; refresh 15M ; retry 1W ; expiry 1D ) ; minimum
1D IN NS @ 1D IN A 127.0.0.1
named.local : $TTL 86400 @ IN SOA localhost. root.localhost. ( 1997022700 ; Serial 28800 ; Refresh 14400 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS localhost.
1 IN PTR localhost.
sip.pcr : $TTL 86400 @ IN SOA sip.pcr.ac.id. root.pcr.ac.id. ( 1997022700 ; Serial 28800 ; Refresh 14400 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS sip.pcr.ac.id. _sip._udp. SRV 0 0 5060 sip.pcr.ac.id. IN MX 10 sip.pcr.ac.id. sip IN A 202.95.149.2 mail IN CNAME sip
When I test it ( host -t ns pcr.ac.id ), it will show: pcr.ac.id name server sip.pcr.ac.id.
I thought it has been set up successfully. Please let me know if there are any error in my DNS server configuration.
Thanx for advance,
Meidiana
samuel samu60@gmail.com wrote: There's no entry for pcr.ac.id in the DNS server and SER is not able to resolve the IP where to send the request to.
Setup the DNS server or use IPs(not recommended): Samuel.
2006/10/10, Meidiana Ten :
Hi there, I really need help to solve error on my SerWEB when I'm trying to send offline message using IM. I don't understand what the problem is..When I check serctl moni, it shows some errors.
2(6006) get_record: lookup(_sip._udp.pcr.ac.id, 33) failed 2(6006) sip_resolvehost: no SRV record found for pcr.ac.id, trying
'normal'
lookup... 2(6006) ERROR: mk_proxy: could not resolve hostname: "pcr.ac.id" 2(6006) ERROR: uri2proxy: bad host name in URI 2(6006) ERROR: uri2sock: Can't create a dst proxy 2(6006) t_uac: no socket found 2(6006) ERROR: fifo_uac_error: Unresolvable destination (478/FIFO/UAC) 2(6006) **** done consume
Please show me the explanation. Can MSILO module store voice message for offline users? If it can, what application I can use to leave voice message? Is there any alternative way to send voice message without using SerWEB?
Thanx
Meidiana
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1�/min. _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
How low will we go? Check out Yahoo! Messenger�s low PC-to-Phone call rates.
Hi,
I have a running ser for some time. But now I want to use SER on a new server with totally different hardware and building from the newest sources.
I am using the "presence handbook" at http://ftp.iptel.org/pub/ser/presence/presence-handbook/ (please tell me if this is not updated and point me to the updated presence handbook)
Well, I compile the sources from CVS and try to run SER with my earlier ser.cfg However I get these errors:
# /usr/local/ser/sbin/ser -c 0(17184) ERROR: load_module: could not open module </usr/local/ser/lib/ser/modules/presence_b2b.so>: /usr/local/ser/lib/ser/modules/presence_b2b.so: undefined symbol: uri2sock 0(17184) parse error (35,13-14): failed to load module 0(17184) set_mod_param_regex: parameter <xcap_root> not found in module <rls> 0(17184) parse error (96,20-21): Can't set module parameter 0(17184) set_mod_param_regex: parameter <auth_xcap_root> not found in module <rls> 0(17184) parse error (97,20-21): Can't set module parameter 0(17184) set_mod_param_regex: No module matching <presence_b2b> found 0(17184) parse error (132,20-21): Can't set module parameter
So there is a problem with presence_b2b module ?
When I try to re-compile it I get this warning : (implicit declaration of function `uri2sock') # make ../../Makefile.modules:26: "you should run make from the main ser directory" gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -falign-loops -mcpu=athlon -DNAME='"ser"' -DVERSION='"0.10.99-dev49-dns_cache"' -DARCH='"i386"' -DOS='linux_' -DOS_QUOTED='"linux"' -DCOMPILER='"gcc 3.3.5"' -D__CPU_i386 -D__OS_linux -DSER_VER=10099 -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DDBG_QM_MALLOC -DUSE_DNS_CACHE -DUSE_DNS_FAILOVER -DUSE_DST_BLACKLIST -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DCC_GCC_LIKE_ASM -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_EPOLL -DHAVE_SIGIO_RT -DSIGINFO64_WORKARROUND -DHAVE_SELECT -I/usr/include/libxml2 -I/usr/local/include/libxml2 -I/usr/local/include -Wall -I../../lib -DSER -I../.. -c euac_funcs.c -o euac_funcs.o euac_funcs.c: In function `get_contact_hdr': euac_funcs.c:151: warning: implicit declaration of function `uri2sock' euac_funcs.c:152: warning: assignment makes pointer from integer without a cast
What is the problem and how can I solve it ?
I need help...
Thanks, ilker