[Freeswitch-users] How to initiate a call without dialing
Szymon Olko
solko at gcdf.pl
Wed Jul 22 01:06:01 PDT 2009
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
> "00000000000"
> 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
More information about the FreeSWITCH-users
mailing list