Displaying 1 result from an estimated 1 matches for "su305".
Did you mean:
su300
2003 Sep 11
1
how to make sip uri work
..., not an
extension number (like lee.goodman), so that the SIP URI would read
lee.goodman@asterisk.company.com.
How would I set this up in extensions.conf?
I got 305@asterisk.company.com to work
If I have this extension
exten => 305,1,Dial(SIP/305,16) ;Lee Goodman
exten => 305,2,Voicemail2,su305
exten => 305,3,Hangup
would I have the following as well
exten => lee.goodman,1,Dial(SIP/305,16) ;Lee Goodman
exten => lee.goodman,2,Voicemail2,su305
exten => lee.goodman,3,Hangup
when I try this, it looks like it trys to go to voicemail (my 305 phone is
not registered) but it hangs...