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 _______________________________________________ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
