[Asterisk-Users] TDM400P Internal Extenion Config

Jason Williams jas.williams at gmail.com
Mon Jul 19 08:57:48 MST 2004


On Mon, 19 Jul 2004 20:13:09 +0800, Nick Cobley <info at nvworld.net> wrote:
> Hopefully someone here can save my sanity. I have been trying to solve
> this problem for days now, but just cant put my finger on it. Im new to
> * so I have probably done something stupid!
Only a config issue I'm sure
 
> [sip]
> exten => 301,1,Dial(SIP/Nick,20,tr)
> exten => 302,1,Dial(SIP/Sharon,20,tr)
> exten => 1000,1,Dial(SIP/Nick&SIP/Sharon,20,tr)
> exten => 302,2,VoiceMail,u302
> exten => 301,2,VoiceMail,u301
> exten => 1000,2,VoiceMail,u9999
> exten => 1000,102,VoiceMail,b9999
> exten => 1001,1,Ringing
> exten => 1001,2,Wait(2)
> exten => 1001,3,VoicemailMain
> include => outgoing
add here 
include => internal  ; allow sip to dial 310

> [incoming]
> exten => s,1,Dial(SIP/Nick&SIP/Sharon,20,tr)
> 
> [outgoing]
> exten => _7.,1,Dial(IAX2/login:passwd at XXX.XXX.XXX>XXX/${EXTEN:1})
> exten => 5.,1,Dial,Zap/1/${EXTEN:1}
> 
> [9103]
> exten => 21060,1,Dial(SIP/Nick)
> exten => 21062,1,Dial(SIP/Sharon)
> 
> [internal]
> exten => 310,1,Dial,Zap/2
include => sip ; allow internal to dial sip phone
> 

Try those changes and see how you get on


Jason



More information about the asterisk-users mailing list