Fred, thanks for your suggestion. Set the var(found) flag and uncommented the
lines, works good.
Regards,
Arun
From: Fred Posner
To: sr-users@lists.sip-router.org
Sent: Monday, February 10, 2014 3:08 PM
Subject: Re: [SR-Users] Call forwarding from external
# only local users allowed to call
# if((from_uri!=myself)) {
# sl_send_reply("403", "Not Allowed");
# exit;
# }
Regards,
Arun
________
From: Fred Posner
To: sr-users@lists.sip-router.org
Sent: Monday, February 10,
On 02/10/2014 04:00 PM, arun Jayaprakash wrote:
Hello, I have set up call forwarding in Kamailio using user_preference
table. When I make a call from a local extension the callfwd funcition
works. The call gets forwarded to an external did number. The problem
happens when and external call ( from
It's done Daniel, I have added the notes to the wiki.
Regards,
Lucas Girard
On Mon, 2013-06-10 at 09:10 +0200, Daniel-Constantin Mierla wrote:
> Hello,
>
> really appreciating such feedback, it will help others looking for
> same solution.
>
> If you don't mind and have time, you can add it as
Hello,
really appreciating such feedback, it will help others looking for same
solution.
If you don't mind and have time, you can add it as a mini-howto in the wiki:
- http://www.kamailio.org/wiki/tutorials/mini-howto-admin/main
Cheers,
Daniel
On 6/7/13 5:28 PM, Lucas Girard wrote:
Thanks D
Thanks Daniel!
I have configured and its working fine.
I am adding details in case someone else needs the same:
Setup:
loadmodule "avpops.so"
modparam("avpops","db_url","mysql://openser:openserrw@localhost/kamailio")
modparam("avpops","avp_table","usr_preferences")
*33 to enable:
if ($rU=
Hello,
you can do call forwarding with kamailio, no problem. In config file you
have to execute call forwarding actions before handling user location.
You have to store somewhere the details, one way is in usr_preferences
table and then load the new address with avpops. You can store in any