Hello open(ser) asterisk users Here is what i expect to do : Asterisk: registrar with public ip port=5050 open(ser): outbound proxy with public ip port=5060 Asterisk don't support IM and presence so i want to use SER because of it's a good proxy: I want user agents behind nat send registration to asterisk because of it's an ipbx :-) Look at this diagram when user agent behind nat send REGISTER to ser the contact field in sip header has a private address which one is forward to asterisk for registration. When user agent are registered in asterisk AOR is sip:user@private ip so asterisk query "sip:user@private" behind nat (not possible). How a session between two user agents behind nat could keep in the path |register | | register | agent1 asterisk| |ser/nat box | | | 200 OK | | 200 OK | agent2 One box --------------------------- | ---------------- | | | asterisk pbx | | | ---------------- | | || | | ---------- ---------- | | SER |====|NAT box |==== private network | ---------- ---------- --------------------------- Send me your questions if you don't understand what i expect to do . Harry ___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger T?l?chargez cette version sur http://fr.messenger.yahoo.com
Let me get this straight All you are doing is registering the devices with SER (below you have mentioned asterisk, and then you say they goto ser) Once they are registered to ser you wish to send them to asterisk...is this correct If so, this does not seem to hard, NAT ius dealt with in ser, I use mediaproxy, others may use nathelper, so before you send to asterisk take care of NAT issues in SER and then send to asterisk. Paste config, in pastebin, and also a ngrep of the call debug. Iqbal harry gaillac wrote:>Hello open(ser) asterisk users > >Here is what i expect to do : > >Asterisk: registrar with public ip port=5050 >open(ser): outbound proxy with public ip port=5060 > > >Asterisk don't support IM and presence so i want to >use SER because of it's a good proxy: > >I want user agents behind nat send registration to >asterisk because of it's an ipbx :-) > >Look at this diagram when user agent behind nat send >REGISTER to ser >the contact field in sip header has a private address >which one is forward to asterisk for registration. > >When user agent are registered in asterisk AOR is >sip:user@private ip so asterisk query >"sip:user@private" behind nat (not possible). > >How a session between two user agents behind nat could >keep in the path > > |register | | register | agent1 >asterisk| |ser/nat box | | > | 200 OK | | 200 OK | agent2 > > > One box > --------------------------- > | ---------------- | > | | asterisk pbx | | > | ---------------- | > | || | > | ---------- ---------- > | | SER |====|NAT box |==== private network > | ---------- ---------- > --------------------------- > >Send me your questions if you don't understand what i >expect to do . > >Harry > > > > > > > > >___________________________________________________________________________ >Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger >T?l?chargez cette version sur http://fr.messenger.yahoo.com > >_______________________________________________ >Users mailing list >Users@openser.org >http://openser.org/cgi-bin/mailman/listinfo/users > > >. > > >
Okay almost there :-) So UA ---> asterisk ---> SER ---> UA is that it harry gaillac wrote:> > >>okay, so ALL your users are registering to >>asterisk...is that correct. >> >> > >Correct via ser as outbound sip proxy > > >>If so the problem is howto accept users from behind >>a NAT into asterisk, >>or am I confusing things further. >> >> > >the problem is in contact field. >when user agents send register we have in sip hf >Contact sip:user@privateip >So asterisk store this AOR and try to contact agent >via nat box instead of SER > > > >>If the above are true, where is SER in this, or are >>users hitting SER >>and you are sending the REGISTER from ser into >>asterisk. >> >> > >SER is an outbound sip proxy which handle IM presence >nat > >Harry > > > >>>>> One box >>>>> --------------------------- >>>>> | ---------------- | >>>>> | | asterisk pbx | | >>>>> | ---------------- | >>>>> | || | >>>>> | ---------- ---------- >>>>> | | SER |====|NAT box |==== private >>>>> | ---------- ---------- >>>>> |-------------------------- >>>>> >>>>> > > > > > > > >___________________________________________________________________________ >Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger >T?l?chargez cette version sur http://fr.messenger.yahoo.com > > >. > > >
hello, Give me your price to enable my diagram ASAP --- harry gaillac <gaillacharry@yahoo.fr> a ?crit :> Hello open(ser) asterisk users > > Here is what i expect to do : > > Asterisk: registrar with public ip port=5050 > open(ser): outbound proxy with public ip port=5060 > > > Asterisk don't support IM and presence so i want to > use SER because of it's a good proxy: > > I want user agents behind nat send registration to > asterisk because of it's an ipbx :-) > > Look at this diagram when user agent behind nat send > REGISTER to ser > the contact field in sip header has a private > address > which one is forward to asterisk for registration. > > When user agent are registered in asterisk AOR is > sip:user@private ip so asterisk query > "sip:user@private" behind nat (not possible). > > How a session between two user agents behind nat > could > keep in the path > > |register | | register | > agent1 > asterisk| |ser/nat box | | > | 200 OK | | 200 OK | > agent2 > > > One box > --------------------------- > | ---------------- | > | | asterisk pbx | | > | ---------------- | > | || | > | ---------- ---------- > | | SER |====|NAT box |==== private network > | ---------- ---------- > --------------------------- > > Send me your questions if you don't understand what > i > expect to do . > > Harry > > > > > > > > >___________________________________________________________________________> > Appel audio GRATUIT partout dans le monde avec le > nouveau Yahoo! Messenger > T?l?chargez cette version sur > http://fr.messenger.yahoo.com > > _______________________________________________ > Serusers mailing list > Serusers@iptel.org > http://mail.iptel.org/mailman/listinfo/serusers >___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger T?l?chargez cette version sur http://fr.messenger.yahoo.com
Sounds to me as what you want to do require 'a few' code changes to Asterisk. Maybe I am wrong, but this might take some work to get right. Jan harry gaillac wrote:>Hello open(ser) asterisk users > >Here is what i expect to do : > >Asterisk: registrar with public ip port=5050 >open(ser): outbound proxy with public ip port=5060 > > >Asterisk don't support IM and presence so i want to >use SER because of it's a good proxy: > >I want user agents behind nat send registration to >asterisk because of it's an ipbx :-) > >Look at this diagram when user agent behind nat send >REGISTER to ser >the contact field in sip header has a private address >which one is forward to asterisk for registration. > >When user agent are registered in asterisk AOR is >sip:user@private ip so asterisk query >"sip:user@private" behind nat (not possible). > >How a session between two user agents behind nat could >keep in the path > > |register | | register | agent1 >asterisk| |ser/nat box | | > | 200 OK | | 200 OK | agent2 > > > One box > --------------------------- > | ---------------- | > | | asterisk pbx | | > | ---------------- | > | || | > | ---------- ---------- > | | SER |====|NAT box |==== private network > | ---------- ---------- > --------------------------- > >Send me your questions if you don't understand what i >expect to do . > >Harry > > > > > > > > >___________________________________________________________________________ >Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger >T?l?chargez cette version sur http://fr.messenger.yahoo.com >_______________________________________________ >--Bandwidth and Colocation sponsored by Easynews.com -- > >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > >
Dear asterisk users, the asterisk projects and ser enabled me to learn SIP, I could be insulting sometimes . I must begin my business with communigate and a French company. I consider it regrettable that asterisk and ser could not do it. I do hope that these open projects will help many people. Good luck to all. Regards harry ___________________________________________________________________________ D?couvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/R?ponses pour partager vos connaissances, vos opinions et vos exp?riences. http://fr.answers.yahoo.com
harrygaillac-sip@yahoo.fr a ?crit :>Dear asterisk users, > >the asterisk projects and ser enabled me to learn SIP, >I could be insulting sometimes . I must begin my >business with communigate and a French company. I >consider it regrettable that asterisk and ser could >not do it. I do hope that these open projects will >help many people. Good luck to all. > >Warning, big hairy trolls are coming...
harrygaillac-sip@yahoo.fr a ?crit :>Dear asterisk users, > >the asterisk projects and ser enabled me to learn SIP, >I could be insulting sometimes . I must begin my >business with communigate and a French company. I >consider it regrettable that asterisk and ser could >not do it. I do hope that these open projects will >help many people. Good luck to all. > >Warning, big hairy trolls are coming... _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev