[asterisk-users] setting dtmf mode for a particular peer
Tilghman Lesher
tilghman at mail.jeffandtilghman.com
Wed Apr 9 16:18:46 CDT 2008
On Wednesday 09 April 2008 14:12:08 Brian J. Murrell wrote:
> When I make a toll-free call using tf.voipmich.com DTMF doesn't work.
> According to this post:
> http://www.trixbox.org/forums/trixbox-forums/help/enum-strangeness it's
> because voipmich needs dtmfmode set to "info".
>
> How do I specify this for a single SIP peer (tf.voipmich.com) given that
> I normally don't register to them.
>
> I have tried creating a sip.conf entry:
>
> [voipmich]
> type=peer
> fromuser=nobody
> fromdomain=nodomain
> host=tf.voipmich.com
> dtmfmode=info
>
> But that does not appear to be working. Maybe my approach is all wrong.
> Any ideas?
No, that's correct. The problem is that you aren't using the peer definition
when you dial (as you said, you've never needed it before).
Use
Dial(SIP/1234 at voipmich)
NOT
Dial(SIP/1234 at tf.voipmich.com)
--
Tilghman
More information about the asterisk-users
mailing list