[asterisk-users] Ring + Music on Hold in the same call
Danny Nicholas
danny at debsinc.com
Thu Jun 10 08:16:30 CDT 2010
Here is one way to do it (works in 1.4.22-1.4.30 at least)
exten => s,n,Dial(SIP/XXXX,10)
exten => s,n,Dial(SIP/XXXX,90,m(default))
This snippet will ring XXXX for 10 seconds with Ringing, then ring XXXX for
90 seconds or until answered with MOH.
_____
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Matteo Campana
Sent: Thursday, June 10, 2010 8:03 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Ring + Music on Hold in the same call
Hi list,
is there a way to achieve in asterisk (version 1.4.x) the behavior described
below?
* a caller place a call to an extension, and I want the caller hears
the extension ringing for some seconds, and then hears the music on hold (or
a courtesy message) in the same call;
* the called extension must continue to ring until answered.
With the m(...) option in the Dial command (like the example below) asterisk
provides only music on hold while the phone rings.
exten => s,n,Dial(SIP/XXXX,30,m(default))
I can not use queues because the requirements is to have 1 call and not a
lot of calls.
Thanks in advance,
Matteo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100610/a0f261c5/attachment-0001.htm
More information about the asterisk-users
mailing list