As I mentioned I dont do combo anymore, it sdidnt make sense to me
Iqbal
Elton Machado wrote:
Hi,
Iqbal, please forward me an e.g. of this combo configuration , as I'm willing also to have it to compare with my trials.
Regards,
Elton
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Iqbal Sent: quinta-feira, 28 de Abril de 2005 11:43 To: Kamran Ahmad Cc: serusers@lists.iptel.org Subject: Re: [Serusers] what is the best way of using asterisk as B2BUA
Hi
I originally had a setup like this, but to me it just seemed way to expensive to be doing this, since you will need to add asterisk boxes, just to keep doing these "u-turns", and because you want the billing info. Also, I started to have problem when I hit the external gateway, because originally again i did this via asterisk, which then passing data back to ser gave headaches. But if anyone gets this combo up and running weel would be interested to know complete setup.
Iqbal
Kamran Ahmad wrote:
hello Carles Wang
This is the way to to successfully call through asterisk.
SER is Main Registrar. Asterisk is B2BUA.
SER will route its call to asterisk. now control is at asterisk side he can do any thing to that call (forword, voicemail, etc....). but actually asterisk dont know who is the user he ll route this call back to SER who is aware of the user. it is like U-Turn through Asterisk. try this and tell me
ser.cfg
rewritehostport("asterisk:port"); force_rport(); fix_nated_contact(); force_rtp_proxy(); t_relay();
sip.conf
[general] context=default port=5070 bindaddr=0.0.0.0 srvlookup=no
[2000] callerid=2000 type=friend host=dynamic canreinvite=no reinvite=no qualify=yes auth=plaintext nat=yes
[3000] type=friend host=dynamic callerid=3000 qualify=yes canreinvite=no reinvite=no auth=plaintext nat=yes
--- Charles Wang lazy.charles@gmail.com wrote:
I also have the same problem. I don't know how to fix it. Do you get any solution or sample config about it. I think it is a problem of asterisk.
On 4/28/05, Kamran Ahmad p_kami@yahoo.com wrote:
hi list
any person using ser and Asterisk as B2bUA.
what is the best way of using asterisk as B2BUA.
i can route calls to through asterisk its working
but
some time one UA tries to hangup the call and the other side is not able to receive Bye
what could be the best way of using asterisk for monitering voice
Thanks Kamran
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam
protection around
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--
Best Regards Charles
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.
Ok, but what you recommend in my case ?
I have something like this....
Private ips subnet1 / Private Ip subnet2 UAc ------- |--- SER -- * --- Firewall --router -- Sip Provider Uac ------- | Other Uac *
I'm having some problems with codec's nat rtp sessions and so on... signalling is fine all other still to be fixed :(
What do you recommend me as I can't get any working example of this configuration or something like it, or any configuration that shows me the best way to get SER registered in sip provider?
Regards,
Elton
-----Original Message----- From: Iqbal [mailto:iqbal@gigo.co.uk] Sent: quinta-feira, 28 de Abril de 2005 14:45 To: Elton Machado Cc: 'Kamran Ahmad'; serusers@lists.iptel.org Subject: Re: [Serusers] what is the best way of using asterisk as B2BUA
As I mentioned I dont do combo anymore, it sdidnt make sense to me
Iqbal
Elton Machado wrote:
Hi,
Iqbal, please forward me an e.g. of this combo configuration , as I'm willing also to have it to compare with my trials.
Regards,
Elton
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Iqbal Sent: quinta-feira, 28 de Abril de 2005 11:43 To: Kamran Ahmad Cc: serusers@lists.iptel.org Subject: Re: [Serusers] what is the best way of using asterisk as B2BUA
Hi
I originally had a setup like this, but to me it just seemed way to expensive to be doing this, since you will need to add asterisk boxes, just to keep doing these "u-turns", and because you want the billing info. Also, I started to have problem when I hit the external gateway, because originally again i did this via asterisk, which then passing data back to ser gave headaches. But if anyone gets this combo up and running weel would be interested to know complete setup.
Iqbal
Hi
I didnt follow the diagram much :-), but I am guessing you wish to use asterisk because you are sending your IP traffic to a sip provider who needs to authenticate you using SIP..if so you could try uac in ser
modparam("uac","credential","gw_user:gw_realm:gw_passwd")
now this on a failure_route you should be able to connect to the gateway. I am connecting via IP, hence my gateway accepts me because of my IP address.
SER does not do anything with ur codecs, only the client and anything which will play with the media stream will, hence if you just use ser, the codecs are decided by the person/device starting the call, and where the endpoint is.
Asterisk however can change the codec, or should i say do codec negotiation, hence can/will change it. Have u asked on the asterisk mailing list/irc to see if anyone has a config
For ser and nat, there is a good start-up doc on www.onsip.org.
If you really want to combine asterisk and ser, you need to first get them to talk.
This means editing sip.conf channel file in asterisk. In that file every client which connects to asterisk must have a entry.
The entensions file can then be used to tell it what to do with the call, and even send the call out on IP (there are lots of configs on asterisk mailing list for this)
SER must be set to route all calls via asterisk, this is done by rewriteuri command, and configuring to asterisk IP address, asterisk must of course accept this, and to do that, you need again the sip.conf file.
If all you are going to use asterisk for, it to send you calls to the gateway, I think it overkill.
Iqbal
On 4/28/2005, "Elton Machado" elton.machado@gmail.com wrote:
Ok, but what you recommend in my case ?
I have something like this....
Private ips subnet1 / Private Ip subnet2 UAc ------- |--- SER -- * --- Firewall --router -- Sip Provider Uac ------- |
Other Uac *
I'm having some problems with codec's nat rtp sessions and so on... signalling is fine all other still to be fixed :(
What do you recommend me as I can't get any working example of this configuration or something like it, or any configuration that shows me the best way to get SER registered in sip provider?
Regards,
Elton
-----Original Message----- From: Iqbal [mailto:iqbal@gigo.co.uk] Sent: quinta-feira, 28 de Abril de 2005 14:45 To: Elton Machado Cc: 'Kamran Ahmad'; serusers@lists.iptel.org Subject: Re: [Serusers] what is the best way of using asterisk as B2BUA
As I mentioned I dont do combo anymore, it sdidnt make sense to me
Iqbal
Elton Machado wrote:
Hi,
Iqbal, please forward me an e.g. of this combo configuration , as I'm willing also to have it to compare with my trials.
Regards,
Elton
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Iqbal Sent: quinta-feira, 28 de Abril de 2005 11:43 To: Kamran Ahmad Cc: serusers@lists.iptel.org Subject: Re: [Serusers] what is the best way of using asterisk as B2BUA
Hi
I originally had a setup like this, but to me it just seemed way to expensive to be doing this, since you will need to add asterisk boxes, just to keep doing these "u-turns", and because you want the billing info. Also, I started to have problem when I hit the external gateway, because originally again i did this via asterisk, which then passing data back to ser gave headaches. But if anyone gets this combo up and running weel would be interested to know complete setup.
Iqbal
Hi All!
May I know the basic modules / requirements if I want to install ser with acc and radius support..
Im using debian ..
thanks, ed
-----Original Message----- From: Iqbal [mailto:iqbal@gigo.co.uk] Sent: quinta-feira, 28 de Abril de 2005 14:45 To: Elton Machado Cc: 'Kamran Ahmad'; serusers@lists.iptel.org Subject: Re: [Serusers] what is the best way of using asterisk as B2BUA
As I mentioned I dont do combo anymore, it sdidnt make sense to me
Iqbal
Elton Machado wrote:
Hi,
Iqbal, please forward me an e.g. of this combo configuration , as I'm willing also to have it to compare with my trials.
Regards,
Elton
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Iqbal Sent: quinta-feira, 28 de Abril de 2005 11:43 To: Kamran Ahmad Cc: serusers@lists.iptel.org Subject: Re: [Serusers] what is the best way of using asterisk as B2BUA
Hi
I originally had a setup like this, but to me it just seemed way to expensive to be doing this, since you will need to add asterisk boxes, just to keep doing these "u-turns", and because you want the billing info. Also, I started to have problem when I hit the external gateway, because originally again i did this via asterisk, which then passing data back to ser gave headaches. But if anyone gets this combo up and running weel would be interested to know complete setup.
Iqbal
Kamran Ahmad wrote:
hello Carles Wang
This is the way to to successfully call through asterisk.
SER is Main Registrar. Asterisk is B2BUA.
SER will route its call to asterisk. now control is at asterisk side he can do any thing to that call (forword, voicemail, etc....). but actually asterisk dont know who is the user he ll route this call back to SER who is aware of the user. it is like U-Turn through Asterisk. try this and tell me
ser.cfg
rewritehostport("asterisk:port"); force_rport(); fix_nated_contact(); force_rtp_proxy(); t_relay();
sip.conf
[general] context=default port=5070 bindaddr=0.0.0.0 srvlookup=no
[2000] callerid=2000 type=friend host=dynamic canreinvite=no reinvite=no qualify=yes auth=plaintext nat=yes
[3000] type=friend host=dynamic callerid=3000 qualify=yes canreinvite=no reinvite=no auth=plaintext nat=yes
--- Charles Wang lazy.charles@gmail.com wrote:
I also have the same problem. I don't know how to fix it. Do you get any solution or sample config about it. I think it is a problem of asterisk.
On 4/28/05, Kamran Ahmad p_kami@yahoo.com wrote:
hi list
any person using ser and Asterisk as B2bUA.
what is the best way of using asterisk as B2BUA.
i can route calls to through asterisk its working
but
some time one UA tries to hangup the call and the other side is not able to receive Bye
what could be the best way of using asterisk for monitering voice
Thanks Kamran
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam
protection around
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--
Best Regards Charles
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.