Hi list, I am dialing from one zap channel to a second zap channel. Is there a way to keep the channel I am dialing to from generating a ringback tone. Sorry if this is obvious but I have been looking for a day trying to find an example of how to do this. Thanks, Steve -- "They that give up essential liberty to obtain temporary safety, deserve neither liberty nor safety." (Ben Franklin) "The course of history shows that as a government grows, liberty decreases." (Thomas Jefferson)
On January 20, 2005 02:15 pm, Steve Clark wrote:> I am dialing from one zap channel to a second zap channel. Is there a way > to keep the channel I am dialing to from generating a ringback tone.exten => 1,Dial(Zap/1) should not generate ringback... exten => 1,Dial(Zap/1,,r) should generate ringback. -A.
On January 20, 2005 02:24 pm, Andrew Kohlsmith wrote:> On January 20, 2005 02:15 pm, Steve Clark wrote: > > I am dialing from one zap channel to a second zap channel. Is there a way > > to keep the channel I am dialing to from generating a ringback tone. > > exten => 1,Dial(Zap/1) > > should not generate ringback... > > exten => 1,Dial(Zap/1,,r) > > should generate ringback.Apparently I am mistaken -- my apologies. It came up in #asterisk that you might be able to just Dial() with music on hold playing a "silent" file. -A.
Andrew Kohlsmith wrote:> On January 20, 2005 02:15 pm, Steve Clark wrote: > >>I am dialing from one zap channel to a second zap channel. Is there a way >>to keep the channel I am dialing to from generating a ringback tone. > > > exten => 1,Dial(Zap/1) > > should not generate ringback... > > exten => 1,Dial(Zap/1,,r) > > should generate ringback.You are wrong. "r" generates ringback regardless of what it should be generating. Without "r" Asterisk will generate ringback when it thinks it should. i.e. when it gets a progress message or the correct SIP response.