Hi,
I added "uac.so" module to be able to use "uac_replace_from" but got the following error. I tried to initialized the module params I could think of. I am wondering what I am missing .
Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:avpops:avpops_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:uac:mod_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:uac:mod_init: 'append_fromtag' RR param is not enabled! - required by AUTO restore mode Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:init_mod: failed to initialize module uac Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:main: error while initializing modules
Thanks, Alex
_________________________________________________________________ When your life is on the go—take your life with you. http://clk.atdmt.com/MRT/go/115298558/direct/01/
MAke sure to set http://www.kamailio.org/docs/modules/devel/rr#append-fromtag-id to 1 and to load RR module before uac module.
regards klaus
Alex R.S.M schrieb:
Hi,
I added "uac.so" module to be able to use "uac_replace_from" but got the following error. I tried to initialized the module params I could think of. I am wondering what I am missing .
Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:avpops:avpops_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:uac:mod_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:uac:mod_init: 'append_fromtag' RR param is not enabled! - required by AUTO restore mode Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:init_mod: failed to initialize module uac Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:main: error while initializing modules
Thanks, Alex
When your life is on the go—take your life with you. Try Windows Mobile® today http://clk.atdmt.com/MRT/go/115298558/direct/01/
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
I was able to eleminate the error message by changing this value:
modparam("rr", "append_fromtag", 1)
However, "uac_replace_from" function does not change my FROM field.
Thanks, Alex
From: alex_rsm@hotmail.com To: users@lists.kamailio.org Date: Tue, 28 Oct 2008 09:12:03 -0400 Subject: [Kamailio-Users] error when initilazing "uac.so"
Hi,
I added "uac.so" module to be able to use "uac_replace_from" but got the following error. I tried to initialized the module params I could think of. I am wondering what I am missing .
Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:avpops:avpops_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:uac:mod_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:uac:mod_init: 'append_fromtag' RR param is not enabled! - required by AUTO restore mode Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:init_mod: failed to initialize module uac Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:main: error while initializing modules
Thanks, Alex
When your life is on the go—take your life with you. Try Windows Mobile® today
_________________________________________________________________ Want to read Hotmail messages in Outlook? The Wordsmiths show you how. http://windowslive.com/connect/post/wedowindowslive.spaces.live.com-Blog-cns...
Hi Alex, where are you checking that? If you are trying to debug using xlog messages you should use tcpdump or ngrep to see sip packages. Please post your uac_replace_from config line and logs.
Regards,
Gustavo
On Tue, Oct 28, 2008 at 12:03 PM, Alex R. S. M alex_rsm@hotmail.com wrote:
I was able to eleminate the error message by changing this value:
modparam("rr", "append_fromtag", 1)
However, "uac_replace_from" function does not change my FROM field.
Thanks, Alex
From: alex_rsm@hotmail.com To: users@lists.kamailio.org Date: Tue, 28 Oct 2008 09:12:03 -0400 Subject: [Kamailio-Users] error when initilazing "uac.so"
Hi,
I added "uac.so" module to be able to use "uac_replace_from" but got the following error. I tried to initialized the module params I could think of. I am wondering what I am missing .
Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:avpops:avpops_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:uac:mod_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:uac:mod_init: 'append_fromtag' RR param is not enabled! - required by AUTO restore mode Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:init_mod: failed to initialize module uac Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:main: error while initializing modules
Thanks, Alex
When your life is on the go—take your life with you. Try Windows Mobile(R) today http://clk.atdmt.com/MRT/go/115298558/direct/01/
Want to read Hotmail messages in Outlook? The Wordsmiths show you how. Learn Nowhttp://windowslive.com/connect/post/wedowindowslive.spaces.live.com-Blog-cns%2120EE04FBC541789%21167.entry?ocid=TXT_TAGLM_WL_hotmail_092008
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Here is part of my config file
xlog ("perl failed"); uac_replace_from("sip:8183740001@test.org"); xlog ("fu after perl: $fu");
The log shows no change is made to FROM field.
Date: Tue, 28 Oct 2008 12:15:03 -0200 From: gmistrinelli@gmail.com To: alex_rsm@hotmail.com Subject: Re: [Kamailio-Users] error when initilazing "uac.so" CC: users@lists.kamailio.org
Hi Alex, where are you checking that? If you are trying to debug using xlog messages you should use tcpdump or ngrep to see sip packages. Please post your uac_replace_from config line and logs.
Regards,
Gustavo
On Tue, Oct 28, 2008 at 12:03 PM, Alex R. S. M alex_rsm@hotmail.com wrote:
I was able to eleminate the error message by changing this value:
modparam("rr", "append_fromtag", 1)
However, "uac_replace_from" function does not change my FROM field.
Thanks, Alex
From: alex_rsm@hotmail.com To: users@lists.kamailio.org Date: Tue, 28 Oct 2008 09:12:03 -0400
Subject: [Kamailio-Users] error when initilazing "uac.so"
Hi,
I added "uac.so" module to be able to use "uac_replace_from" but got the following error. I tried to initialized the module params I could think of. I am wondering what I am missing .
Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:avpops:avpops_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:uac:mod_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:uac:mod_init: 'append_fromtag' RR param is not enabled! - required by AUTO restore mode
Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:init_mod: failed to initialize module uac Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:main: error while initializing modules
Thanks, Alex
When your life is on the go—take your life with you. Try Windows Mobile® today
Want to read Hotmail messages in Outlook? The Wordsmiths show you how. Learn Now
_______________________________________________
Users mailing list
Users@lists.kamailio.org
http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Alex, you can't see from changes with xlog, you must debug it using another tool. Your uac_replace_from line seems to be fine. To debug yourself try :
*tcpdump -i any -s0 -A -w /tmp/uac_replace.pkt port 5060* And then open uac_replace.pkt file with wireshark.
or * ngrep -d any -qt -W byline port 5060* and you can see sip messages
Cheers, Gustavo On Tue, Oct 28, 2008 at 12:39 PM, Alex R. S. M alex_rsm@hotmail.com wrote:
Here is part of my config file
xlog ("perl failed"); uac_replace_from("sip:8183740001@test.org <sip%3A8183740001@test.org>
"); xlog ("fu after perl: $fu");
The log shows no change is made to FROM field.
Date: Tue, 28 Oct 2008 12:15:03 -0200 From: gmistrinelli@gmail.com To: alex_rsm@hotmail.com Subject: Re: [Kamailio-Users] error when initilazing "uac.so" CC: users@lists.kamailio.org
Hi Alex, where are you checking that? If you are trying to debug using xlog messages you should use tcpdump or ngrep to see sip packages. Please post your uac_replace_from config line and logs.
Regards,
Gustavo
On Tue, Oct 28, 2008 at 12:03 PM, Alex R. S. M alex_rsm@hotmail.comwrote:
I was able to eleminate the error message by changing this value:
modparam("rr", "append_fromtag", 1)
However, "uac_replace_from" function does not change my FROM field.
Thanks, Alex
From: alex_rsm@hotmail.com To: users@lists.kamailio.org Date: Tue, 28 Oct 2008 09:12:03 -0400 Subject: [Kamailio-Users] error when initilazing "uac.so"
Hi,
I added "uac.so" module to be able to use "uac_replace_from" but got the following error. I tried to initialized the module params I could think of. I am wondering what I am missing .
Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:avpops:avpops_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: INFO:uac:mod_init: initializing... Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:uac:mod_init: 'append_fromtag' RR param is not enabled! - required by AUTO restore mode Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:init_mod: failed to initialize module uac Oct 28 08:58:01 lab-linux01 /sbin/kamailio[14014]: ERROR:core:main: error while initializing modules
Thanks, Alex
When your life is on the go—take your life with you. Try Windows Mobile(R) today http://clk.atdmt.com/MRT/go/115298558/direct/01/
Want to read Hotmail messages in Outlook? The Wordsmiths show you how. Learn Nowhttp://windowslive.com/connect/post/wedowindowslive.spaces.live.com-Blog-cns%2120EE04FBC541789%21167.entry?ocid=TXT_TAGLM_WL_hotmail_092008
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
-- Gustavo Mistrinelli
You live life beyond your PC. So now Windows goes beyond your PC. See howhttp://clk.atdmt.com/MRT/go/115298556/direct/01/