Displaying 2 results from an estimated 2 matches for "friessnegg".
Did you mean:
friessnegger
2007 Jun 13
1
advanced asterisk logging
Hi all
Asterisk is logging every call in
/var/log/asterisk/cdr-csv/Master.csv in a format like this::
"","frisi","s","<last extension>","""005572908060frisi""
<friessnegger>","SIP/sebastianstrasse.at-1be7fab0","","BackGround",
"loccata/6308384b6bc39696f05ef4c9ad1e7ea0","2007-02-16 15:56:07","2007-02-16
15:56:07","2007-02-16 15:56:41",34,34,"ANSWERED","DOCUMENTATION"
th...
2007 Jul 27
0
Keep playing Background while dialling invalid dtmf extensions
hi asterisk users
How can i make asterisk "ignore" invalid extensions, and go on playing the
background soundfile?
Normally, asteriks will take the user to the invalid extension if the caller
presses anything other than 1 or 2 in the following context::
[example]
exten => s,1,Answer()
exten => s,2,Background(hello-world)
exten => s,n,Goto(s,2)
exten =>