[asterisk-users] Create a Dummy Extension

Tzafrir Cohen tzafrir.cohen at xorcom.com
Sun Feb 11 03:46:06 MST 2007


Hi

When posting a new message to the list, please 

On Sun, Feb 11, 2007 at 12:30:52PM +0200, Mohamed Farid wrote:
> Dear All :
> 
> I am new on Asterisk -
> And I want to create a dummy extension - I will forward all my
> extensions to it ...
> 
> this extension will answer the call and playback a voice message , wait
> 2 seconds then hang-up ...
> 
> How can I create this dummy extension ?

exten => 123456,1,Goto(othercontext,otherextension,1)

or:

exten => 123456,1,Dial(SIP/someuser)


The dialplan is intended to do all of this wiring, and much more.

The sample extensions.conf has a number of examples of such a Goto. And
I figure you should do some basic reading about the Asterisk dialplan:

http://voip-info.org/wiki/view/Asterisk+config+extensions.conf

> 
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
> This e-mail (including attachments) is classified as Mediterranean Smart Cards Company confidential and proprietary information 
> The recipient hereby is committed to hold in strict confidence the contents of this (e-mail, document, and information) and not to disclose to any third party without the prior written consent of Mediterranean Smart Cards Company. 
> Recipient will be held liable for any unauthorized disclosure.
> It is intended solely for the addressee. Unless you are the addressee, you may not read, copy, use or store this e-mail in any way, or permit others to. 
> If you have received it in error, please notify the sender by return e-mail and delete the message in its entirety, including any attachments
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 

List members, please follow ;-)

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:tzafrir at jabber.org
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com       
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir


More information about the asterisk-users mailing list