If a caller dials an extension on my system it only rings 3 times and then goes to vioce mail. I have read somewhere that the number of rings is hardcoded somewhere. Could I alter my dialplan so that it rings an extension, then rings it again and then goes to voicemail?
Dial(target1&target2,seconds,options)
each target is a channel IE SIP/1234 or IAX2/provider/phonenumber, second is the option you want and options is usually blank
also do
show application dial
at the cli for more info
hope that helps!
thanks
I’ll try that. I’ll have to read the manual more carefully.
So would it be Dial(SIP/123,20,) or Dial(SIP/123,20)
Dial(SIP/123,20)