[asterisk-commits] rizzo: branch rizzo/video_v2 r82756 - /team/rizzo/video_v2/configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 18 11:00:18 CDT 2007
Author: rizzo
Date: Tue Sep 18 11:00:17 2007
New Revision: 82756
URL: http://svn.digium.com/view/asterisk?view=rev&rev=82756
Log:
add a useful entry to dial SIP/... directly from the CLI
Modified:
team/rizzo/video_v2/configs/extensions.conf.sample
Modified: team/rizzo/video_v2/configs/extensions.conf.sample
URL: http://svn.digium.com/view/asterisk/team/rizzo/video_v2/configs/extensions.conf.sample?view=diff&rev=82756&r1=82755&r2=82756
==============================================================================
--- team/rizzo/video_v2/configs/extensions.conf.sample (original)
+++ team/rizzo/video_v2/configs/extensions.conf.sample Tue Sep 18 11:00:17 2007
@@ -579,3 +579,10 @@
; "core show functions" will list all dialplan functions
; "core show function <COMMAND>" will show you more information about
; one function. Remember that function names are UPPER CASE.
+
+[default](+) ; used for console
+ ; the following is useful to dial a SIP url from the console, with
+ ; "console dial SIP/n at foo.bar:portnumber"
+ ; (remember to set "overridecontext=yes" in oss.conf
+ exten => _[sS][iI][pP].,1,Dial(${EXTEN:},,r)
+
More information about the asterisk-commits
mailing list