[OpenSIPS-Users] Users Digest, Vol 4, Issue 14

Fahad Ibn Omar Fajardo fajardofa at inbox.com
Thu Nov 6 08:03:42 CET 2008


hi sir,

I'm really having a hard time in configuring mediaproxy and opensips. I always end up in a one way media. could anyone please give me a sample opensips.cfg which has the integration of the mediaproxy... Please. I'm still new in this, and I want to learn it.

Fahad Ibn Omar Fajardo 
President 
Network Sourcing Telecommunications Co. Inc, (NS Telecom) 
Suite B 21st floor Strata 2000 Bldg. Emerald St. Ortigas Center, Pasig City 

Website : www.nstelecommunication.com 
Phone : (+632) 631-1792 
FAX Number : (+632) 636-0021 
Mobile No. : +63922-3117055 / +63926-9442230
NS Telecom No. : 8906
e-mail : fajardofa at nstelecommunication.com, fahadfajardo at gmail.com
hotmail : fajardo.fa at hotmail.com 

"What I am is Gods' gift to me, and what I will be is my gift to GOD..."

"We believe therefore it shall exist..."


> -----Original Message-----
> From: users-request at lists.opensips.org
> Sent: Wed, 05 Nov 2008 16:46:12 +0100
> To: users at lists.opensips.org
> Subject: Users Digest, Vol 4, Issue 14
> 
> Send Users mailing list submissions to
> 	users at lists.opensips.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> 	users-request at lists.opensips.org
> 
> You can reach the person managing the list at
> 	users-owner at lists.opensips.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Users digest..."
> 
> 
> Today's Topics:
> 
>    1.  radius fields (chamo)
>    2. Re: 180 Ringing crashes OpenSIPs (Jeff Pyle)
>    3. Re: How to communicate between PUA and Presence server?
>       (Anca Vamanu)
>    4. Re: [Fwd: [Serdev] the sip router project] (Johansson Olle E)
>    5. Re: How to communicate between PUA and Presence	server?
>       (Schumann Sebastian)
>    6. Re: [Fwd: [Serdev] the sip router project] (Alex Balashov)
>    7. Re: Opensips control panel installation problem (Dragos Oancea)
>    8. Re: Problem with drouting module (Helmut Kuper)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 05 Nov 2008 16:09:24 +0100
> From: chamo <chamo4 at darksun.sk>
> Subject: [OpenSIPS-Users]  radius fields
> To: users at lists.opensips.org
> Message-ID: <4911B724.4030309 at darksun.sk>
> Content-Type: text/plain; charset=ISO-8859-2
> 
> well,
> what i need are these fields for accounting (i do it from radius thru
> cdrtool)
>         User-Name = "02xxxxxxxx at xx.xx.xx.xx"
>         Calling-Station-Id = "sip:02xxxxxxxx at xx.xx.xx.xx"
>         Called-Station-Id = "sip:04xxxxxxxx at xx.xx.xx.xx"
>         Sip-Translated-Request-URI =
> "sip:AA004214xxxxxxxx8 at xx.xx.xx.yy:5060"
> i tried something like this
> modparam("acc", "radius_extra", "User-Name=$fU")
> but in radius i get only
> User-Name = "62.176.161.30"
> 
> i use also logging in acc database on localhost, this works ok
> modparam("acc","db_extra","sip_from=$fU;sip_to=$rU;sipip_from=$si;sipip_to=$Ri")
> 
> thanks
> 
> 
> 
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 5 Nov 2008 10:09:09 -0500
> From: "Jeff Pyle" <jpyle at fidelityvoice.com>
> Subject: Re: [OpenSIPS-Users] 180 Ringing crashes OpenSIPs
> To: <users at lists.opensips.org>
> Message-ID: <7ACBDC7B95F16F468F9512732B8933B358BD1F at dc2003.FAN.local>
> Content-Type: text/plain;	charset="us-ascii"
> 
> I did a fresh update of opensips-1.4 SVN, and a recompile at about 15:00
> UTC today.  It still blows up with early media.
> 
> 
> -----Original Message-----
> From: users-bounces at lists.opensips.org
> [mailto:users-bounces at lists.opensips.org] On Behalf Of Bogdan-Andrei
> Iancu
> Sent: Wednesday, November 05, 2008 3:30 AM
> To: Richard Revels
> Cc: users at lists.opensips.org
> Subject: Re: [OpenSIPS-Users] 180 Ringing crashes OpenSIPs
> 
> Hi Richard,
> 
> Thanks for the update - the backtrace you get shows an older code (it
> was fixed two days ago)
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x003e3cbf in tmcb_func (t=0xb610ef00, type=2, ps=0x184b94) at
> acc_logic.c:259
> 259  if ( !(early_media && code<200 &&
> 
> 
> That line looks now like:
>      if ( code<200 && !(early_media &&
> 
> Please be sure you have the latest 1.4.2 (SVN 1.4 branch).
> 
> Regarards,
> Bogdan
> 
> Richard Revels wrote:
>> I'm getting the same backtrace from core dumps I'm having.  Updating
>> from svn didn't help but turning off the early media accounting seems
>> to be keeping it from happening.
>> 
>> Richard Revels
>> 
>> 
>> On Oct 30, 2008, at 11:17 AM, Bogdan-Andrei Iancu wrote:
>> 
>>> Hi Jeff,
>>> 
>>> It might be related to a fix I did in the ACC module for early_media
>>> - could you disable early_media accounting to see if it still crashes
> ?
>>> 
>>> Thanks and regards,
>>> Bogdan
>>> 
>>> Jeff Pyle wrote:
>>>> Hello,
>>>> 
>>>> We've got a handful of Asterisk boxes that register to today's build
> 
>>>> of opensips_1_4.  All works well.  But, when we call from any of
>>>> these Asterisk boxes to one particular one, OpenSIPs crashes.
>>>> Sometimes it relays the 180 Ringing just before crash, sometimes it
> crashes first.
>>>> 
>>>> Here's the backtrace:
>>>> 
>>>> Program received signal SIGSEGV, Segmentation fault.
>>>> 0x003e3cbf in tmcb_func (t=0xb610ef00, type=2, ps=0x184b94) at
>>>> acc_logic.c:259
>>>> 259  if ( !(early_media && code<200 &&
>>>> (gdb) bt
>>>> #0  0x003e3cbf in tmcb_func (t=0xb610ef00, type=2, ps=0x184b94) at
>>>> acc_logic.c:259
>>>> #1  0x0015c057 in run_trans_callbacks (type=2, trans=0xb610ef00,
>>>> req=0xb610fea8, rpl=0x81cff58, code=180) at t_hooks.c:205
>>>> #2  0x0016653c in t_reply_matching (p_msg=0x81cff58,
>>>> p_branch=0xbfc737f4) at t_lookup.c:840
>>>> #3  0x001669dc in t_check (p_msg=0x81cff58, param_branch=0xbfc737f4)
> 
>>>> at t_lookup.c:911
>>>> #4  0x00177136 in reply_received (p_msg=0x81cff58) at t_reply.c:1288
>>>> #5  0x080651ca in forward_reply (msg=0x81cff58) at forward.c:507
>>>> #6  0x08095536 in receive_msg (
>>>>    buf=0x817a0a0 "SIP/2.0 180 Ringing\r\nVia: SIP/2.0/UDP
>>>> 
> 60.70.82.45;branch=z9hG4bK9027.cfa92ba.0;received=60.70.82.45\r\nVia:
>>>> SIP/2.0/UDP
>>>> 208.157.201.66:5060;received=208.157.201.66;branch=z9hG4bK3206a4aa;r
>>>> port=5060\r\nRecor"...,
>>>> 
>>>> len=697, rcv_info=0xbfc73924) at receive.c:203
>>>> #7  0x080d7ef7 in udp_rcv_loop () at udp_server.c:449
>>>> #8  0x0806d94e in main (argc=1, argv=0xbfc73b14) at main.c:780
>>>> 
>>>> Here's a packet that made it crash.  Not the time that I got this
>>>> particular backtrace, but it crashed nonetheless:
>>>> 
>>>> U +0.008071 208.157.208.67:5060 -> 60.70.82.45:5060 SIP/2.0 180
>>>> Ringing.
>>>> Via: SIP/2.0/UDP
>>>> 60.70.82.45;branch=z9hG4bK28b3.c9a41341.0;received=60.70.82.45.
>>>> Via: SIP/2.0/UDP
>>>> 
> 208.157.201.66:5060;received=208.157.201.66;branch=z9hG4bK5de91597;rport
> =5060.
>>>> 
>>>> Record-Route:
> <sip:60.70.82.45;lr=on;ftag=as1a627d69;did=092.a565c3d2>.
>>>> From: "Jeff Pyle" <sip:02511 at 208.157.201.66>;tag=as1a627d69.
>>>> To: <sip:02061 at sip.fakenet.net>;tag=as70e3a685.
>>>> Call-ID: 3974f19662afbc8a7f20983c6a21218a at 208.157.201.66
>>>> <mailto:3974f19662afbc8a7f20983c6a21218a at 208.157.201.66>.
>>>> CSeq: 103 INVITE.
>>>> User-Agent: Asterisk PBX MFLD.
>>>> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY.
>>>> Supported: replaces.
>>>> Contact: <sip:02061 at 208.157.208.67>.
>>>> Remote-Party-ID: "Office"
>>>> <sip:02061 at 208.157.201.66>;party=called;privacy=off;screen=no.
>>>> 
>>>> This same configuration of Asterisk boxes works fine on OpenSER
>>>> 1.3.2.  Still in the process of migration...
>>>> 
>>>> Any thoughts?
>>>> 
>>>> 
>>>> Thanks,
>>>> Jeff
>>>> 
>>>> --------------------------------------------------------------------
>>>> ----
>>>> 
>>>> 
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users at lists.opensips.org
>>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>> 
>>> 
>>> 
>>> _______________________________________________
>>> Users mailing list
>>> Users at lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>> 
>> 
> 
> 
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Wed, 05 Nov 2008 17:14:34 +0200
> From: Anca Vamanu <anca at voice-system.ro>
> Subject: Re: [OpenSIPS-Users] How to communicate between PUA and
> 	Presence server?
> To: vasant j <vasant.embsys at gmail.com>
> Cc: Users at lists.opensips.org
> Message-ID: <4911B85A.1050302 at voice-system.ro>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hi Vasant,
> 
> The pua server communicates through SIP messages with presence server.
> Depending on the pua_* application you are using, you will have
> SUBSCRIBE or PUBLISH messages being sent from pua to presence server.
> If you are using 1.4_X, you can not set the address at which the
> messages will be sent( the address of the presence server). So the
> messages will be sent to the address of your proxy ( doing srv lookup)
> and to the default port 5060. This is if you don;t add a processing rule
> on local route in you configuration file. The local route will be called
> for messages sent by the proxy, so here you can set the destination
> address.
> In the trunk version on svn you can define a presence_server parameter
> with the address of the presence server.
> 
> regards,
> Anca
> 
> vasant j wrote:
>> Hi All,
>> 
>>          I have added PUA support to Opensips and running as PUA
>> server.I have also configured Presence server and running in different
>> machine.
>> 
>> My question is "How to communicate between two servers(PUA and
>> Presence) if i run in different machines".Kindly tell me how to
>> interface the two servers.
>> 
>> I want to see the traces of information happening between the two
>> servers.
>> 
>> Waiting for your replies.......
>> 
>> Thanks in advance,
>> 
>> Regards,
>> vasant
>> 
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>> 
>> 
> 
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: anca.vcf
> Type: text/x-vcard
> Size: 208 bytes
> Desc: not available
> Url :
> http://lists.opensips.org/pipermail/users/attachments/20081105/05eb3e84/attachment-0001.vcf
> 
> ------------------------------
> 
> Message: 4
> Date: Wed, 5 Nov 2008 16:28:01 +0100
> From: Johansson Olle E <oej at edvina.net>
> Subject: Re: [OpenSIPS-Users] [Fwd: [Serdev] the sip router project]
> To: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
> Cc: sr-dev at lists.sip-router.org, openser users
> 	<users at lists.opensips.org>
> Message-ID: <EAAD89AE-7397-4497-B502-1228318D0738 at edvina.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
> 
> 
> 5 nov 2008 kl. 11.41 skrev Bogdan-Andrei Iancu:
> 
>> After 7 year of SER/OpenSER I (and many other) got to simplest
>> conclusion that the current design is not able to sustain the progress
>> of SER / OpenSER (like scripting, async calls, integration, scaling,
>> etc) ? Mainly because SER was design 7 years ago when there was only
>> stateless processing, no TCP, etc....
>> 
>> And I personally do not see any future in keep trying to patch the
>> existing design as it has no future
> Bogdan,
> 
> Thanks for the good insight in why you don't want to join the effort,
> but go your own way. If you have different ideas for the core than what
> you understand from the other teams, then there's no reason for you
> to join the effort. I did not realize that was the case, now I do
> understand
> you better.
> 
>> nature invented forking for seeking new alternatives!
> 
> A good way of expressing it :-)
> 
> At the same time, there's something to be said for the old, solid and
> good
> non-forked original product... Abba is still more enjoyable than all the
> forks... Ha ha!
> 
> Cheers,
> /O
> 
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Wed, 5 Nov 2008 16:27:48 +0100
> From: "Schumann Sebastian" <Sebastian.Schumann at t-com.sk>
> Subject: Re: [OpenSIPS-Users] How to communicate between PUA and
> 	Presence	server?
> To: "Anca Vamanu" <anca at voice-system.ro>, "vasant j"
> 	<vasant.embsys at gmail.com>
> Cc: Users at lists.opensips.org
> Message-ID:
> 	<CDB591498A292F428256208C37AA0AA41CE0F4A6 at KEEXCHANGE2.st.sk>
> Content-Type: text/plain;	charset="iso-8859-1"
> 
> Hi,
> 
> pua parameter outbound_proxy helped for me
> http://www.opensips.org/html/docs/modules/1.4.x/pua.html#id2513540
> 
> Sebastian
> 
>> -----Original Message-----
>> From: users-bounces at lists.opensips.org
>> [mailto:users-bounces at lists.opensips.org] On Behalf Of Anca Vamanu
>> Sent: Wednesday, 05. November 2008 16:15
>> To: vasant j
>> Cc: Users at lists.opensips.org
>> Subject: Re: [OpenSIPS-Users] How to communicate between PUA
>> and Presence server?
>> 
>> Hi Vasant,
>> 
>> The pua server communicates through SIP messages with
>> presence server.
>> Depending on the pua_* application you are using, you will
>> have SUBSCRIBE or PUBLISH messages being sent from pua to
>> presence server.
>> If you are using 1.4_X, you can not set the address at which
>> the messages will be sent( the address of the presence
>> server). So the messages will be sent to the address of your
>> proxy ( doing srv lookup) and to the default port 5060. This
>> is if you don;t add a processing rule on local route in you
>> configuration file. The local route will be called for
>> messages sent by the proxy, so here you can set the
>> destination address.
>> In the trunk version on svn you can define a presence_server
>> parameter with the address of the presence server.
>> 
>> regards,
>> Anca
>> 
>> vasant j wrote:
>>> Hi All,
>>> 
>>>          I have added PUA support to Opensips and running as PUA
>>> server.I have also configured Presence server and running
>> in different
>>> machine.
>>> 
>>> My question is "How to communicate between two servers(PUA and
>>> Presence) if i run in different machines".Kindly tell me how to
>>> interface the two servers.
>>> 
>>> I want to see the traces of information happening between
>> the two servers.
>>> 
>>> Waiting for your replies.......
>>> 
>>> Thanks in advance,
>>> 
>>> Regards,
>>> vasant
>>> 
>>> _______________________________________________
>>> Users mailing list
>>> Users at lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>> 
>>> 
>> 
>> 
> 
> 
> 
> ------------------------------
> 
> Message: 6
> Date: Wed, 05 Nov 2008 10:29:08 -0500
> From: Alex Balashov <abalashov at evaristesys.com>
> Subject: Re: [OpenSIPS-Users] [Fwd: [Serdev] the sip router project]
> To: Johansson Olle E <oej at edvina.net>
> Cc: sr-dev at lists.sip-router.org, openser users
> 	<users at lists.opensips.org>
> Message-ID: <4911BBC4.9070708 at evaristesys.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Johansson Olle E wrote:
> 
>> Abba is still more enjoyable than all the forks... Ha ha!
> 
> True!
> 
> --
> Alex Balashov
> Evariste Systems
> Web    : http://www.evaristesys.com/
> Tel    : (+1) (678) 954-0670
> Direct : (+1) (678) 954-0671
> Mobile : (+1) (706) 338-8599
> 
> 
> 
> ------------------------------
> 
> Message: 7
> Date: Wed, 05 Nov 2008 17:35:18 +0200
> From: Dragos Oancea <dragos at voice-system.ro>
> Subject: Re: [OpenSIPS-Users] Opensips control panel installation
> 	problem
> To: Soner Kacar <bolcene at gmail>
> Cc: users at lists.opensips.org
> Message-ID: <4911BD36.9070707 at voice-system.ro>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Hi
> 
> Soner Kacar wrote:
>> Hi All
>> 
>> I tried to install opensips control panel today, but I have some
>> problems with sql scripts
>> 
>> 1) installation instruction states that :
>>    install opensips_cdrs_1_2.sql a mysql stored procedure that generates
>> cdrs  from the acc table
>>         mysql -Dopensips -p < opensips_cdrs_1_4.sql
>> 
>> but script file opensips_cdrs_1_4.sql is not exists, I found only
>> openser_cdrs_1_2.sql
>> 
>> :/usr/src/opensips-cp# find . -name "*sql"
>> ./web/tools/cdrviewer/openser_cdrs_1_2.sql
>> ./web/tools/cdrviewer/cdrs.sql
>> ./web/tools/siptrace/template/prepaid.sql
>> ./web/tools/smonitor/monitoring_stats.sql
>> ./web/tools/smonitor/tables.sql
>> ./web/tools/smonitor/monitored_stats.sql
>> ./web/tools/drouting/drouting.sql
> 
> 
> The stored procedure that generates CDRs from the acc table is here:
> /web/tools/cdrviewer/openser_cdrs_1_2.sql -  so you should be installing
> it with smth like this:
>        mysql -Dopensips -p < ./web/tools/cdrviewer/opensips_cdrs_1_2.sql
> 
> The project doc is not that good yet...
> 
>> 
>> openser_cdrs_1_2.sql file is also not correct, After I have changed the
>> sql file accordingly I run the comman again.
>> 
>> /usr/src/opensips-cp# mysql -Dopensips -p <
>> ./web/tools/cdrviewer/openser_cdrs_1_2.sql
>> Enter password:
>> ERROR 1064 (42000) at line 2: You have an error in your SQL syntax;
>> check the manual that corresponds to your MySQL server version for the
>> right syntax to use near 'PROCEDURE IF EXISTS openser_cdrs_1_2' at line
>> 1
>> I deleted the line 'PROCEDURE IF EXISTS openser_cdrs_1_2' and tried
>> again ......
>> 
>> /usr/src/opensips-cp# mysql -Dopensips -p <
>> ./web/tools/cdrviewer/openser_cdrs_1_2.sql
>> Enter password:
>> ERROR 1064 (42000) at line 3: You have an error in your SQL syntax;
>> check the manual that corresponds to your MySQL server version for the
>> right syntax to use near 'PROCEDURE openser_cdrs_1_2()
>> BEGIN
>>   DECLARE done INT DEFAULT 0;
>>   DECLARE bye_r' at line 1
>> 
>> my mysql version:
>> :/usr/src/opensips-cp# mysql -V
>> mysql  Ver 14.7 Distrib 4.1.11, for unknown-linux-gnu (sparc)
>> 
>> any idea ??
>> 
> 
> You should be using Mysql 5 . Mysql 4 does not have stored procedures ,
> as far as I know.
> 
>> 
>> ------------------------------------------------------------------------
>> 
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> 
> --
> 
> 
> Dragos Oancea
> VOIP Developer
> Voice System
> www.voice-system.ro
> +40 21 637 2407
> 
> 
> 
> 
> 
> 
> ------------------------------
> 
> Message: 8
> Date: Wed, 05 Nov 2008 16:37:23 +0100
> From: Helmut Kuper <helmut.kuper at ewetel.de>
> Subject: Re: [OpenSIPS-Users] Problem with drouting module
> To: "users at lists.opensips.org" <users at lists.opensips.org>
> Message-ID: <4911BDB3.9040702 at ewetel.de>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi Bogdan,
> 
> I just looked into trunk and still found goupid field in table dr_groups
> as varchar ...
> 
> http://opensips.svn.sourceforge.net/viewvc/opensips/trunk/scripts/mysql/drouting-create.sql
> 
> regards
> Helmut
> 
> Bogdan-Andrei Iancu schrieb:
>> Hi Helmut,
>> 
>> Indeed there was this error which was reported and fixed couple of weeks
>> ago. If you update from SVN, you will get the proper table definition
>> and description.
>> 
>> Regards,
>> Bogdan
>> 
>> Helmut Kuper wrote:
>> Hi,
>> 
>> ok I solved it. There is an error in dr_groups table definition. groupid
>> field has to be integer instead of varchar.
>> 
>> Here my working table scheme:
>> 
>> CREATE TABLE `dr_groups` (
>>   `id` int(10) unsigned NOT NULL auto_increment,
>>   `username` varchar(64) character set latin1 NOT NULL,
>>   `domain` varchar(128) character set latin1 NOT NULL default '',
>>   `groupid` int(11) unsigned NOT NULL,
>>   `description` varchar(128) character set latin1 NOT NULL default '',
>>   PRIMARY KEY  (`id`)
>> ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
>> 
>> 
>> regards
>> Helmut
>> 
>> 
>> 
>> 
>> Helmut Kuper schrieb:
>> 
>>>>> Hello,
>>>>> 
>>>>> I try to use trunk's drouting module and I fount that there is a
>>>>> problem
>>>>> with using dr_routing() in opensips script. Console shows this:
>>>>> 
>>>>> 
>>>>> 
>>>>> Nov  4 16:52:25 [6434] INFO:drouting_new:dr_init: Dynamic-Routing -
>>>>> initializing
>>>>> Nov  4 16:52:25 [6434] INFO:core:probe_max_receive_buffer: using a
>>>>> UDP
>>>>> receive buffer of 255 kb
>>>>> Nov  4 16:52:25 [6436] INFO:mi_xmlrpc:xmlrpc_process: starting xmlrpc
>>>>> server
>>>>> 
>>>>> INVITE
>>>>> -------------------------- Tue Nov  4 16:52:28 2008
>>>>> ----------------------------
>>>>> Main    : Received message <INVITE>
>>>>> Nov  4 16:52:28 [6434] ERROR:drouting_new:get_group_id: null or
>>>>> non-integer group_id
>>>>> Nov  4 16:52:28 [6434] ERROR:drouting_new:do_routing: failed to get
>>>>> group id
>>>>> 
>>>>> 
>>>>> 
>>>>> And indeed the group_id field in database is defined as a varchar and
>>>>> not as an integer. Seems like a bug to me.
>>>>> 
>>>>> When I change the field to integer, drouting module can not
>>>>> initialize
>>>>> because it expects a varchar or string type.
>>>>> 
>>>>> 
>>>>> regards
>>>>> helmut
>>>>> 
>> 
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>> 
>> 
>>> 
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>> 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iEYEARECAAYFAkkRvbMACgkQ4tZeNddg3dwYTQCfQuGC2F7ZXF5VAmpiC9QlOMar
> WtcAmgNiiw0npP4NwjuftgzWX0p1OUDX
> =nTDf
> -----END PGP SIGNATURE-----
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> 
> 
> End of Users Digest, Vol 4, Issue 14
> ************************************



More information about the Users mailing list