Re: [SR-Users] Call forwarding from external did

2014-02-12 Thread arun Jayaprakash
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

Re: [SR-Users] Call forwarding from external did

2014-02-10 Thread arun Jayaprakash
    # 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,

Re: [SR-Users] Call forwarding from external did

2014-02-10 Thread Fred Posner
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

Re: [SR-Users] Call Forwarding

2013-06-12 Thread Lucas Girard
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

Re: [SR-Users] Call Forwarding

2013-06-10 Thread Daniel-Constantin Mierla
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

Re: [SR-Users] Call Forwarding

2013-06-07 Thread Lucas Girard
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=

Re: [SR-Users] Call Forwarding

2013-06-07 Thread Daniel-Constantin Mierla
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