Re: [asterisk-users] Dial(Local/...) vs. Goto()?

2011-02-18 Thread Faisal Hanif
The difference you will feel when using callback files or AMI.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gilles
Sent: Friday, February 18, 2011 1:31 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Dial(Local/...) vs. Goto()?

Hello,

I was wondering: What does Dial(Local/...) offer that a Goto() doesn't?

For instance:

;exten = h,n,Goto(callback,start)
exten = h,n,Dial(Local/start@callback)

[callback]
exten = start,1,Verbose(In callback)


Thank you.


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to
Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] Dial(Local/...) vs. Goto()?

2011-02-18 Thread Gilles
On Fri, 18 Feb 2011 14:10:54 +0500, Faisal Hanif fai...@vopium.com
wrote:
The difference you will feel when using callback files or AMI.

Thanks Faisal.

Two of the most common areas where Local channels are used include
members configured for queues, and in use with callfiles. There are
also other uses where you want to ring two destinations, but with
different information, such as different callerID for each outgoing
request.
https://wiki.asterisk.org/wiki/display/AST/Introduction+to+Local+Channels


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] Dial(Local/[EMAIL PROTECTED])?

2007-03-23 Thread Rizwan Hisham

OK, but y would i want to use it. i mean y not use goto and y this? and what
dialout files are you talking about?

On 3/20/07, Marco Mouta [EMAIL PROTECTED] wrote:


Hi,

This is a tool that allows you at any time and any place of your
Dialplan or Dialout Call file to dial a specific extension at a specific
context, even if you are not currently in the specific context.

example:

you are at [from-internal] context and you can say:

[from-internal]
exten= 1234,1,Dial(Local/[EMAIL PROTECTED]) ; Dialing in VIP services,
another context, without a GOTO or something else...
exten= 1234,2,hangup

This is just a simple example, pls take a look on dialout call files and
for sure you will notice how useful this local could be.

Hope it helps,

Best regards,
MoutaPT


On 3/19/07, Philipp Kempgen [EMAIL PROTECTED] wrote:

 Rizwan Hisham wrote:

  I dont understand the syntax of the dial application when used like
 this:
 
  Dial(Local/[EMAIL PROTECTED])
 
  i want to know what is this Local doing instead of Tech like SIP,
 IAX,
  H323?

 SIP/200 would dial a device (the SIP user 200) whereas
 Local/200 dials the extension 200 in your dialplan (in
 context longdistance).


 Regards,
   Philipp

 --
 amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
  Let's use IT to solve problems and not to create new ones.
Asterisk? - http://www.das-asterisk-buch.de

 Geschäftsführer: Stefan Wintermeyer
 Handelsregister: Neuwied B 14998
 ___
 --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




--
Esta mensagem (incluindo quaisquer anexos) pode conter informação
confidencial para uso exclusivo do destinatário. Se não for o destinatário
pretendido, não deverá usar, distribuir ou copiar este e-mail. Se recebeu
esta mensagem por engano, por favor informe o emissor e elimine-a
imediatamente. Obrigado.

This e-mail message is intended only for individual(s) to whom it is
addressed and may contain information that is privileged, confidential,
proprietary, or otherwise exempt from disclosure under applicable law. If
you believe you have received this message in error, please advise the
sender by return e-mail and delete it from your mailbox. Thank you.
___
--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





--
Regards
Rizwan Hisham
Software Engineer
___
--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


Re: [asterisk-users] Dial(Local/[EMAIL PROTECTED])?

2007-03-19 Thread Philipp Kempgen
Rizwan Hisham wrote:

 I dont understand the syntax of the dial application when used like this:
 
 Dial(Local/[EMAIL PROTECTED])
 
 i want to know what is this Local doing instead of Tech like SIP, IAX,
 H323?

SIP/200 would dial a device (the SIP user 200) whereas
Local/200 dials the extension 200 in your dialplan (in
context longdistance).


Regards,
  Philipp

-- 
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
 Let's use IT to solve problems and not to create new ones.
   Asterisk? - http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998
___
--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


Re: [asterisk-users] Dial(Local/[EMAIL PROTECTED])?

2007-03-19 Thread Marco Mouta

Hi,

This is a tool that allows you at any time and any place of your Dialplan
or Dialout Call file to dial a specific extension at a specific context,
even if you are not currently in the specific context.

example:

you are at [from-internal] context and you can say:

[from-internal]
exten= 1234,1,Dial(Local/[EMAIL PROTECTED]) ; Dialing in VIP services,
another context, without a GOTO or something else...
exten= 1234,2,hangup

This is just a simple example, pls take a look on dialout call files and for
sure you will notice how useful this local could be.

Hope it helps,

Best regards,
MoutaPT


On 3/19/07, Philipp Kempgen [EMAIL PROTECTED] wrote:


Rizwan Hisham wrote:

 I dont understand the syntax of the dial application when used like
this:

 Dial(Local/[EMAIL PROTECTED])

 i want to know what is this Local doing instead of Tech like SIP, IAX,
 H323?

SIP/200 would dial a device (the SIP user 200) whereas
Local/200 dials the extension 200 in your dialplan (in
context longdistance).


Regards,
  Philipp

--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
 Let's use IT to solve problems and not to create new ones.
   Asterisk? - http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998
___
--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





--
Esta mensagem (incluindo quaisquer anexos) pode conter informação
confidencial para uso exclusivo do destinatário. Se não for o destinatário
pretendido, não deverá usar, distribuir ou copiar este e-mail. Se recebeu
esta mensagem por engano, por favor informe o emissor e elimine-a
imediatamente. Obrigado.

This e-mail message is intended only for individual(s) to whom it is
addressed and may contain information that is privileged, confidential,
proprietary, or otherwise exempt from disclosure under applicable law. If
you believe you have received this message in error, please advise the
sender by return e-mail and delete it from your mailbox. Thank you.
___
--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


Re: [Asterisk-Users] Dial (Local/.....)

2005-02-16 Thread Peter Bowyer
On Wed, 16 Feb 2005 03:40:38 +0330, mohammad [EMAIL PROTECTED] wrote:
  
 I saw several examples of Dial app with the format:
  
Dial(Local/..)
  
 Anybody knows what the Local technology means?

Did you try the WiKi? Or Google?

http://www.google.com/search?q=asterisk+local

-- 
Peter Bowyer
Email: [EMAIL PROTECTED]
Tel: +44 1296 768003
VoIP: sip:[EMAIL PROTECTED]
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Dial (Local/.....)

2005-02-16 Thread Bill Seddon

Mondial Software Limited
020 7043 2795
www.mondialsoftware.com


Click here to view our presentation of Cash Controller showing its
forecasting and automated bank reconciliation features


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter Bowyer
Sent: February 16, 2005 12:30 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Dial (Local/.)

On Wed, 16 Feb 2005 03:40:38 +0330, mohammad [EMAIL PROTECTED] wrote:
  
 I saw several examples of Dial app with the format:
  
Dial(Local/..)
  
 Anybody knows what the Local technology means?

Did you try the WiKi? Or Google?

http://www.google.com/search?q=asterisk+local

-- 
Peter Bowyer
Email: [EMAIL PROTECTED]
Tel: +44 1296 768003
VoIP: sip:[EMAIL PROTECTED]
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




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


Re: [Asterisk-Users] Dial (Local/.....)

2005-02-16 Thread C F
Are you paying me? Did I ask you to do this? Did you get permission
from all 10,000 to do this?


On Wed, 16 Feb 2005 13:40:41 -, Bill Seddon
[EMAIL PROTECTED] wrote:
 
 Mondial Software Limited
 020 7043 2795
 www.mondialsoftware.com
 
 Click here to view our presentation of Cash Controller showing its
 forecasting and automated bank reconciliation features

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