<div dir="ltr"><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif">Yes, you should issue rescan and xml_curl will go for new list.</div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif"><br></div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif">And in wiki it says that no calls are dropped:</div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif"><br></div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif"><table border="1" cellpadding="5" style="font-size:12.8px;color:rgb(0,0,0);font-family:sans-serif;line-height:19.2px"><tbody><tr><td>Add Sofia Gateway</td><td>sofia profile <name> rescan</td><td>Less intrusive - no calls dropped</td></tr></tbody></table></div><img src="http://t.sidekickopen53.com/e1t/o/5/f18dQhb0S7ks8dDMPbW2n0x6l2B9gXrN7sKj6v5dbp0W3MPnzY4XrbSMW8q-f_43LvrVvW59BB4r1k1H6H0?si=5036397111279616&pi=ff8dd444-659a-41ed-ab4b-33d6e694f55e" style="display:none!important" height="1" width="1"></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-31 9:49 GMT+02:00 Bipin Patel <span dir="ltr"><<a href="mailto:bipin@xbipin.com" target="_blank">bipin@xbipin.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">well this would work on if u knew the gateways beforehand or u add them<br>
separately but in my case i know the gateways only when the user<br>
registers to FS and FS wont send a gw request once its already loaded,<br>
so the only method i can think of is using esl to issue rescan which<br>
would trigger gw request which would load them but i think u need to<br>
reload the profile then only it would register gw accounts but side<br>
effect is active calls would drop<br>
<span class=""><br>
<br>
Regards,<br>
Bipin<br>
<br>
<br>
------------------------------------------------------------------------<br>
-------- Original Message --------<br>
Subject: Re: [Freeswitch-users] dynamic user specific gateways with xml curl<br>
</span><span class="">From: Gregor Nanger <<a href="mailto:gregor@infomedia.si">gregor@infomedia.si</a>><br>
To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
</span><span class="">Date: 5/31/2016, 11:22:19 AM<br>
> I understand what you want to do. I cannot give you straight answer.<br>
><br>
> You can feed gateways configuration via xml_curl and maybe with<br>
> combination with ESL that you trigger commands for rescan gateways:<br>
><br>
> <a href="https://wiki.freeswitch.org/wiki/Reloading" rel="noreferrer" target="_blank">https://wiki.freeswitch.org/wiki/Reloading</a><br>
><br>
> So if you want to register new gateway on the fly add it to xml_curl<br>
> list of gateways and issue rescan gateways... maybe this should help...<br>
><br>
</span><span class="">> 2016-05-31 7:45 GMT+02:00 Bipin Patel <<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a><br>
</span>> <mailto:<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a>>>:<br>
<span class="">><br>
> so currently there is no way to register to a GW on the fly using xml<br>
> curl for inbound calls?<br>
><br>
><br>
> Regards,<br>
> Bipin<br>
><br>
><br>
> ------------------------------------------------------------------------<br>
> -------- Original Message --------<br>
> Subject: Re: [Freeswitch-users] dynamic user specific gateways<br>
> with xml curl<br>
</span><span class="">> From: Michael Jerris <<a href="mailto:mike@jerris.com">mike@jerris.com</a> <mailto:<a href="mailto:mike@jerris.com">mike@jerris.com</a>>><br>
> To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
</span><span class="">> <mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>>><br>
> Date: 5/29/2016, 11:43:48 PM<br>
> > there is no jistifucation whatsoever to require registration to<br>
> make a<br>
> > call. It's completely nonsensical. A registration is telling a<br>
> > remote gateway how to call you. It has nothing at all to do with<br>
> > making a call and adds no benefit whatsoever.<br>
> ><br>
> > On Sunday, May 29, 2016, Bipin Patel <<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a><br>
> <mailto:<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a>><br>
</span><div><div class="h5">> > <mailto:<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a> <mailto:<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a>>>> wrote:<br>
> ><br>
> > actually my users register to FS which has xml curl with<br>
> directory<br>
> > binding set, now i keep a DB of user accounts which my<br>
> script gets and<br>
> > sends to FS when a user tries to register but each account has a<br>
> > different gateway ip in my DB so what im doing is routing the<br>
> > calls for<br>
> > each client differently, now my upstream GW requires FS to<br>
> register to<br>
> > it but the problem is i dont have the gateway ip and account<br>
> details<br>
> > before hand when sofia loads so im following the user<br>
> specific gateway<br>
> > example and making my script send user account as well as<br>
> gateway<br>
> > details to FS but FS keeps complaining GW not found. The<br>
> current way i<br>
> > solve this is in dialplan by bridging call to GW and passing the<br>
> > id/pass<br>
> > during bridge but that doesnt make FS register to GW.<br>
> ><br>
> > i have to make FS register to upstream GW, without<br>
> registration it<br>
> > works<br>
> > fine, what i learnt so far is FS needs its GW accounts when<br>
> sofia<br>
> > loads<br>
> > and im trying to find a way i can create them on the fly because<br>
> > there r<br>
> > more than 60k client accounts in DB and hundreds of GW so i<br>
> cant load<br>
> > all of them during sofia load so trying to do it<br>
> dynamically. The<br>
> > config<br>
> > and dialplan bindings for xml curl i dont use as im using<br>
> static xml<br>
> > files for that.<br>
> ><br>
> > im using this variable in user accounts<br>
> > |<br>
> ><br>
> > <variable name="register-gateway" value="user1out"/><br>
> ><br>
> > |but when FS requests param it gets user account but it<br>
> sends the same<br>
> > request 2 more times and then complains twice GW not found,<br>
> even if it<br>
> > requested GW then i could feed it but even with config<br>
> binding it<br>
> > doesnt, only during sofia load it requests GW<br>
> ><br>
> ><br>
> > Regards,<br>
> > Bipin<br>
> ><br>
> ><br>
> ><br>
> ------------------------------------------------------------------------<br>
> > -------- Original Message --------<br>
> > Subject: Re: [Freeswitch-users] dynamic user specific gateways<br>
> > with xml curl<br>
</div></div><span class="">> > From: Michael Jerris <<a href="mailto:mike@jerris.com">mike@jerris.com</a> <mailto:<a href="mailto:mike@jerris.com">mike@jerris.com</a>> <javascript:;>><br>
> > To: FreeSWITCH Users Help<br>
> <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
</span><span class="">> <mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
> > <javascript:;>><br>
> > Date: 5/29/2016, 7:46:30 PM<br>
> > > there is no way to register a gateway from the dial plan as<br>
> > > registering has nothing to do with making calls so it makes no<br>
> > sense.<br>
> > > Registering is a mechanism for receiving calls, and has<br>
> nothing<br>
> > at all<br>
> > > to do with sending calls. Why would you need to register to<br>
> > send a call?<br>
> > ><br>
> > > On Sunday, May 29, 2016, Bipin Patel <<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a><br>
</span>> <mailto:<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a>><br>
> > <javascript:;><br>
<span class="">> > > <mailto:<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a> <mailto:<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a>> <javascript:;>>> wrote:<br>
> > ><br>
> > > well currently i use that only but i need to register<br>
> to the<br>
> > gateway<br>
> > > upstream and this seems not possible using dialplan<br>
> > ><br>
> > ><br>
> > > Regards,<br>
> > > Bipin<br>
> > ><br>
> > ><br>
> > ><br>
> ><br>
> ------------------------------------------------------------------------<br>
> > > -------- Original Message --------<br>
> > > Subject: dynamic user specific gateways with xml curl<br>
> > > From: Bipin Patel <<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a><br>
</span><span class="">> <mailto:<a href="mailto:bipin@xbipin.com">bipin@xbipin.com</a>> <javascript:;><br>
> > <javascript:;>><br>
> > > To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
</span><div><div class="h5">> <mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>> <javascript:;><br>
> > <javascript:;><br>
> > > Date: 5/29/2016, 3:53:54 PM<br>
> > > > isnt there anyway to define gateways on the fly<br>
> using xml<br>
> > curl, i<br>
> > > > tried the user specific gateway method by replying with<br>
> > the user<br>
> > > > account along with the gw info but sofia keeps saying<br>
> > gateway not<br>
> > > > found, i tried asking in irc but didnt get an answer, no<br>
> > docs also<br>
> > > > mention this if its possible also or no.<br>
> > > ><br>
> > > > so far reading other places it seems gateways need to be<br>
> > present<br>
> > > > during profile load but all those were very old so<br>
> wanted<br>
> > to know if<br>
> > > > its still possible to dynamically create gateways on the<br>
> > fly or no<br>
> > > > when using xml curl.<br>
> > > ><br>
> > > ><br>
> > > > --<br>
> > > > Regards,<br>
> > > > Bipin<br>
> > > ><br>
> > > ><br>
> > > ><br>
> > ><br>
> ><br>
> ------------------------------------------------------------------------<br>
> > ><br>
> > ><br>
> > ><br>
> > ><br>
> ><br>
> _________________________________________________________________________<br>
> > > Professional FreeSWITCH Consulting Services:<br>
> > > <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
</div></div>> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>> <javascript:;> <javascript:;><br>
<span class="">> > ><a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
> > ><br>
> > > Official FreeSWITCH Sites<br>
> > > <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> > > <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
> > > <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
> > ><br>
> > > FreeSWITCH-users mailing list<br>
> > > <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</span>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>> <javascript:;><br>
<span class="">> <javascript:;><br>
> > > <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> > ><br>
> ><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> > > <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> > ><br>
> > ><br>
> > ><br>
> > ><br>
> ><br>
> _________________________________________________________________________<br>
> > > Professional FreeSWITCH Consulting Services:<br>
> > > <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
</span>> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>> <javascript:;><br>
<span class="">> > > <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
> > ><br>
> > > Official FreeSWITCH Sites<br>
> > > <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> > > <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
> > > <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
> > ><br>
> > > FreeSWITCH-users mailing list<br>
> > > <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</span>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>> <javascript:;><br>
<span class="">> > > <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> > ><br>
> ><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> > > <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> _________________________________________________________________________<br>
> > Professional FreeSWITCH Consulting Services:<br>
</span>> > <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>><br>
<span class="">> <javascript:;><br>
> > <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
> ><br>
> > Official FreeSWITCH Sites<br>
> > <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> > <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
> > <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
> ><br>
> > FreeSWITCH-users mailing list<br>
> > <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</span>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>> <javascript:;><br>
<span class="">> > <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> ><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> > <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> _________________________________________________________________________<br>
> > Professional FreeSWITCH Consulting Services:<br>
</span>> > <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>><br>
<span class="">> > <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
> ><br>
> > Official FreeSWITCH Sites<br>
> > <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> > <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
> > <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
> ><br>
> > FreeSWITCH-users mailing list<br>
> > <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</span>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<span class="">> > <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> ><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> > <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
><br>
><br>
><br>
> _________________________________________________________________________<br>
> Professional FreeSWITCH Consulting Services:<br>
</span>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> <mailto:<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>><br>
<span class="">> <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
</span>> <mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<span class="">> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Gregor Nanger<br>
</span>> *CTO*<br>
<span class="">> t./f.: <a href="tel:00386%20%280%29%207%206000%20308" value="+38676000308">00386 (0) 7 6000 308</a>/309 • m:. <a href="tel:00386%20%280%2941%20756485" value="+38641756485">00386 (0)41 756485</a><br>
> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia<br>
</span>> • <a href="http://www.infomedia.si" rel="noreferrer" target="_blank">www.infomedia.si</a> <<a href="http://www.infomedia.si" rel="noreferrer" target="_blank">http://www.infomedia.si</a>><br>
<div class="HOEnZb"><div class="h5">><br>
><br>
><br>
> _________________________________________________________________________<br>
> Professional FreeSWITCH Consulting Services:<br>
> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
> <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><table border="0" style="font-size:12px;border:1px dashed rgb(187,187,187);font-family:sans-serif;width:537px"><tbody style="border-spacing:2px;border:0px none rgb(128,128,128)"><tr valign="top" style="border-spacing:2px;border:0px none rgb(128,128,128)"><td style="color:rgb(32,32,32);margin:8px;border-width:0px 1px 0px 0px;border-style:none solid none none;border-color:rgb(32,32,32) rgb(0,161,230) rgb(32,32,32) rgb(32,32,32);font-weight:bold;letter-spacing:1px;text-transform:capitalize;vertical-align:top;padding:1px 8px 1px 1px;width:63px;outline:rgb(32,32,32) none 0px;border-spacing:2px"><span style="color:rgb(0,161,230);outline:rgb(0,161,230) none 0px;border-spacing:2px;border:0px none rgb(0,161,230)"><font face="georgia, serif" size="2">Gregor Nanger</font></span><div style="font-size:17px;font-family:sans-serif;width:63px;outline:rgb(32,32,32) none 0px;border-spacing:2px;border:0px none rgb(32,32,32)"> </div></td><td style="margin:8px;border:0px none rgb(80,80,80);vertical-align:top;padding:1px 1px 1px 6px;width:354px;outline:rgb(80,80,80) none 0px;border-spacing:2px"><font face="georgia, serif" size="1"><b>CTO</b><br>t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 <br>• Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia <br>• <a href="http://www.infomedia.si" target="_blank">www.infomedia.si</a></font></td></tr></tbody></table></div></div>
</div>