search for: u3278

Displaying 1 result from an estimated 1 matches for "u3278".

Did you mean: 3278
2004 Jun 07
3
dialplan experts needed
...quot;555". I want an incoming call to try to ring ext. 1000, if 1000 is busy, then ring 2000, if 2000 is also busy than ring Voicemail. Here is what I have now and it seems to work okay: exten => 555,1,Dial(SIP/1000,30) exten => 555,102,Dial(SIP/2000,30) exten => 555,103,VoiceMail2(u3278) exten => 555,104,Hangup exten => 555,2,VoiceMail2(u3278) exten => 555,3,Hangup Is this correct? What if there were a third SIP device "3000" ? Would it look like: exten => 555,1,Dial(SIP/1000,30) exten => 555,102,Dial(SIP/2000,30) exten => 555,103,Dial(SIP/3000,30)...