Re: [SR-Users] Question about early media

2010-10-07 Thread Asim Riaz
> > regards, > Andreas > > > 2010/10/5 IƱaki Baz Castillo > >> 2010/10/4 Asim Riaz : >> > Hi List, >> > Phone-1 --->Proxy1 (kamailio)-->Proxy-2(3rd party) >> > -> phone 2 >> > >> > Calls from phon

Re: [SR-Users] Question about early media

2010-10-05 Thread Asim Riaz
Hi Daniel, kamailio is not relaying media - you can use rtpproxy together with it to do > that. > Sorry forgot to mention I am using the mediaproxy to relay the media, I can see when Kamailio receive response(200) with different port than early media, mediaproxy sends one packet to the new port

Re: [SR-Users] Error on radius accounting

2010-10-04 Thread Asim Riaz
> > > Hi Asim, > > Sounds like it's setup to proxy everything back to itself.. > > If you comment: > > #realm DEFAULT { > #type= radius > #authhost= localhost:1812 > #accthost= localhost:1813 > #secret = xxx > #ldflag

[SR-Users] Question about early media

2010-10-04 Thread Asim Riaz
Hi List, Phone-1 --->Proxy1 (kamailio)-->Proxy-2(3rd party) -> phone 2 Calls from phone-1 to phone-2, proxy-2 is sending early media without sdp in provisional reply, this early media is sourced from different port than response (200), what port proxy-1 will use to tran

Re: [SR-Users] Error on radius accounting

2010-10-01 Thread Asim Riaz
Hi List, Having an issue with my freeradius, I am getting below errors when kamailio sends radius records and freeradius try to store into database; Error: Ignoring request from unknown client 192.168.1.100:1814 Radius client and server are running on the same machine and I have necessary config

[SR-Users] permissions module

2010-05-17 Thread Asim Riaz
Hello List, from the documentation, permissions.allow, allows the calls either by matching From-URI or R-URI and permission.deny denies the call from matching uri. Do I need to divide the file into different sections, for R-URI and for From-URI? Not sure exact syntax could someone explain me that i