search for: su12345

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

Did you mean: sku12345
2006 Feb 11
4
Problem with Wait() and chan_capi-cm?
...not at my desk, the sip-phone is switched off. I would like to be able to accept calls at both phones (when available) and have Voicemail kick in if I don't answer. The 'normal' extension would be something like this: exten => 12345,1,Dial(SIP/me,30) exten => 12345,2,VoiceMail(su12345) Works fine as long as the sip-phone is available, if it is not, it is flagged congested/busy, so the next extension would be 102, if I wanted VoiceMail to kick in in that case, this works: exten => 12345,1,Dial(SIP/me,30) exten => 12345,2,VoiceMail(su12345) exten => 12345,102,VoiceMail...