Re: [Freeswitch-users] How to initiate a call without dialing

2009-07-22 Thread Eli Hayun
Szymon Olko wrote:
> Eli Hayun pisze:
>   
>> Raymond Chandler wrote:
>> 
>>> Eli Hayun wrote:
>>>   
>>>   
 Is there is a way to initiate a call without making any dial manually?
   
 
 
>>> i think the api command "originate" is what you're looking for
>>>
>>> -Ray
>>>
>>> ___
>>>   
>>>   
>> Thanks, I figure that out, but now I have another problem. When I do
>> that, the name display as "FreeSwitch" and the number is display as
>> "000"
>> I tried to set "outbound_caller_name" with no success.
>> How should I solve that?
>>
>> Thanks
>> Eli
>>
>> 
> Read wiki, it explains a lot.
>
> http://wiki.freeswitch.org/wiki/Mod_commands#originate
>
> use it like that:
> originate sofia/internal/1001%192.168.1.1 3001 XML default Name 1213232
>
> OR
>
> originate sofia/internal/1001%192.168.1.1 &conference(test) '' '' Name 1213232
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>   
Thanks alot. Its working now.

Eli


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How to initiate a call without dialing

2009-07-22 Thread Szymon Olko
Eli Hayun pisze:
> Raymond Chandler wrote:
>> Eli Hayun wrote:
>>   
>>> Is there is a way to initiate a call without making any dial manually?
>>>   
>>> 
>> i think the api command "originate" is what you're looking for
>>
>> -Ray
>>
>> ___
>>   
> Thanks, I figure that out, but now I have another problem. When I do
> that, the name display as "FreeSwitch" and the number is display as
> "000"
> I tried to set "outbound_caller_name" with no success.
> How should I solve that?
> 
> Thanks
> Eli
> 
Read wiki, it explains a lot.

http://wiki.freeswitch.org/wiki/Mod_commands#originate

use it like that:
originate sofia/internal/1001%192.168.1.1 3001 XML default Name 1213232

OR

originate sofia/internal/1001%192.168.1.1 &conference(test) '' '' Name 1213232

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How to initiate a call without dialing

2009-07-22 Thread Eli Hayun
Raymond Chandler wrote:
> Eli Hayun wrote:
>   
>> Is there is a way to initiate a call without making any dial manually?
>>   
>> 
> i think the api command "originate" is what you're looking for
>
> -Ray
>
> ___
>   
Thanks, I figure that out, but now I have another problem. When I do
that, the name display as "FreeSwitch" and the number is display as
"000"
I tried to set "outbound_caller_name" with no success.
How should I solve that?

Thanks
Eli

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How to initiate a call without dialing

2009-07-21 Thread Raymond Chandler
Eli Hayun wrote:
> Is there is a way to initiate a call without making any dial manually?
>   
i think the api command "originate" is what you're looking for

-Ray

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] How to initiate a call without dialing

2009-07-21 Thread Eli Hayun
Is there is a way to initiate a call without making any dial manually?
Suppose that I want to initiate a call let say every day at 17:00, is
there is a way to do it?

Eli



___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org