<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi All,<div><br></div><div>I dropped the openser table (no users), created them again with openser then imported the file and bam it works!</div><div><br></div><div>Thanks for all your help!</div><div><br></div><div>Regards,</div><div>Brian.</div><div><br></div><div><div><div>On 8 Sep 2008, at 20:38, Tiago Rés wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hello,<br><br>I solved my problem with Nuno's help. My problem was with the permissions in mysql. The command GRANT ALL PRIVILEGES ON openser.* TO user@'%' IDENTIFIED BY 'Password'; did't add the user properly..&nbsp; I had to also use GRANT ALL PRIVILEGES ON openser.* TO user@'localhost' IDENTIFIED BY 'password'; because sermyadmin and mysql were running in the same machine. After that I could run sermyadmin and it changed all the tables properly.<br> <br><div class="gmail_quote">2008/9/8 Nuno Marques <span dir="ltr">&lt;<a href="mailto:yangsengopenser@gmail.com">yangsengopenser@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div dir="ltr">Hi Brian,<br><br>I've allready passed through a similar problem...<br>Look at your subscriber table (using MYSQL or phpmyadmin for example) and verify the field date of user creation. Probably you have an incompatible type of data in that field and Grails don't know how to handle it. Change the values and then try sermyadmin again.<br> Regards,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nuno<br><br><br>&nbsp; <br><br><div class="gmail_quote">2008/9/8 Brian Chamberlain <span dir="ltr">&lt;<a href="mailto:brian@asterisk.ie" target="_blank">brian@asterisk.ie</a>></span><div><div> </div><div class="Wj3C7c"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <br> Hi,<br> <br> Did you ever get this resolved?<br> <br> I'm getting the same error.. Looks like serMyAdmin.war isn't talking to the<br> database properly. I can't log in as the user I setup when i imported the<br> openser.sql file..<br> <br> When I click register I fill in all the details and when I click create I<br> get:<br> <br> Grails Runtime Exception<br> <br> Error Details<br> <br> Message:<br> Caused by: java.lang.NullPointerException<br> Class: NewUserController<br> At Line: [39]<br> Code Snippet:<br> Stack Trace<br> <br> org.codehaus.groovy.runtime.InvokerInvocationException:<br> java.lang.NullPointerException<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.jsecurity.<a href="http://web.servlet.WebInterceptorFilter.doFilterInternal">web.servlet.WebInterceptorFilter.doFilterInternal</a>(WebInterceptorFilter.java:106)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.jsecurity.<a href="http://web.servlet.SecurityContextFilter.doFilterInternal">web.servlet.SecurityContextFilter.doFilterInternal</a>(SecurityContextFilter.java:93)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.jsecurity.<a href="http://web.servlet.OncePerRequestFilter.doFilter">web.servlet.OncePerRequestFilter.doFilter</a>(OncePerRequestFilter.java:106)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)<br> &nbsp; &nbsp; &nbsp; &nbsp;at<br> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)<br> &nbsp; &nbsp; &nbsp; &nbsp;at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)<br> &nbsp; &nbsp; &nbsp; &nbsp;at java.lang.Thread.run(Thread.java:595)<br> Caused by: java.lang.NullPointerException<br> &nbsp; &nbsp; &nbsp; &nbsp;at RegisterUser.toString(RegisterUser.groovy)<br> &nbsp; &nbsp; &nbsp; &nbsp;at NewUserController$_closure3.doCall(NewUserController.groovy:39)<br> &nbsp; &nbsp; &nbsp; &nbsp;at NewUserController$_closure3.doCall(NewUserController.groovy)<br> &nbsp; &nbsp; &nbsp; &nbsp;... 29 more<br> <br> <br> Any Help would be brilliant!<br> <br> Regards,<br> Brian<br> --<br> View this message in context: <a href="http://www.nabble.com/Problems-with-SerMyAdmin-Installation-tp16965040p19377037.html" target="_blank">http://www.nabble.com/Problems-with-SerMyAdmin-Installation-tp16965040p19377037.html</a><br> Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com.<br> <br> <br> _______________________________________________<br> Users mailing list<br> <a href="mailto:Users@lists.kamailio.org" target="_blank">Users@lists.kamailio.org</a><br> <a href="http://lists.kamailio.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.kamailio.org/cgi-bin/mailman/listinfo/users</a><br> </blockquote></div></div></div><br></div> <br>_______________________________________________<br> Users mailing list<br> <a href="mailto:Users@lists.kamailio.org">Users@lists.kamailio.org</a><br> <a href="http://lists.kamailio.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.kamailio.org/cgi-bin/mailman/listinfo/users</a><br> <br></blockquote></div><br></div></blockquote></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span class="Apple-style-span" style="font-family: Verdana; font-size: 13px; ">Brian Chamberlain</span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span class="Apple-style-span" style="font-family: Verdana; font-size: 13px; ">Dot Net Solutions Ltd.</span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span style="font-size: 10pt; font-family: Verdana, sans-serif; ">68 Parkwest Enterprise Centre,<br>Parkwest,<br>Dublin 12,<br>Ireland.</span><span style="font-size: 10pt; font-family: 'Trebuchet MS', sans-serif; ">&nbsp;<o:p></o:p></span></div><table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="288" style="width: 216pt; border-collapse: collapse; position: static; z-index: auto; "><tbody><tr style="height: 12.75pt; "><td width="66" valign="top" style="width: 49.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12.75pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 10pt; font-family: Verdana, sans-serif; ">DDI:</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="54" valign="top" style="width: 40.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12.75pt; "><div style="text-align: right; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 10pt; font-family: Verdana, sans-serif; ">[+353]</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="38" valign="top" style="width: 28.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12.75pt; "><div style="text-align: right; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 10pt; font-family: Verdana, sans-serif; ">1</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="76" valign="top" style="width: 57pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12.75pt; "><div style="text-align: right; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><font class="Apple-style-span" face="Verdana" size="3"><span class="Apple-style-span" style="font-size: 13px; ">6296521</span></font></div></td><td width="38" valign="top" style="width: 28.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12.75pt; "><br></td><td width="10" valign="top" style="width: 7.2pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12.75pt; "></td></tr><tr style="height: 0.75pt; "><td width="66" valign="top" style="width: 49.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 0.75pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 10pt; font-family: Verdana, sans-serif; ">FAX:&nbsp;&nbsp;&nbsp;</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="54" valign="top" style="width: 40.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 0.75pt; "><div style="text-align: right; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 10pt; font-family: Verdana, sans-serif; ">[+353]</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="38" valign="top" style="width: 28.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 0.75pt; "><div style="text-align: right; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 10pt; font-family: Verdana, sans-serif; ">1</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="76" valign="top" style="width: 57pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 0.75pt; "><div style="text-align: right; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><font class="Apple-style-span" face="Verdana" size="3"><span class="Apple-style-span" style="font-size: 13px; ">6237029</span></font></div></td><td width="38" valign="top" style="width: 28.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 0.75pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">&nbsp;</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="10" valign="top" style="width: 7.2pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 0.75pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">&nbsp;</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td></tr><tr style="height: 12pt; "><td width="66" valign="top" style="width: 49.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 10pt; font-family: Verdana, sans-serif; ">mobile:</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="54" valign="top" style="width: 40.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12pt; "><div style="text-align: right; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 10pt; font-family: Verdana, sans-serif; ">[+353]</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="38" valign="top" style="width: 28.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12pt; "><div style="text-align: right; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 10pt; font-family: Verdana, sans-serif; ">86</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="76" valign="top" style="width: 57pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12pt; "><div style="text-align: right; margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><font class="Apple-style-span" face="Verdana" size="3"><span class="Apple-style-span" style="font-size: 13px; ">3883003</span></font></div></td><td width="38" valign="top" style="width: 28.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">&nbsp;</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="10" valign="top" style="width: 7.2pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; ">&nbsp;</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td></tr><tr style="height: 12pt; "><td width="66" valign="top" style="width: 49.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 10pt; font-family: Verdana, sans-serif; ">email:</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="268" colspan="5" valign="top" style="width: 201pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><font class="Apple-style-span" color="#0000FF" face="Verdana" size="3"><span class="Apple-style-span" style="text-decoration: underline; font-size: 13px; -webkit-text-decorations-in-effect: underline; "><a href="mailto:bob@dotnet.ie" title="mailto:bob@dotnet.ie" style="color: blue; text-decoration: underline; ">brian@asterisk.ie</a></span></font></div></td></tr><tr style="height: 12pt; "><td width="66" valign="top" style="width: 49.5pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-IE" style="font-size: 10pt; font-family: Verdana, sans-serif; ">web:</span><span lang="EN-IE" style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></div></td><td width="268" colspan="5" valign="top" style="width: 201pt; padding-top: 0cm; padding-right: 5.4pt; padding-bottom: 0cm; padding-left: 5.4pt; height: 12pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span class="Apple-style-span" style="font-family: Verdana; font-size: 13px; "><a href="http://www.asterisk.ie/" style="color: blue; text-decoration: underline; "><span style="color: blue; ">www.asterisk.ie</span></a></span></div></td></tr></tbody></table><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><font class="Apple-style-span" face="Verdana" size="3"><span class="Apple-style-span" style="font-size: 13px; "><br></span></font></div><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span style="font-size: 10pt; font-family: Verdana, sans-serif; ">*&nbsp;Looking for the most advanced PBX available that can also save you a fortune in communication costs? &nbsp;<span class="Apple-style-span" style="border-collapse: collapse; "><a href="http://www.asterisk.ie/" style="color: blue; text-decoration: underline; "><span style="color: blue; ">asterisk.ie</span></a></span>&nbsp;*</span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><font class="Apple-style-span" face="Verdana" size="3"><span class="Apple-style-span" style="font-size: 13px; "><br></span></font></div><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><font class="Apple-style-span" face="Verdana" size="3"><span class="Apple-style-span" style="font-size: 13px; "><br></span></font></div><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><font class="Apple-style-span" face="Verdana" size="3"><span class="Apple-style-span" style="font-size: 13px; "><span class="Apple-style-span" style="font-family: Helvetica; font-size: 16px; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font class="Apple-style-span" size="1"><span class="Apple-style-span" style="font-size: 9px; ">e-mail disclaimer</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font class="Apple-style-span" size="1"><span class="Apple-style-span" style="font-size: 9px; "><br></span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font class="Apple-style-span" size="1"><span class="Apple-style-span" style="font-size: 9px; ">This e-mail and any files transmitted with it are confidential and intended</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font class="Apple-style-span" size="1"><span class="Apple-style-span" style="font-size: 9px; ">solely for the use of the individual or entity to whom they are addressed.</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font class="Apple-style-span" size="1"><span class="Apple-style-span" style="font-size: 9px; ">If you are not the intended recipient, you are hereby notified that any use</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font class="Apple-style-span" size="1"><span class="Apple-style-span" style="font-size: 9px; ">or dissemination of this communication is strictly prohibited.</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><font class="Apple-style-span" size="1"><span class="Apple-style-span" style="font-size: 9px; "><br></span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font class="Apple-style-span" size="1"><span class="Apple-style-span" style="font-size: 9px; ">If you have received this e-mail in error, please advise the sender</span></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font class="Apple-style-span" size="1"><span class="Apple-style-span" style="font-size: 9px; ">immediately, then delete this e-mail.</span></font></div></span></span></font></div><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-family: Calibri, sans-serif; "><font class="Apple-style-span" face="Verdana"><font class="Apple-style-span" size="1"><span class="Apple-style-span" style="font-size: 9px; "><br></span></font></font></div><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-family: Calibri, sans-serif; "><font class="Apple-style-span" face="Verdana"><font class="Apple-style-span" size="1"><span class="Apple-style-span" style="font-size: 9px; "><br></span></font></font></div></div></span></span></span></span></span></div></span></div></span></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"> </div><br></div></body></html>