View previous topic :: View next topic |
Author |
Message |
brent at texascountryt... Guest
|
Posted: Thu Feb 07, 2008 2:37 pm Post subject: [asterisk-users] Snom 300 MWI |
|
|
I think I have my echo problem solved, now i need to tackle the MWI. I
can't seem to get it to light up. I'm using Asterisk 1.4.14. Here's a
section from my sip.conf for my test phone:
[general]
context=internal
allowguest=no
allowoverlap=no
allowtransfer=yes
notifyhold=yes
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
pedantic=yes
vmexten=9998 at internal
;vmexten=*97
disallow=all
allow=ulaw
allow=ilbc
mohinterpret=default
mohsuggest=default
language=en
useragent=TCTC PBX
;dtmfmode = info
fromdomain=10.10.60.253
;relaxdtmf=yes
[15]
username=15
host=dynamic
type=friend
context=internal
secret=edited-out
subscribecontext=internal
dtmfmode=rfc2833
;defaultip=10.10.60.246
mailbox=15
;subscribemwi=yes
notifymimetype=text/plain
checkmwi=10
vmexten=9998 at internal
disallow=all
allow=ulaw
All of my sip phones exist in the "internal" context and I have the
appropriate extensions (I think) set up. In my voicemail.conf I have an
[internal] section with the mailbox 15 defined with password 1234. I
can make and receive calls from the phone, but the SIP phone does not
light up. The phone is running firmware version 7.1.30, Not sure what
goes in the "mailbox" line of the sip identity on the phone. With "sip
set debug peer 15" on the Asterisk CLI I don't see any "Notify" messages
go by. I've been searching google for about 2 days on this and haven't
come up with anything useful yet. Everything I see indicates it should
"just work".
Thanks,
Brent Davidson |
|
Back to top |
|
|
support at drdos.info Guest
|
Posted: Thu Feb 07, 2008 2:53 pm Post subject: [asterisk-users] Snom 300 MWI |
|
|
Brent Davidson wrote:
Quote: | I think I have my echo problem solved, now i need to tackle the MWI. I
[15]
mailbox=15
|
Should be mailbox=15 at internal
Doug
--
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." |
|
Back to top |
|
|
brent at texascountryt... Guest
|
Posted: Thu Feb 07, 2008 3:06 pm Post subject: [asterisk-users] Snom 300 MWI |
|
|
Nevermind... I found the appropriate mojo. The key was putting
mailbox=mailbox at context,password and removing the subscribemwi=yes. (I
think that's all it required. Among the other 1500 things I've already
tried, there may have been some residual.)
Thanks,
Brent
.
Brent Davidson wrote:
Quote: | I think I have my echo problem solved, now i need to tackle the MWI. I
can't seem to get it to light up. I'm using Asterisk 1.4.14. Here's a
section from my sip.conf for my test phone:
[general]
context=internal
allowguest=no
allowoverlap=no
allowtransfer=yes
notifyhold=yes
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
pedantic=yes
vmexten=9998 at internal
;vmexten=*97
disallow=all
allow=ulaw
allow=ilbc
mohinterpret=default
mohsuggest=default
language=en
useragent=TCTC PBX
;dtmfmode = info
fromdomain=10.10.60.253
;relaxdtmf=yes
[15]
username=15
host=dynamic
type=friend
context=internal
secret=edited-out
subscribecontext=internal
dtmfmode=rfc2833
;defaultip=10.10.60.246
mailbox=15
;subscribemwi=yes
notifymimetype=text/plain
checkmwi=10
vmexten=9998 at internal
disallow=all
allow=ulaw
All of my sip phones exist in the "internal" context and I have the
appropriate extensions (I think) set up. In my voicemail.conf I have an
[internal] section with the mailbox 15 defined with password 1234. I
can make and receive calls from the phone, but the SIP phone does not
light up. The phone is running firmware version 7.1.30, Not sure what
goes in the "mailbox" line of the sip identity on the phone. With "sip
set debug peer 15" on the Asterisk CLI I don't see any "Notify" messages
go by. I've been searching google for about 2 days on this and haven't
come up with anything useful yet. Everything I see indicates it should
"just work".
Thanks,
Brent Davidson
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
|