[OpenSIPS-Users] multiple headers

2012-10-11 Thread DM
One of my clients is sending a buggy SIP invite which contains Privacy
headers multiple times.


Supported: replaces, timer
Privacy: id
Privacy: id
Privacy: id
Content-Type: application/sdp
Content-Length: 298


How can I strip out the last 2 Privacy headers and keep only the first
before sending it to the destination via usrloc or to pstn?

Thanks,

Dmitri
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] media-relay segfault

2012-03-14 Thread DM
Hi,

Just tried to instal mediaproxy 2.5.2 on one of my servers, the
installation was successful. However when I'm going to start media-relay,
the result is a segmentation fault.
What can be wrong with the installation? In the backtrace it shows some
error with iptc.

[root@localhost ~]# /usr/local/newpython/bin/media-relay --no-fork
Starting MediaProxy Relay 2.5.2
using set_wakeup_fd
Segmentation fault (core dumped)

gdb's output can be viewed here:
http://pastebin.com/aLtLKmAh

Thanks,

-Dimitri
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] lawful interception with opensips

2010-12-02 Thread DM
Hi Bodgan,

Unfortunately it won't work for me, as "they" want to receive the stream
directly(and realtime) to their box, so one stream, mixed both the callee
and caller's audio.

2010/12/2 Bogdan-Andrei Iancu 

> Hi Dimitri,
>
> If you use RTPproxy with opensips, RTPProxy has the capability to dump the
> RTP (for a call) into local filesMaybe this can help you.
>
> Regards,
> Bogdan
>
> DM wrote:
>
>> Hi,
>>
>> Is there any awailable howto/solution for doing lawful interception with
>> using opensips?
>> Since it's 98% about the media, I guess Asterisk or something else may
>> involved in the setup, with some media forking.
>>
>> I have read a tons of topics after a Google search, but all answers are
>> just "theoretical", not to menion that I'm not looking for call recording
>> and then listen the recorded call, but the ability to listen the live call
>> (which should be done undetecable by the call parties).
>>
>>
>>
>> Kind regards,
>>
>> Dimitri
>> 
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>
>
> --
> Bogdan-Andrei Iancu
> OpenSIPS Bootcamp
> 15 - 19 November 2010, Edison, New Jersey, USA
> www.voice-system.ro
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] lawful interception with opensips

2010-12-01 Thread DM
Hi,

Is there any awailable howto/solution for doing lawful interception with
using opensips?
Since it's 98% about the media, I guess Asterisk or something else may
involved in the setup, with some media forking.

I have read a tons of topics after a Google search, but all answers are just
"theoretical", not to menion that I'm not looking for call recording and
then listen the recorded call, but the ability to listen the live call
(which should be done undetecable by the call parties).



Kind regards,

Dimitri
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Opensips crash

2010-11-03 Thread DM
Hi Bogdan,

Yes, there was other errors:

WARNING:tm:w_t_reply: ACKs are not replied

Thanks,

Dimitri


2010/11/3 Bogdan-Andrei Iancu 

> Hi Dimiri,
>
> most probably those errors were because you were trying to send replies
> for ACK request - send_reply() generates the error, while
> sl_send_reply() does not...
>
> There were other err messages related to this?
>
> Regards,
> Bogdan
>
> DM wrote:
> > Hi Bodgan,
> >
> > Unfortunately I don't have the core file anymore, also no more crash
> > since I replaced exactly two lines in the cfg.
> > There was a send_reply, and now these two rows are sl_send_reply, and
> > crash not happened again.
> > syslog was full with these messages:
> >
> > ERROR:signaling:sig_send_
> > reply_mod: failed to send reply with tm module
> >
> >
> > So replacing send_reply with sl_send_reply solved my issue.
> >
> > Thanks,
> >
> > Dimitri
> >
> > 2010/11/3 Bogdan-Andrei Iancu  > <mailto:bog...@voice-system.ro>>
> >
> > Hello Dimitri,
> >
> > your pastbin post expired :(Could you post directly in the
> > email the
> > backtrace from core file?
> >
> > Thanks and regards,
> > Bogdan
> >
> > DM wrote:
> > > Hi,
> > >
> > > I have frequent random crashes after upgrading to rev. 7337.
> > >
> > > # opensips -V
> > > version: opensips 1.6.3-notls (x86_64/linux)
> > > flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST,
> > > SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT
> > > ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144,
> > MAX_LISTEN 16,
> > > MAX_URI_SIZE 1024, BUF_SIZE 65535
> > > poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
> > > svnrevision: 2:7337M
> > > @(#) $Id: main.c 6169 2009-09-22 12:48:37Z bogdan_iancu $
> > > main.c compiled on 10:23:35 Oct 29 2010 with gcc 4.3.2
> > >
> > >
> > > The previously running version was rev. 7166, there was no error
> > with
> > > exactly the same opensips.cfg.
> > >
> > > Here is the output if gdb:
> > >
> > > http://pastebin.ca/1976314
> > >
> > >
> > > Any help would be appreciated!
> > >
> > > Thanks,
> > >
> > > Dimitri
> > >
> > >
> > >
> >
> 
> > >
> > > ___
> > > Users mailing list
> > > Users@lists.opensips.org <mailto:Users@lists.opensips.org>
> > > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> > >
> >
> >
> > --
> > Bogdan-Andrei Iancu
> > OpenSIPS Bootcamp
> > 15 - 19 November 2010, Edison, New Jersey, USA
> > www.voice-system.ro <http://www.voice-system.ro>
> >
> >
> > ___
> > Users mailing list
> > Users@lists.opensips.org <mailto:Users@lists.opensips.org>
> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> >
> >
> > 
> >
> > ___
> > Users mailing list
> > Users@lists.opensips.org
> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> >
>
>
> --
> Bogdan-Andrei Iancu
> OpenSIPS Bootcamp
> 15 - 19 November 2010, Edison, New Jersey, USA
> www.voice-system.ro
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Opensips crash

2010-11-03 Thread DM
Hi Bodgan,

Unfortunately I don't have the core file anymore, also no more crash since I
replaced exactly two lines in the cfg.
There was a send_reply, and now these two rows are sl_send_reply, and crash
not happened again.
syslog was full with these messages:

ERROR:signaling:sig_send_
reply_mod: failed to send reply with tm module


So replacing send_reply with sl_send_reply solved my issue.

Thanks,

Dimitri

2010/11/3 Bogdan-Andrei Iancu 

> Hello Dimitri,
>
> your pastbin post expired :(Could you post directly in the email the
> backtrace from core file?
>
> Thanks and regards,
> Bogdan
>
> DM wrote:
> > Hi,
> >
> > I have frequent random crashes after upgrading to rev. 7337.
> >
> > # opensips -V
> > version: opensips 1.6.3-notls (x86_64/linux)
> > flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST,
> > SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT
> > ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
> > MAX_URI_SIZE 1024, BUF_SIZE 65535
> > poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
> > svnrevision: 2:7337M
> > @(#) $Id: main.c 6169 2009-09-22 12:48:37Z bogdan_iancu $
> > main.c compiled on 10:23:35 Oct 29 2010 with gcc 4.3.2
> >
> >
> > The previously running version was rev. 7166, there was no error with
> > exactly the same opensips.cfg.
> >
> > Here is the output if gdb:
> >
> > http://pastebin.ca/1976314
> >
> >
> > Any help would be appreciated!
> >
> > Thanks,
> >
> > Dimitri
> >
> >
> > 
> >
> > ___
> > Users mailing list
> > Users@lists.opensips.org
> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> >
>
>
> --
> Bogdan-Andrei Iancu
> OpenSIPS Bootcamp
> 15 - 19 November 2010, Edison, New Jersey, USA
> www.voice-system.ro
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Opensips crash

2010-10-29 Thread DM
Hi,

I have frequent random crashes after upgrading to rev. 7337.

# opensips -V
version: opensips 1.6.3-notls (x86_64/linux)
flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MEM,
SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
svnrevision: 2:7337M
@(#) $Id: main.c 6169 2009-09-22 12:48:37Z bogdan_iancu $
main.c compiled on 10:23:35 Oct 29 2010 with gcc 4.3.2


The previously running version was rev. 7166, there was no error with
exactly the same opensips.cfg.

Here is the output if gdb:

http://pastebin.ca/1976314


Any help would be appreciated!

Thanks,

Dimitri
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] $avp in codec_exists

2010-10-11 Thread DM
Hi Bogdan,

It is hard to implement with multiple codecs?, eg. if I store it like this:
$avp(s:codlist)="PCMA|G723|tel";

So not with just one codec.

Thanks,

Dimitri


2010/7/14 Bogdan-Andrei Iancu 

> thanks!
>
> Jozsef CZOMPO wrote:
> > Hi bogdan
> >
> > Thanks for the reply. I'm opened a feature request ticket: #3029568
> >
> >   Czo
> >
> > On 2010.07.14., at 17:33, Bogdan-Andrei Iancu wrote:
> >
> >
> >> Hi Jozsef,
> >>
> >> open a feature request on the project tracker for this small add-on
> >> - it
> >> sounds useful and it is not difficult to add.
> >>
> >> Regards,
> >> bogdan
> >>
> >> Jozsef CZOMPO wrote:
> >>
> >>> Hi
> >>>
> >>> I need to specify in database table the codec order per sip clients.
> >>> So i'm created a table with some fields. But if use
> >>> codec_exists('PCMU') it return true, when i'm using
> >>> codec_exists($avp(s:codec)) i'm getting syntax error, and if i'm
> >>> using
> >>> codec_exists('$avp(s:codec)') i'm getting false. When i'm use xlog
> >>> ( "L_ERR", "$avp(s:codec)"); the result is PCMU, so the avp_db_query
> >>> is working fine.
> >>>
> >>> So, how can i use this?
> >>>
> >>> Thank
> >>> Czo
> >>>
> >>>
> >>> ___
> >>> Users mailing list
> >>> Users@lists.opensips.org
> >>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> >>>
> >>>
> >>>
> >> --
> >> Bogdan-Andrei Iancu
> >> OpenSIPS Bootcamp
> >> 20 - 24 September 2010, Frankfurt, Germany
> >> www.voice-system.ro
> >>
> >>
> >> ___
> >> Users mailing list
> >> Users@lists.opensips.org
> >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> >>
> >
> >
> > ___
> > Users mailing list
> > Users@lists.opensips.org
> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> >
> >
>
>
> --
> Bogdan-Andrei Iancu
> OpenSIPS Bootcamp
> 20 - 24 September 2010, Frankfurt, Germany
> www.voice-system.ro
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] How callcontrol works for prepaid accounting

2010-09-16 Thread DM
Hi Tijmen,

It is possible to submit a feature request regarding this?

Thanks,

Dimitri

2010/9/16 Tijmen de Mes 

> Hi Dimitri,
>
> Prepaid accounting is per u...@domain, not per IP or per whole domain.
>
> Best regards,
>
> --
> Tijmen de Mes
> AG Projects
>
> On Sep 16, 2010, at 1:01 PM, DM wrote:
>
> Hi Tijmen,
>
> CDRTool and Callcontrol can be used for domain based prepaid accounting?
> Like if I have a wholesale customer, and I would like to apply prepaid
> based on the customer's IP
>
> Thanks,
>
> Dimitri
>
>
> 2010/9/16 Tijmen de Mes 
>
>> Hi Vishu
>>
>> Callcontrol will connect to the CDRTool rating engine to get the balances
>> and maximum session times. Customers and balances need to be defined in
>> CDRTool. The API is described here
>>  
>> http://download.ag-projects.com/CDRTool/doc/PREPAID.txt<http://download.ag-projects.com/CDRTool/doc/PREPAID.txt>
>>
>> You should also take a look at the rating engine (
>>  
>> http://download.ag-projects.com/CDRTool/doc/RATING.txt<http://download.ag-projects.com/CDRTool/doc/RATING.txt>)
>> as the db scheme used by CDRTool is described there.
>>
>> Best regards,
>>
>> --
>> Tijmen de Mes
>> AG Projects
>>
>> On Sep 15, 2010, at 9:56 PM, vishu gaddi wrote:
>>
>> Hi,
>>
>> I have installed Opensips, opensips-cp, Free Radius (accounting), CDRTool
>> and is weoking fine.
>> Recently i have installed CALL CONTROL application for prepaid accounting
>> purpose. Can someone pls brief where and how to define the customers with
>> their balances and how do they relate with their tariffs ?
>>
>> right now, i am using address table for IP authentication, but where to
>> define balances and all.. pls brief
>>
>>
>> Thanks in advance
>> Vishu Gaddi
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] How callcontrol works for prepaid accounting

2010-09-16 Thread DM
Hi Tijmen,

CDRTool and Callcontrol can be used for domain based prepaid accounting?
Like if I have a wholesale customer, and I would like to apply prepaid based
on the customer's IP

Thanks,

Dimitri


2010/9/16 Tijmen de Mes 

> Hi Vishu
>
> Callcontrol will connect to the CDRTool rating engine to get the balances
> and maximum session times. Customers and balances need to be defined in
> CDRTool. The API is described here
>  
> http://download.ag-projects.com/CDRTool/doc/PREPAID.txt
>
> You should also take a look at the rating engine (
>  
> http://download.ag-projects.com/CDRTool/doc/RATING.txt)
> as the db scheme used by CDRTool is described there.
>
> Best regards,
>
> --
> Tijmen de Mes
> AG Projects
>
> On Sep 15, 2010, at 9:56 PM, vishu gaddi wrote:
>
> Hi,
>
> I have installed Opensips, opensips-cp, Free Radius (accounting), CDRTool
> and is weoking fine.
> Recently i have installed CALL CONTROL application for prepaid accounting
> purpose. Can someone pls brief where and how to define the customers with
> their balances and how do they relate with their tariffs ?
>
> right now, i am using address table for IP authentication, but where to
> define balances and all.. pls brief
>
>
> Thanks in advance
> Vishu Gaddi
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] LB under a 64bit Debian Lenny

2010-08-27 Thread DM
Bogdan,

It works like a charm, thank you!

Kind regards,

Dimitri


2010/8/27 Bogdan-Andrei Iancu 

> yes, update to latest version from branch 1.6
>
> Regards,
> Bogdan
>
> DM wrote:
> > Hi Bogdan,
> >
> > You mean this one?
> >
> > "
> >
> > SVN download of latest stable release (1.6):
> >
> >|# svn co
> https://opensips.svn.sourceforge.net/svnroot/opensips/branches/1.6opensips_1_6|
> > "
> >
> >
> > or do I need to fetch the devel version?
> >
> > Thanks,
> > Dimitri
> >
> > 2010/8/27 Bogdan-Andrei Iancu  > <mailto:bog...@voice-system.ro>>
> >
> > Dmitri,
> >
> > if you update from SVN, the bug should be fixed. Thanks for reporting
> > and I'm waiting for your confirmation on the fix.
> >
> > Regards,
> > Bogdan
> >
> > Bogdan-Andrei Iancu wrote:
> > > Hi Dimitri,
> > >
> > > I was able to reproduce it - working on a fix now.
> > >
> > > Regards,
> > > Bogdan
> > >
> > > DM wrote:
> > >
> > >> Hi Bogdan,
> > >>
> > >> Any luck regarding this problem?
> > >> No need to hurry, I'm just asking :-)
> > >>
> > >> Dimitri
> > >>
> > >> 2010/8/10 Bogdan-Andrei Iancu  > <mailto:bog...@voice-system.ro>
> > >> <mailto:bog...@voice-system.ro <mailto:bog...@voice-system.ro>>>
> > >>
> > >> Hi Dimitri,
> > >>
> > >> Hard to tellI will try to do a setup on 64b machine
> > with more than
> > >> 32.
> > >>
> > >> Let me come back to you...
> > >>
> > >> Regards,
> > >> Bogdan
> > >>
> > >> Dmitri G. wrote:
> > >> > Hi,
> > >> >
> > >> > I have compiled Opensips 1.6.2 (downloaded from opensips
> > >> website) and
> > >> > I have used the LB opensips.cfg file on opensips.org
> > <http://opensips.org>
> > >> <http://opensips.org>
> > >> > <http://opensips.org>.
> > >> >
> > >> > I have also added 80 destinations to the load_balancer
> table.
> > >> > For some reason, destinations above Id 30 aren't
> > considered, always
> > >> > gettibg back 500 Service full.
> > >> >
> > >> > In the same box, I have used this source and built a
> > 32bit Opensips
> > >> > with pbuilder, it works fine for all destinations.
> > >> >
> > >> > With using Opensips 1.6.3 (downloaded from opensips.org
> > <http://opensips.org>
> > >> <http://opensips.org>
> > >> > <http://opensips.org>), the errors are the same (with
> 64bit,
> > >> > destinations above ID 30 doesn1t work at all).
> > >> >
> > >> > when I run lb_list, all destinations are listed, and
> > marked as
> > >> active
> > >> > (true for both opensips 1.6.2 and 1.6.3, both 32bit and
> > 64bit)
> > >> >
> > >> > In syslog, there is no errors.
> > >> >
> > >> > What can cause this?
> > >> >
> > >> > Thanks,
> > >> >
> > >> > Dimitri
> > >> >
> > >>
> >
> 
> > >> >
> > >> > ___
> > >> > Users mailing list
> > >> > Users@lists.opensips.org
> > <mailto:Users@lists.opensips.org> <mailto:Users@lists.opensips.org
> > <mailto:Users@lists.opensips.org>>
> > >> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> > >> >
> > >>
> > >>
> > >> --
> > >> Bogdan-Andrei Iancu
> > 

Re: [OpenSIPS-Users] LB under a 64bit Debian Lenny

2010-08-23 Thread DM
Hi Bogdan,

Any luck regarding this problem?
No need to hurry, I'm just asking :-)

Dimitri

2010/8/10 Bogdan-Andrei Iancu 

> Hi Dimitri,
>
> Hard to tellI will try to do a setup on 64b machine with more than
> 32.
>
> Let me come back to you...
>
> Regards,
> Bogdan
>
> Dmitri G. wrote:
> > Hi,
> >
> > I have compiled Opensips 1.6.2 (downloaded from opensips website) and
> > I have used the LB opensips.cfg file on opensips.org
> > .
> >
> > I have also added 80 destinations to the load_balancer table.
> > For some reason, destinations above Id 30 aren't considered, always
> > gettibg back 500 Service full.
> >
> > In the same box, I have used this source and built a 32bit Opensips
> > with pbuilder, it works fine for all destinations.
> >
> > With using Opensips 1.6.3 (downloaded from opensips.org
> > ), the errors are the same (with 64bit,
> > destinations above ID 30 doesn1t work at all).
> >
> > when I run lb_list, all destinations are listed, and marked as active
> > (true for both opensips 1.6.2 and 1.6.3, both 32bit and 64bit)
> >
> > In syslog, there is no errors.
> >
> > What can cause this?
> >
> > Thanks,
> >
> > Dimitri
> > 
> >
> > ___
> > Users mailing list
> > Users@lists.opensips.org
> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> >
>
>
> --
> Bogdan-Andrei Iancu
> OpenSIPS Bootcamp
> 20 - 24 September 2010, Frankfurt, Germany
> www.voice-system.ro
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] cdrtool always returning postpaid

2009-07-25 Thread Dm
Hello,

I have installed Kamailio1.5.1+cdrtool+added call_control module to
kamailio, it works fine.

Followed instructions about how to setup cdrtool+freeradius+kamailio,
and I have one problem. I have added a prepaid account with using
telnet localhost 9024.
The prepaid account is in the table "prepaid".
I have added call_control(); to Kamailio in the very first invite
checking, it's querying cdrtool as I see in the logs. But cdrtool
returns it's a postpaid account, even if the account is in the prepaid
table.

mysql> select * from prepaid where account='45...@wonder.ro';
++-+--+-+-+-+-+
| id | reseller_id | account  | balance | change_date
   | active_sessions | session_counter |
++-+--+-+-+-+-+
|  1 |   0 | 45...@wonder.ro |  1. | 2009-07-24 16:49:28 |
|   0 |
++-+--+-+-+-+-+
1 row in set (0.00 sec)

Jul 24 21:14:42 wonder cdrtool[10005]: MaxSessionTime Duration=3600
CallId=NzI3NzU5OGJlNGZhMmMxNWFmMjJhZjRiNDcwYmZkYmM. From=si
p:45...@wonder.ro Gateway=10.20.30.30 To=sip:7...@wonder.ro;transport=UDP
Jul 24 17:14:42 wonder call-control[25183]: Call id
NzI3NzU5OGJlNGZhMmMxNWFmMjJhZjRiNDcwYmZkYmM. of 45...@wonder.ro to
sip:7...@wonder.ro;transport=UDP is postpaid not limited

What can be the error about this?

Dmitri

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users