Re: [Freeswitch-users] How to pick up someone's phone remotely.

2009-11-13 Thread Piotr Żurek
Hello again. My problems evolve, because I didn't know all these functions in FS are so much dependent on each other. But I'm learning fast... The scenario I written about before appears to be too much simplified version of what I need to achieve. In fact, below scenario and solution works OK

Re: [Freeswitch-users] How to pick up someone's phone remotely.

2009-11-12 Thread Piotr Żurek
Thank You for such an elegant and simple solution that I have not thought about. With an exception that I'm using FS 1.0.4 right now and it appears that something changed in time and following line should use hash instead of db (when using default 1.0.4 FS config): action application="set"

Re: [Freeswitch-users] How to pick up someone's phone remotely.

2009-11-11 Thread Kristian Kielhofner
It's also configurable on some phones... As Brian said, welcome to VoIP! ;) On Tue, Nov 10, 2009 at 5:23 PM, Brian West br...@freeswitch.org wrote: That depends on the phone... some let you do it.. some don't... WELCOME TO VOIP!!! /b -- Kristian Kielhofner http://www.astlinux.org

Re: [Freeswitch-users] How to pick up someone's phone remotely.

2009-11-10 Thread Brian West
Please see the global-intercept example in the default config. /b On Nov 10, 2009, at 9:01 AM, Piotr Żurek wrote: Hello. Thank You developers for Freeswitch. I have installed it lately and it's working quite nicely, but I have one problem: I need to mimic behavior of my current

Re: [Freeswitch-users] How to pick up someone's phone remotely.

2009-11-10 Thread Ognjen Seslija
Add the following: action application=set data=execute_on_answer=db delete/${domain_name}-last_dial/${called_party_callgroup}/${uuid}/. after action application=db data=insert/${domain_name}-last_dial/${called_party_callgroup}/${uuid}/ in local extensions default example, or change it

Re: [Freeswitch-users] How to pick up someone's phone remotely.

2009-11-10 Thread Nandy Dagondon
just change the dialplan/default.xml as mentioned by brian but i think you can't use # as the first key 'cuz it normally used as a Send key. you may change # to * (star key). On Wed, Nov 11, 2009 at 12:06 AM, Ognjen Seslija osesl...@gmail.com wrote: Add the following: action application=set

Re: [Freeswitch-users] How to pick up someone's phone remotely.

2009-11-10 Thread Brian West
That depends on the phone... some let you do it.. some don't... WELCOME TO VOIP!!! /b On Nov 10, 2009, at 3:48 PM, Nandy Dagondon wrote: just change the dialplan/default.xml as mentioned by brian but i think you can't use # as the first key 'cuz it normally used as a Send key. you may