View previous topic :: View next topic |
Author |
Message |
elihayun at gmail.com Guest
|
|
Back to top |
|
|
intralanman at freeswi... Guest
|
|
Back to top |
|
|
elihayun at gmail.com Guest
|
Posted: Wed Jul 22, 2009 2:28 am Post subject: [Freeswitch-users] How to initiate a call without dialing |
|
|
Raymond Chandler wrote:
Quote: | Eli Hayun wrote:
Quote: | 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
_______________________________________________
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 |
|
Back to top |
|
|
solko at gcdf.pl Guest
|
Posted: Wed Jul 22, 2009 3:11 am Post subject: [Freeswitch-users] How to initiate a call without dialing |
|
|
Eli Hayun pisze:
Quote: | Raymond Chandler wrote:
Quote: | Eli Hayun wrote:
Quote: | 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
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 |
|
Back to top |
|
|
elihayun at gmail.com Guest
|
|
Back to top |
|
|
|