Hi, [EMAIL PROTECTED] schrieb: > I have done what you told me to do, but nothing changed. Always the same > problem.
If I understand your dialplan right, your * is still calling itself via SIP, right? This is what is called a loop. You should review your dialplan and replace all dial(SIP/[EMAIL PROTECTED]) by goto(respective_context,exten,pri). Or are you trying to call SIP clients which are registered to the box? In that case you don't dial(SIP/[EMAIL PROTECTED]) but dial(SIP/accountname) while accountname is what stands in [] for that client in your sip.conf. Terve, Stefan -- Last words of a stormchaser: "Where is that rotation on the radar?!" _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
