]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Dialplan: redial as destination number for the redial ext
authorMathieu Parent <math.parent@gmail.com>
Sat, 10 Apr 2010 18:14:07 +0000 (20:14 +0200)
committerMathieu Parent <math.parent@gmail.com>
Sat, 10 Apr 2010 18:14:07 +0000 (20:14 +0200)
conf/dialplan/default.xml

index aeff57d4073b382991aa0b23ebcbeeea20c78d0b..f03fdad84e6e4195ea05ce5cabc1556b3fb34c9e 100644 (file)
     </extension>
 
     <extension name="redial">
-      <condition field="destination_number" expression="^870$">
+      <condition field="destination_number" expression="^(redial|870)$">
        <action application="transfer" data="${hash(select/${domain_name}-last_dial/${caller_id_number})}"/>
       </condition>
     </extension>