hi! I was wondering if the "i" extension works ,i mean i have included this in my extensions.conf ie exten => i,1,Answer exten => i,2,Playback(pbx-invalid) exten => i,3,Hangup but it doesn`t seem to work,i am getting no announcement when i dial an invalid no. rather i get the invalid tone (which we usually get on our analog phones at home) can someone help??? Thanx
amna saleem wrote:> hi! > I was wondering if the "i" extension works ,i mean i have included > this in my extensions.conf ie > exten => i,1,Answer > exten => i,2,Playback(pbx-invalid) > exten => i,3,Hangup > > but it doesn`t seem to work,i am getting no announcement when i dial > an invalid no. rather i get the invalid tone (which we usually get on > our analog phones at home) > can someone help???if you've already answered the call earlier, you don't need to Answer it again in the invalid context. flynn
On April 13, 2005 12:35 am, amna saleem wrote:> I was wondering if the "i" extension works ,i mean i have included > this in my extensions.conf ie > exten => i,1,Answer > exten => i,2,Playback(pbx-invalid) > exten => i,3,HangupYou've already answered the call; no need to answer again, although it won't hurt. Make sure that these lines are either in the same context that your call is executing within, or that it is included in that context. -A.