[asterisk-bugs] [JIRA] (ASTERISK-27789) how to add/use * and # key instead of number's 0 to 9
avg ravindran (JIRA)
noreply at issues.asterisk.org
Tue Apr 3 23:37:51 CDT 2018
avg ravindran created ASTERISK-27789:
----------------------------------------
Summary: how to add/use * and # key instead of number's 0 to 9
Key: ASTERISK-27789
URL: https://issues.asterisk.org/jira/browse/ASTERISK-27789
Project: Asterisk
Issue Type: Information Request
Security Level: None
Components: Features
Affects Versions: 1.8.28.2
Environment: openSUSE 13.1
Reporter: avg ravindran
Severity: Critical
[tt]
exten => s,1,Answer()
exten => s,n,Background(pp/welcomepphin)
exten => s,n,WaitExten(2)
exten => t,1,Playback(pp/mainoresponse) (the playback will play press * for languag selection, Press # to connect our tech support(non-pilot number))
exten => t,*,GoTo(pp-hin,s,1,1)
exten => t,#,Dial(DAHDI/2/98XXXXXXXX)
Please help in writting these dialplan
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list