View previous topic :: View next topic |
Author |
Message |
msc at freeswitch.org Guest
|
Posted: Tue Dec 16, 2008 11:08 am Post subject: [Freeswitch-users] Speed Dial Emulation |
|
|
Do you need something just for one extension? Or system wide?
If it's system wide then all you need is an extension that matches a
condition like this:
<condition field="destination_number" expression="^1$">
Anyone who dials just a single digit 1 will go to this Dialplan entry.
From there you can have it bridge to whatever endpoint you like.
-MC
Sent from my iPhone
On Dec 15, 2008, at 7:45 AM, jflowers <jflowers@ezo.net> wrote:
_______________________________________________
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 |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Dec 16, 2008 11:24 am Post subject: [Freeswitch-users] Speed Dial Emulation |
|
|
Tie that to the db application and you'll have it.
/b
On Dec 16, 2008, at 10:04 AM, Michael S Collins wrote:
Quote: | Do you need something just for one extension? Or system wide?
If it's system wide then all you need is an extension that matches a
condition like this:
<condition field="destination_number" expression="^1$">
Anyone who dials just a single digit 1 will go to this Dialplan entry.
From there you can have it bridge to whatever endpoint you like.
-MC
Sent from my iPhone
|
_______________________________________________
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 |
|
|
jflowers at ezo.net Guest
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Dec 16, 2008 3:14 pm Post subject: [Freeswitch-users] Speed Dial Emulation |
|
|
Its called "db" check the default dialplan for the insert and
select examples
/b
On Dec 16, 2008, at 1:56 PM, jflowers wrote:
Quote: |
What db application (hint hint)?
So maybe what I have to do is "^\d$" and lookup $1 in a db to find the
number to dial?
|
_______________________________________________
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 |
|
|
|