[Freeswitch-users] Dial phone number + extension?
Michael S Collins
msc at freeswitch.org
Wed Aug 26 19:15:45 PDT 2009
Sent from my iPhone
On Aug 26, 2009, at 6:00 PM, "Lars Zeb" <larclap at yahoo.com> wrote:
> Is there a way to dial an external 10-digit phone number, wait a
> second or two after connecting, and then dial a 4-digit extension?
>
>
From the CLI:
originate sofia/gateway/mygw/1234567890 1234
As for the short pause you could put that in the Dialplan entry for
ext 1234 or you could even do an inline Dialplan instead of just 1234
as the second arg to originate.
originate sofia/foo/1234567890 sleep:2000,transfer:1234 inline
Search the wiki for "inline dialplan" to learn more about this handy
feature
-MC
>
>
> Thanks, Lars
>
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
More information about the FreeSWITCH-users
mailing list