[asterisk-users] Playback in h extension

2010-03-05 Thread Anahi Ludueña

Hi people, I'm trying to execute the PlayBack command in the h extension... but 
it is not played... is it possible to do that?Thanks,
Anahi





Anahi Ludueña
 

  
_
Ahora Messenger en tu Blackberry® 8520 con Movistar por 0 €. ¿A qué esperas?
http://serviciosmoviles.es.msn.com/messenger/blackberry.aspx-- 
_
-- 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] Playback in h extension

2010-03-05 Thread Danny Nicholas
Not possible.  H exten is called by a hangup.

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Anahi Ludueña
Sent: Friday, March 05, 2010 8:18 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Playback in h extension

 

Hi people, I'm trying to execute the PlayBack command in the h extension...
but it is not played... is it possible to do that?

Thanks,

 

Anahi

  _  

 

Anahi Ludueña

 

 

 

  _  

¿Te gustaría tener Hotmail en tu móvil Movistar? ¡Es gratis!
<http://serviciosmoviles.es.msn.com/hotmail/movistar-particulares.aspx> 

-- 
_
-- 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] Playback in h extension

2010-03-05 Thread Christian Victor
2010/3/5 Danny Nicholas :
> Not possible.  H exten is called by a hangup.

Well - sometimes not both parties hang up at the same time. ;-) If you
want to play something to the originating party after die Dial()ed
party hangs up use the option "g" in the Dial command to get more
commands executed after the called party hangs up. There you could
check the system variable DIALSTATUS to check if the called party
ANSWERed the call or was BUSY etc.

I hope that helps a bit. I just wrote it from the back of my mind.
Please check the documentation of the Dial command.

If you are not in a Dial() situation Danny's comment applies. ;-)

Chris

-- 
_
-- 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