Re: [Asterisk-Users] VoicemailMain can't read from phone keyboard!

2004-12-19 Thread Russ Beaupre, P.E.
Steven Wang wrote:
Hello
I try to set up voicemails for extension. When VoicemailMain gets called, it
prompts for mailbox and password. It seems not able to read from the phone.
So the authentication always fails.
I desparately need help to understand what is wrong. Here is a part of my
extensions.conf:
exten = _8500, 1, Wait(2)
exten = _8500, 2, VoicemailMain(${CALLERIDNUM})
exten = _8500, 3, Hangup
You don't mention the type of phone you're using, but on our setup with 
SIP phones, we add a sipdtmfmode(inband) to what you have above.  You 
might try fiddling with that.

-russ
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] VoicemailMain can't read from phone keyboard!

2004-12-19 Thread Steven Wang
It BT100. it works.
thanks!
steven



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Russ
Beaupre, P.E.
Sent: Sunday, December 19, 2004 8:45 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] VoicemailMain can't read from phone
keyboard!


Steven Wang wrote:
 Hello

 I try to set up voicemails for extension. When VoicemailMain gets called,
it
 prompts for mailbox and password. It seems not able to read from the
phone.
 So the authentication always fails.

 I desparately need help to understand what is wrong. Here is a part of my
 extensions.conf:
 exten = _8500, 1, Wait(2)
 exten = _8500, 2, VoicemailMain(${CALLERIDNUM})
 exten = _8500, 3, Hangup

You don't mention the type of phone you're using, but on our setup with
SIP phones, we add a sipdtmfmode(inband) to what you have above.  You
might try fiddling with that.

-russ
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] VoicemailMain can't read from phone keyboard!

2004-12-19 Thread Eric Wieling aka ManxPower
Steven Wang wrote:
Hello
I try to set up voicemails for extension. When VoicemailMain gets called, it
prompts for mailbox and password. It seems not able to read from the phone.
So the authentication always fails.
This is almost ALWAYS a DTMF problem.  Usually a DTMF mode mismatch 
between the phone and Asterisk.  For most phones you want to use RFC2833 
for both the phone and for the entry for that phone in sip.conf.

--Eric
--
I am seeking part or full time employment in the Greater Toronto Area, 
My preference is part time employment with some telecommuting, but all 
offers will be considered. Contact eric at fnords.org.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] VoicemailMain can't read from phone keyboard!

2004-12-19 Thread Wilson Pickett
 This is almost ALWAYS a DTMF problem.  Usually a DTMF mode mismatch
 between the phone and Asterisk.  For most phones you want to use RFC2833
 for both the phone and for the entry for that phone in sip.conf.

Yep, and the BT will only work right with certain codecs. I think it's
iLBC that suddenly won't recognize DTMF while it works with the same
setting in ULAW, for example.

I keep forgetting why I don't use iLBC on the BT, set it up, and then
find DTMF b0rken with dtmfmode=info
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] VoicemailMain can't read from phone keyboard!

2004-12-19 Thread Eric Wieling aka ManxPower
Wilson Pickett wrote:
This is almost ALWAYS a DTMF problem.  Usually a DTMF mode mismatch
between the phone and Asterisk.  For most phones you want to use RFC2833
for both the phone and for the entry for that phone in sip.conf.

Yep, and the BT will only work right with certain codecs. I think it's
iLBC that suddenly won't recognize DTMF while it works with the same
setting in ULAW, for example.
I keep forgetting why I don't use iLBC on the BT, set it up, and then
find DTMF b0rken with dtmfmode=info
As most people know inband DTMF only works with the ulaw and alaw 
codecs.  This is a codec issue, not an Asterisk issue.  I thought GS 
fixed the need for INFO mode DTMF.

--Eric
--
I am seeking part or full time employment in the Greater Toronto Area, 
My preference is part time employment with some telecommuting, but all 
offers will be considered. Contact eric at fnords.org.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users