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:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]       
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to