Re: [OpenSIPStack] Upper Registration will be temporarily broken in CVS
Brought to you by:
joegenbaclor
From: <jo...@op...> - 2008-09-12 10:00:03
|
Andre, This should now be fixed in CVS. Can you try and let me know? Joegen jo...@op... wrote: > Andre, > > Thanks for the info. I will try to replicate this. I'll get back to > you when a patch is ready. > > Joegen > > Andre Mamitzsch wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> >> Joegen E. Baclor schrieb: >> >> >>> Andre, >>> >>> This time in response to your thread. My questions inline... >>> >>> Joegen E. Baclor wrote: >>> >>> >>>> [snipped] >>>> >>>> >>>>> >>>>> >>>>> >>>>> >>> Hi Joegen, >>> >>> thanks for the quick reply and the confirmation. It seems to me that the >>> rewriting is not working anymore. >>> If I try to register my devices, the FROM: and TO: fields are not being >>> touched and stay the same. >>> >>> >>> >>>> As far as I can remember, Upper-Reg never touches the from and to >>>> headers except for an undocumented "domain" parameter in the route >>>> entry. Is this what you are referring to by any chance? >>>> >>>> >> Yes,I think so. In the UpperReg section, I have checked the boxes to >> rewrite the from and to domain. I also added the "domain=xyz.de" parameter. >> >> Here is the entry from the UpperReg section: >> >> [sip:*@xyz.net] sip:sip.abc.net;domain=sip.abc.net >> >> >>> The softswitch therfore replies with an >>> "SIP/2.0 403 Forbidden AOR". >>> >>> >>> >>> >>> >>>> By softswitch do you mean your registrar? Can you double check if it >>>> isn't OpenSBC that generated this 403 locally? >>>> >>>> >> the forbidden AOR is generated by the registrar. That's because the >> OpenSBC does not rewrite the from and to domain name. >> >> >>> If I find some time during the day, I will dig into it, do a little bit >>> more debugging and let you know what I have found. >>> >>> >>> >>> >>> >>>> Explaining your setup using a ladder diagram plus level 5 log MAY tell >>>> us more what went wrong. Would you be able to send it? >>>> >>>> >> ____________ ____________ ___________ >> | | sip.xyz.net | | sip.abc.net | | >> | SIP Client |--------------|OpenSBC |-------------| Registrar | >> |____________| |____________| |___________| >> 192.168.10.3 10.70.3.200 10.232.4.85 >> 10.232.4.69 >> >> >> The name "sip.xyz.net" is resolved to the IP 10.70.3.200 >> The name "sip.abc.net" is resolved to the IP 10.232.4.69 or 10.232.4.85 >> >> The client tries to register with the following parameters: >> >> SIP Username: 123456 >> SIP Domain: sip.xyz.net >> >> Authentication Username: something >> Authentication Password: something else >> >> >> The registrar has the following setup for that user: >> >> SIP Username: 123456 >> SIP Domain: sip.abc.net >> >> Authentication Username: something >> Authentication Password: something else >> >> >> Here is what we want to do: >> >> The real domain of our Registrar should be hidden as best as possible. >> The reason is that we have a couple of resellers which offer the service >> to their customers and therefore want to have their own branding for the >> service. >> >> >> In previous versions of the OpenSBC, this setup worked well. The client >> sent the register, the OpenSBC replaced the domain "sip.xyz.net" with >> "sip.abc.net", the authentication took place and we were able to make >> phonecalls. >> >> I would appreciate an advise where to look first in order to find the >> problem. >> >> Here is the sbc.ini >> >> [OpenSBC-General-Parameters] >> SIP-Log-Level=5 >> PTRACE-Log-Level=5 >> Log-File-Prefix=b2bua >> SBC-Application-Mode=B2BUpperReg Mode >> Interface-Address Array Size=0 >> Enable-Backdoor-Port=True >> Enable-Trunk-Port=True >> Enable-Calea-Port=True >> RTP-Min-Port=30000 >> RTP-Max-Port=35000 >> Enable-Local-Refer=False >> Max-Forwards=70 >> Encryption-Mode=XOR >> Encryption-Key=GS >> Transaction-Thread-Count=10 >> Session-Thread-Count=10 >> Alerting-Timeout=30000 >> Seize-Timeout=60000 >> SIP-Timer-H=Default >> Session-Keep-Alive=1800 >> Session-Max-Life-Span=10800 >> Max-Concurrent-Session=100 >> >> [Upper-Registration] >> Rewrite-TO-Domain=True >> Rewrite-FROM-Domain=True >> Route-List Array Size=1 >> Route-List 1=[sip:*@xyz.net] sip:sip.abc.net;domain=sip.abc.net >> >> >> >> >> Here is the required trace: >> >> 2008/09/11 21:13:52.727 INF: [CID=0x0e84] <<< REGISTER sip:sip.xyz.net >> SIP/2.0 SRC: 192.168.10.3:7344:UDP enc=0 bytes=603 >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] REGISTER sip:sip.xyz.net >> SIP/2.0 >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] From: "123456" >> <sip:12...@si...>;tag=5b2f4a5c >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] To: "123456" >> <sip:12...@si...> >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] Via: SIP/2.0/UDP >> 192.168.10.3:7344;branch=z9hG4bK-d8754z-24dbf4488886f02b-1---d8754z- >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] CSeq: 1 REGISTER >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] Call-ID: >> ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI. >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] Contact: >> <sip:123456@192.168.10.3:7344;rinstance=001e862ffef9c5cd> >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] User-Agent: X-Lite >> release 1014k stamp 47051 >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] Expires: 1800 >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] Max-Forwards: 70 >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] Allow: INVITE, ACK, >> CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] Supported: timer >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] Content-Length: 0 >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.727 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.734 DBG: [CID=0x0e84] Finding transaction for >> REGISTER sip:sip.xyz.net SIP/2.0 >> 2008/09/11 21:13:52.735 DBG: [CID=0x0e84] Setting Transaction ID to >> ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI.|z9hG4bK-d8754z-24dbf4488886f02b-1---d8754z-|REGISTER >> 2008/09/11 21:13:52.735 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.735 DBG: [CID=0x0e84] *** CREATING TRANSACTION >> (NIST) *** >> 2008/09/11 21:13:52.735 DBG: [CID=0x0e84] Message: REGISTER >> sip:sip.xyz.net SIP/2.0 >> 2008/09/11 21:13:52.735 DBG: [CID=0x0e84] Call-Id: >> ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI. >> 2008/09/11 21:13:52.735 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.736 DTL: [CID=0x0e84] NIST(1274519418) *** >> CREATED *** - >> NIST|ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI.|z9hG4bK-d8754z-24dbf4488886f02b-1---d8754z-|REGISTER >> 2008/09/11 21:13:52.737 DTL: [CID=0x0e84] NIST(1274519418) >> Event(SIPMessage) - REGISTER sip:sip.xyz.net SIP/2.0 >> 2008/09/11 21:13:52.738 DBG: [CID=0x0e84] TRANSACTION: (NIST) REGISTER >> sip:sip.xyz.net SIP/2.0 State: 0 >> 2008/09/11 21:13:52.739 DTL: [CID=0x0e84] NIST(1274519418) >> StateIdle->StateTrying >> 2008/09/11 21:13:52.748 DBG: [CID=0x0e84] Finding transaction for >> REGISTER sip:sip.xyz.net SIP/2.0 >> 2008/09/11 21:13:52.748 DBG: [CID=0x0e84] Setting Transaction ID to >> ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI.|z9hG4bK0cf3c070a37edd1180e69fe780e6bacb|REGISTER >> 2008/09/11 21:13:52.749 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.749 DBG: [CID=0x0e84] *** CREATING TRANSACTION >> (NICT) *** >> 2008/09/11 21:13:52.749 DBG: [CID=0x0e84] Message: REGISTER >> sip:sip.xyz.net SIP/2.0 >> 2008/09/11 21:13:52.749 DBG: [CID=0x0e84] Call-Id: >> ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI. >> 2008/09/11 21:13:52.749 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.750 DTL: [CID=0x0e84] NICT(1274519419) *** >> CREATED *** - >> NICT|ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI.|z9hG4bK0cf3c070a37edd1180e69fe780e6bacb|REGISTER >> 2008/09/11 21:13:52.751 DTL: [CID=0x0e84] NICT(1274519419) >> Event(SIPMessage) - REGISTER sip:sip.xyz.net SIP/2.0 >> 2008/09/11 21:13:52.751 DBG: [CID=0x0e84] TRANSACTION: (NICT) REGISTER >> sip:sip.xyz.net SIP/2.0 State: 0 >> 2008/09/11 21:13:52.752 DTL: [CID=0x0e84] NICT(1274519419) >> StateIdle->StateTrying(REGISTER sip:sip.xyz.net SIP/2.0) >> 2008/09/11 21:13:52.752 DBG: [CID=0x0e84] NICT(1274519419) Timer E( >> 500 ms ) STARTED >> 2008/09/11 21:13:52.752 DBG: [CID=0x0e84] NICT(1274519419) Timer F( >> 10000 ms ) STARTED >> 2008/09/11 21:13:52.757 INF: [CID=0x0e84] >>> REGISTER sip:sip.xyz.net >> SIP/2.0 DST: 10.232.4.69:5060:UDP SRC: 10.70.3.200:5060 enc=0 bytes=825 >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] REGISTER sip:sip.xyz.net >> SIP/2.0 >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] From: "123456" >> <sip:12...@si...>;tag=5b2f4a5c >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] To: "123456" >> <sip:12...@si...> >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] Via: SIP/2.0/UDP >> 10.70.3.200:5060;branch=z9hG4bK0cf3c070a37edd1180e69fe780e6bacb;uas-addr=10.232.4.69;x-reg-id=c2lwOjAzNDEzNTUyNTUyMUAxOTIuMTY4LjE3OC42NDo3MzQ0 >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] Via: SIP/2.0/UDP >> 192.168.10.3:7344;branch=z9hG4bK-d8754z-24dbf4488886f02b-1---d8754z-;rport=7344;received=192.168.10.3 >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] CSeq: 1 REGISTER >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] Call-ID: >> ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI. >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] Contact: >> <sip:123456@10.70.3.200:5062;x-reg-id=sip%3A192.168.10.3%3A7344;rinstance=001e862ffef9c5cd> >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] User-Agent: X-Lite >> release 1014k stamp 47051 >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] Expires: 1800 >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] Max-Forwards: 70 >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] Allow: INVITE, ACK, >> CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] Supported: timer >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] Content-Length: 0 >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.758 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.760 PWL: [CID=0x0000] Using Iface: 10.70.3.200 to >> send to Dest: 10.232.4.69 >> 2008/09/11 21:13:52.772 INF: [CID=0x0e84] <<< SIP/2.0 403 Forbidden AOR >> SRC: 10.232.4.69:5060:UDP enc=0 bytes=571 >> 2008/09/11 21:13:52.772 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.772 DBG: [CID=0x0e84] SIP/2.0 403 Forbidden AOR >> 2008/09/11 21:13:52.772 DBG: [CID=0x0e84] From: "123456" >> <sip:12...@si...>;tag=5b2f4a5c >> 2008/09/11 21:13:52.772 DBG: [CID=0x0e84] To: "123456" >> <sip:12...@si...>;tag=1_1146_t12083_6eo6 >> 2008/09/11 21:13:52.772 DBG: [CID=0x0e84] Via: SIP/2.0/UDP >> 10.70.3.200:5060;branch=z9hG4bK0cf3c070a37edd1180e69fe780e6bacb;uas-addr=10.232.4.69;x-reg-id=c2lwOjAzNDEzNTUyNTUyMUAxOTIuMTY4LjE3OC42NDo3MzQ0;received=10.70.3.200 >> 2008/09/11 21:13:52.772 DBG: [CID=0x0e84] Via: SIP/2.0/UDP >> 192.168.10.3:7344;branch=z9hG4bK-d8754z-24dbf4488886f02b-1---d8754z-;rport=7344;received=192.168.10.3 >> 2008/09/11 21:13:52.772 DBG: [CID=0x0e84] CSeq: 1 REGISTER >> 2008/09/11 21:13:52.772 DBG: [CID=0x0e84] Call-ID: >> ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI. >> 2008/09/11 21:13:52.772 DBG: [CID=0x0e84] Content-Length: 0 >> 2008/09/11 21:13:52.772 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.772 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.773 DBG: [CID=0x0e84] Finding transaction for >> SIP/2.0 403 Forbidden AOR >> 2008/09/11 21:13:52.774 DBG: [CID=0x0e84] Setting Transaction ID to >> ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI.|z9hG4bK0cf3c070a37edd1180e69fe780e6bacb|REGISTER >> 2008/09/11 21:13:52.774 DTL: [CID=0x0e84] Found >> NICT|ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI.|z9hG4bK0cf3c070a37edd1180e69fe780e6bacb|REGISTER >> for SIP/2.0 403 Forbidden AOR >> 2008/09/11 21:13:52.776 DTL: [CID=0x0e84] NICT(1274519419) >> Event(SIPMessage) - SIP/2.0 403 Forbidden AOR >> 2008/09/11 21:13:52.776 DBG: [CID=0x0e84] TRANSACTION: (NICT) SIP/2.0 >> 403 Forbidden AOR State: 1 >> 2008/09/11 21:13:52.776 DTL: [CID=0x0e84] NICT(1274519419) >> StateTrying->StateCompleted >> 2008/09/11 21:13:52.776 DBG: [CID=0x0e84] NICT(1274519419) Timer E >> STOPPED >> 2008/09/11 21:13:52.776 DBG: [CID=0x0e84] NICT(1274519419) Timer F >> STOPPED >> 2008/09/11 21:13:52.777 DBG: [CID=0x0e84] Finding transaction for >> SIP/2.0 403 Forbidden AOR >> 2008/09/11 21:13:52.778 DBG: [CID=0x0e84] Setting Transaction ID to >> ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI.|z9hG4bK-d8754z-24dbf4488886f02b-1---d8754z-|REGISTER >> 2008/09/11 21:13:52.778 DTL: [CID=0x0e84] Found >> NIST|ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI.|z9hG4bK-d8754z-24dbf4488886f02b-1---d8754z-|REGISTER >> for SIP/2.0 403 Forbidden AOR >> 2008/09/11 21:13:52.779 DBG: [CID=0x0e84] NICT(1274519419) Timer K( >> 5000 ms ) STARTED >> 2008/09/11 21:13:52.780 DTL: [CID=0x0e84] NIST(1274519418) >> Event(SIPMessage) - SIP/2.0 403 Forbidden AOR >> 2008/09/11 21:13:52.780 DBG: [CID=0x0e84] TRANSACTION: (NIST) SIP/2.0 >> 403 Forbidden AOR State: 1 >> 2008/09/11 21:13:52.781 DTL: [CID=0x0e84] >> NIST(1274519418)HandleStateTrying->StateCompleted >> 2008/09/11 21:13:52.785 INF: [CID=0x0e84] >>> SIP/2.0 403 Forbidden AOR >> DST: 192.168.10.3:7344:UDP SRC: 10.70.3.200:5060 enc=0 bytes=389 >> 2008/09/11 21:13:52.785 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.785 DBG: [CID=0x0e84] SIP/2.0 403 Forbidden AOR >> 2008/09/11 21:13:52.785 DBG: [CID=0x0e84] From: "123456" >> <sip:12...@si...>;tag=5b2f4a5c >> 2008/09/11 21:13:52.785 DBG: [CID=0x0e84] To: "123456" >> <sip:12...@si...>;tag=1_1146_t12083_6eo6 >> 2008/09/11 21:13:52.785 DBG: [CID=0x0e84] Via: SIP/2.0/UDP >> 192.168.10.3:7344;branch=z9hG4bK-d8754z-24dbf4488886f02b-1---d8754z-;rport=7344;received=192.168.10.3 >> 2008/09/11 21:13:52.785 DBG: [CID=0x0e84] CSeq: 1 REGISTER >> 2008/09/11 21:13:52.785 DBG: [CID=0x0e84] Call-ID: >> ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI. >> 2008/09/11 21:13:52.785 DBG: [CID=0x0e84] Content-Length: 0 >> 2008/09/11 21:13:52.785 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.785 DBG: [CID=0x0e84] >> 2008/09/11 21:13:52.786 PWL: [CID=0x0000] Using Iface: 10.70.3.200 to >> send to Dest: 192.168.10.3 >> 2008/09/11 21:13:52.788 DBG: [CID=0x0e84] NIST(1274519418) Timer J( >> 32000 ms ) STARTED >> 2008/09/11 21:13:57.769 DBG: [CID=0x0e84] NICT(1274519419) Timer K( >> 5000 ms ) EXPIRED >> 2008/09/11 21:13:57.770 DTL: [CID=0x0e84] NICT(1274519419) Event( >> Timer-K ) Interval: 5000 >> 2008/09/11 21:13:57.771 DTL: [CID=0x0e84] NICT(1274519419) Event(Final) >> 2008/09/11 21:13:57.771 DTL: [CID=0x0000] *** REMOVED TRANSACTION *** >> NICT|ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI.|z9hG4bK0cf3c070a37edd1180e69fe780e6bacb|REGISTER >> 2008/09/11 21:13:57.772 DBG: [CID=0x0000] GC: First Stale Object >> SIPTransaction >> 2008/09/11 21:13:57.773 DBG: [CID=0x0e84] TRANSACTION: (NICT) DESTROYED >> 2008/09/11 21:13:57.773 DTL: [CID=0x0e84] NICT(1274519419) *** >> DESTROYED *** - >> NICT|ZjVhM2M4ZDQ5NjQwMzViYzIwMDc1MWY2NWUwZDZlNWI.|z9hG4bK0cf3c070a37edd1180e69fe780e6bacb|REGISTER >> >> >> >> Many thanks in advance. >> >> >> Andre >> >> >> >>> Andre >>> >>> jo...@op... schrieb: >>> >>> >>> >>> >>> >>>>>>>> Hi Andre, >>>>>>>> >>>>>>>> Yes, the new code are in. What kind of issue are you bumping into? >>>>>>>> >>>>>>>> Joegen >>>>>>>> >>>>>>>> André Mamitzsch wrote: >>>>>>>> Hello Joegen, >>>>>>>> >>>>>>>> I have a couple of issues with the upper registration in my test lab. >>>>>>>> Before I start troubleshooting - can you confirm that the new code is >>>>>>>> committed. >>>>>>>> >>>>>>>> Andre >>>>>>>> >>>>>>>> jo...@op... schrieb: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>>>> Hi Everyone, >>>>>>>>>>> >>>>>>>>>>> I have recently committed code for shared line appearance (SLA) that >>>>>>>>>>> would render upper registration to temporarily not function (Local Reg >>>>>>>>>>> should be ok). This is just temporarily until I've committed the >>>>>>>>>>> revised code for upper reg which is anticipated to be completed by >>>>>>>>>>> tomorrow. >>>>>>>>>>> >>>>>>>>>>> Joegen >>>>>>>>>>> >>>>>>>>>>> ------------------------------------------------------------------------- >>>>>>>>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>>>>>>>>>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>>>>>>>>>> Grand prize is a trip for two to an Open Source event anywhere in the world >>>>>>>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> opensipstack-devel mailing list >>>>>>>>>>> ope...@li... >>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>> Build the coolest Linux based applications with Moblin SDK & win great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> ------------------------------------------------------------------------ >>> >>> >>> >>> >>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>> No virus found in this incoming message. >>> Checked by AVG - http://www.avg.com >>> Version: 8.0.169 / Virus Database: 270.6.19/1660 - Release Date: >>> 9/8/2008 6:39 PM >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>>>>>>> ------------------------------------------------------------------------- >>>>>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>>>>>>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>>>>>>> Grand prize is a trip for two to an Open Source event anywhere in the world >>>>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>>>>> _______________________________________________ >>>>>>>> opensipstack-devel mailing list >>>>>>>> ope...@li... >>>>>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >> - ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> - ------------------------------------------------------------------------ >> >> >>>>>> >>>>>> >> No virus found in this incoming message. >> Checked by AVG - http://www.avg.com >> Version: 8.0.169 / Virus Database: 270.6.19/1663 - Release Date: >> 9/9/2008 7:04 PM >> >> >> >> >> >> >>>>> ------------------------------------------------------------------------- >>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>>>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>>>> Grand prize is a trip for two to an Open Source event anywhere in the world >>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>> _______________________________________________ >>>>> opensipstack-devel mailing list >>>>> ope...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>> ------------------------------------------------------------------------ >>>>> >>>>> >>>>> No virus found in this incoming message. >>>>> Checked by AVG - http://www.avg.com >>>>> Version: 8.0.169 / Virus Database: 270.6.19/1665 - Release Date: 9/10/2008 7:00 PM >>>>> >>>>> >>>>> >>>>> >>>>> >>>> ------------------------------------------------------------------------- >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>>> Grand prize is a trip for two to an Open Source event anywhere in the world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> ------------------------------------------------------------------------ >>>> >>>> >>>> No virus found in this incoming message. >>>> Checked by AVG - http://www.avg.com >>>> Version: 8.0.169 / Virus Database: 270.6.19/1665 - Release Date: 9/10/2008 7:00 PM >>>> >>>> >>>> >>>> >> >> >> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.8 (Darwin) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >> >> iEYEARECAAYFAkjJd7cACgkQQKZIuVrbkWr9mQCgiCL/kCDUtiBox7ZlN8qaMDZC >> IisAnjfM7n9bqUSJqhtJCgMFaAHYViRy >> =g61u >> -----END PGP SIGNATURE----- >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> ------------------------------------------------------------------------ >> >> >> No virus found in this incoming message. >> Checked by AVG - http://www.avg.com >> Version: 8.0.169 / Virus Database: 270.6.21/1667 - Release Date: 9/11/2008 6:55 PM >> >> >> > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.169 / Virus Database: 270.6.21/1667 - Release Date: 9/11/2008 6:55 PM > > |