Hi Rich > You never did tell us what the problem is that you're trying to solve, > or what you've done to help identify whatever the problem happens to be.
Thanks for responding. What I am doing is I have 2 x Mediatrix 1104 boxes which I will be plugging analog phones into. I found the initial problem it was a missing username = 246 in the sip.conf I now have it set to [201] type=friend username=201 secret=201 host=dynamic dmtfmode=inband nat=no context=sip [246] type=friend username=246 secret=246 host=dynamic dmtfmode=inband nat=no context=sip And the mediatrix registers properly. However now I get a new problem :-) When I dial 201 from 246 I get the following error Looking for 201 in default Mar 7 14:31:37 NOTICE[65541]: pbx.c:1212 pbx_extension_helper: Cannot find extension context 'default' In my extensions.conf I have the following defined. [default] include => sip exten => 333,1,VoicemailMain exten => 333,2,Hangup [conference] exten => 801,1,Meetme,5010 exten => 802,1,Meetme,5020 [sip] include => conference include => default exten => 201,1,Dial(SIP/201,20,tr) exten => 201,2,Voicemail,u201 exten => 201,102,Voicemail,b201 exten => 333,1,Ringing exten => 333,2,Wait(2) exten => 333,3,VoicemailMain exten => 202,1,Dial(SIP/202,20,tr) exten => 202,2,Voicemail,u202 exten => 202,102,VoiceMail,b202 exten => 225,1,Dial(SIP/225,20,tr) exten => 225,2,VoiceMail,u225 exten => 225,102,VoiceMail,b225 exten => 226,1,Dial(SIP/226,20,tr) exten => 226,2,VoiceMail,u226 exten => 226,102,VoiceMail,b226 exten => 227,1,Dial(SIP/227,20,tr) exten => 227,2,VoiceMail,u227 exten => 227,102,VoiceMail,b227 exten => 229,1,Dial(SIP/229,20,tr) exten => 229,2,VoiceMail,u229 exten => 229,102,VoiceMail,b229 exten => 232,1,Dial(SIP/232,20,tr) exten => 232,2,VoiceMail,u232 exten => 232,102,VoiceMail,b232 exten => 243,1,Dial(SIP/243,20,tr) exten => 243,2,VoiceMail,u243 exten => 243,102,VoiceMail,b243 exten => 246,1,Dial(SIP/246,20,tr) exten => 246,2,VoiceMail,u246 exten => 246,102,VoiceMail,b246 I guess I have missed something really obvious but cannot for the life of me figure it out. Any pointers would be greatully recieved. Regards Mark _______________________________________________ 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
