Matthew B Marlowe
2004-Feb-03  04:54 UTC
[Asterisk-Users] Playing announcement to called user prior toConfirmation
I wish 'A(x)' was available with AgentCallBackLogin!! :(
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Matteo
Brancaleoni
Sent: Tuesday, February 03, 2004 6:48 AM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Playing announcement to called user prior
toConfirmation
show application dial from asterisk cli:
<snip>
      't' -- allow the called user transfer the calling user
      'T' -- to allow the calling user to transfer the call.
      'r' -- indicate ringing to the calling party, pass no audio until
answered.
      'm' -- provide hold music to the calling party until answered.
      'H' -- allow caller to hang up by hitting *.
      'C' -- reset call detail record for this call.
      'P[(x)]' -- privacy mode, using 'x' as database if
provided.
      'g' -- goes on in context if the destination channel hangs up
      'A(x)' -- play an announcement to the called party, using x as
file
see last param ...
Matteo.
-- 
Matteo Brancaleoni
Espia System Administrator
Email : mbrancaleoni@espia.it
Web   : http://www.espia.it
Phone : +39 02 70633354      - ext 201
IAX(2): guest@213.140.14.155 - ext 201
Iaxtel: 1-700-56-62458       - ext 201
_______________________________________________
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
Matthew B Marlowe
2004-Feb-03  05:21 UTC
[Asterisk-Users] Playing announcement to called user prior toConfirmation
Does anyone know if this feature is actually implemented? I just tried
it with a Dial statement of mine and it doesn't play any file.  Doesn't
report any errors, and I'm sure the file exists.
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Matthew B
Marlowe
Sent: Tuesday, February 03, 2004 6:55 AM
To: asterisk-users@lists.digium.com
Subject: RE: [Asterisk-Users] Playing announcement to called user prior
toConfirmation
I wish 'A(x)' was available with AgentCallBackLogin!! :(
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Matteo
Brancaleoni
Sent: Tuesday, February 03, 2004 6:48 AM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Playing announcement to called user prior
toConfirmation
show application dial from asterisk cli:
<snip>
      't' -- allow the called user transfer the calling user
      'T' -- to allow the calling user to transfer the call.
      'r' -- indicate ringing to the calling party, pass no audio until
answered.
      'm' -- provide hold music to the calling party until answered.
      'H' -- allow caller to hang up by hitting *.
      'C' -- reset call detail record for this call.
      'P[(x)]' -- privacy mode, using 'x' as database if
provided.
      'g' -- goes on in context if the destination channel hangs up
      'A(x)' -- play an announcement to the called party, using x as
file
see last param ...
Matteo.
-- 
Matteo Brancaleoni
Espia System Administrator
Email : mbrancaleoni@espia.it
Web   : http://www.espia.it
Phone : +39 02 70633354      - ext 201
IAX(2): guest@213.140.14.155 - ext 201
Iaxtel: 1-700-56-62458       - ext 201
_______________________________________________
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
Matthew B Marlowe
2004-Feb-03  07:57 UTC
[Asterisk-Users] Playing announcement to called user prior toConfirmation
I have a Dial Statement and at the end ,m,A(transfer) but when the extension picks up it doesn't play anything -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of reseaux Sent: Tuesday, February 03, 2004 7:14 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Playing announcement to called user prior toConfirmation Dear Matthew yes it work great A(playmex) where playmex is gsm file in sound dir.. i have made some simple hack to app_dial.c to have a new option B(playmex) with it i can play a mex to the caller when the call is connected i use it to play a dtmf code... Thanks in advance Dimitri PS: if someone think is good option a send it On Tuesday 03 February 2004 12:21, Matthew B Marlowe wrote:> Does anyone know if this feature is actually implemented? I just tried > it with a Dial statement of mine and it doesn't play any file.Doesn't> report any errors, and I'm sure the file exists. > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Matthew B > Marlowe > Sent: Tuesday, February 03, 2004 6:55 AM > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] Playing announcement to called userprior> toConfirmation > > I wish 'A(x)' was available with AgentCallBackLogin!! :( > > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Matteo > Brancaleoni > Sent: Tuesday, February 03, 2004 6:48 AM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Playing announcement to called userprior> toConfirmation > > show application dial from asterisk cli: > > <snip> > > 't' -- allow the called user transfer the calling user > 'T' -- to allow the calling user to transfer the call. > 'r' -- indicate ringing to the calling party, pass no audiountil> answered. > 'm' -- provide hold music to the calling party until answered. > 'H' -- allow caller to hang up by hitting *. > 'C' -- reset call detail record for this call. > 'P[(x)]' -- privacy mode, using 'x' as database if provided. > 'g' -- goes on in context if the destination channel hangs up > 'A(x)' -- play an announcement to the called party, using x as > file > > see last param ... > > Matteo._______________________________________________ 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