[Asterisk-Users] Preventing Asterisk from sending 'h' across to SIP Provider

Scott Laird scott at sigkill.org
Fri Dec 24 12:39:27 MST 2004


On Dec 24, 2004, at 5:44 AM, Brian Wilkins wrote:
> [default]
> ;exten => _.,1,Dial(SIP/003214093773 at 3213084999,70,t)
> exten => _.,1,AGI(mta_auth.agi,${EXTEN})
> exten => _.,2,Hangup

Don't use _., it matches s, h, i, and all of the other 1-letter 
extensions.  Use _X. instead.


Scott




More information about the asterisk-users mailing list