>
> OK,
>
> If for example I loaded at startup 30K raws.
> Then, after 5 min 20 raws needs to change...
> I truncate the carrierroute table, populate it again with 20 raws onlye
> and reload....
>
> what about the others? they will be gone right?
>
>
>
Dear List members,
I would like to use MSRP as part of SIP communication for
session based IM, and file transfer.
Is there an MSRP relay software that works well with Kamailio?
Appreciate any help.
Thanks
Krish Kura
Hi
I'm using Kamailio 3.1.5 and want to fork calls to all members in the
same group defined in dbaliase. e.g. alias_username is 'clients' for 3
usernames: 'clientone', 'clienttwo', 'clientthree'.
If any of the 3 users are online, call to the alias_username 'clients'
looks fine: INVITE is forked to all online users etc.
But problem comes when none of the users are online: in this case,
t_relay will cause a server error 500, as server tries to relay to the
user on trunk, e.g. clientone(a)domain.com, for which failed to find a
location entry and uri remaied clientone(a)domain.com rather than an IP
address.
I expected server to send a 404 if non of the users for alias_username
'clients' is online. How should I fix it please?
Following is relevant parts from my config file:
#############################################################
route[LOCATION]
{
if ( alias_db_lookup("dbaliases") )
{
t_on_branch("BRANCH_ALIASDB"); # in branch_route[BRANCH_ALIASDB],
# call another route that looks up
location,
# if not existent, call drop()
}
else
{
xlog("L_DBG","LOCATION: not alias - go to lookup location trunk\n");
route(LOCATION_TRUNK); # normal look up location and sending of 404 etc
}
... ...
}
#############################################################
branch_route[BRANCH_ALIASDB]
{
xlog("L_DBG", "BRANCH_ALIASDB: $fU@$fd -> $rU@$rd; Method:$rm\n");
route(LOCATION_BRANCH);
}
route[LOCATION_BRANCH]
{
if (!lookup("location"))
{
# Drop this branch - it's going nowhere
drop();
}
}
#############################################################
route[RELAY] {
xlog("L_DBG","RELAY: method=$rm, callid=$ci, cseq=$cs\n");
#!ifdef WITH_NAT
if (check_route_param("nat=yes")) {
setbflag(FLB_NATB);
}
if (isflagset(FLT_NATS) || isbflagset(FLB_NATB)) {
xlog("L_DBG", "RELAY: about to call RTPPROXY\n");
route(RTPPROXY);
}
#!endif
/* example how to enable some additional event routes */
if (is_method("INVITE")) {
t_on_reply("REPLY_ONE");
t_on_failure("FAIL_ONE");
}
if (!t_relay()) {
sl_reply_error();
}
exit;
}
#############################################################
And in the main route, route LOCATION and RELAY are the last two routes:
route {
...
# user location service
route(LOCATION);
route(RELAY);
}
Thanks very much!
Yufei
--
Yufei Tao
Red Embedded
This E-mail and any attachments hereto are strictly confidential and intended solely for the addressee. If you are not the intended addressee please notify the sender by return and delete the message.
You must not disclose, forward or copy this E-mail or attachments to any third party without the prior consent of the sender.
Red Embedded Design, Company Number 06688253 Registered in England: The Waterfront, Salts Mill Rd, Saltaire, BD17 7EZ
ya debug is set to 3 already.. also #!define WITH_DEBUG
dont hav any -d command..
On Tue, Dec 13, 2011 at 9:06 PM, Daniel-Constantin Mierla <miconda(a)gmail.com
> wrote:
> I cannot see any DEBUG messages, are you sure the debug=3 in your config
> and you dont have other -d command line parameters?
>
> Cheers,
> Daniel
>
>
> On 12/13/11 12:58 PM, MingHon wrote:
>
> Hi,
>
> the attachment was 2mb i remove it from approval. i did sentto ur email
> too..
>
> anyway i attached the file with 7 zip.. reduced to 60k now..
>
> --
> Regards,
>
> MingHon
>
>
> On Tue, Dec 13, 2011 at 7:00 PM, Daniel-Constantin Mierla <
> miconda(a)gmail.com> wrote:
>
>> Hello,
>>
>> have you sent them to me or to mailing list? On the mailing list I could
>> not find an attachment, also I didn't get an email on myself only.
>>
>> Cheers,
>> Daniel
>>
>>
>> On 12/13/11 10:39 AM, MingHon wrote:
>>
>>
>> Hello,
>>>
>>> i attached the log/messages files please take a look...
>>>
>>> Cheers,
>>> MingHon
>>>
>>>
>>> On Tue, Dec 13, 2011 at 4:58 PM, Daniel-Constantin Mierla <
>>> miconda(a)gmail.com> wrote:
>>>
>>>> Hello,
>>>>
>>>>
>>>> On 12/13/11 9:24 AM, Daniel-Constantin Mierla wrote:
>>>>
>>>> Hello,
>>>>
>>>> are you using any private developed module or extension? There seems to
>>>> be a buffer overflow as well.
>>>>
>>>> if you don't have any private extension, can you send directly to me
>>>> the entire log from start of kamailio with following global parameters:
>>>>
>>>> debug=3
>>>> memlog=4
>>>> memdbg=4
>>>>
>>>> errata - the values of the global parameters were wrong -- actually
>>>> the above three lines should be:
>>>>
>>>> debug=3
>>>> memlog=1
>>>> memdbg=1
>>>>
>>>> Cheers,
>>>> Daniel
>>>>
>>>>
>>>>
>>>> Cheers,
>>>> Daniel
>>>>
>>>> On 12/13/11 8:51 AM, MingHon wrote:
>>>>
>>>> im using version: kamailio 3.1.4 (i386/linux)
>>>> after kamctl start it return
>>>> INFO: Starting Kamailio :
>>>> INFO: started (pid: 3589)
>>>>
>>>> ps aux | grep 3589
>>>> root 3609 0.0 0.0 4012 704 pts/0 S+ 15:48 0:00 grep
>>>> 3589
>>>>
>>>> here is the log message.
>>>>
>>>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR:
>>>> db_mysql [km_dbase.c:120]: driver error on query: Commands out of sync; you
>>>> can't run this command now
>>>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core>
>>>> [db_query.c:101]: error while submitting query
>>>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core>
>>>> [db.c:366]: error in db_query
>>>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core>
>>>> [db.c:405]: querying version for table location
>>>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: usrloc
>>>> [dlist.c:491]: error during table version check.
>>>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: : <core>
>>>> [mem/q_malloc.c:146]: BUG: qm_*: fragm. 0x838b11c (address 0x838b134) end
>>>> overwritten(0, 0)!
>>>> Dec 13 15:43:41 hostname kamailio: ERROR: <core> [daemonize.c:307]:
>>>> Main process exited before writing to pipe
>>>>
>>>>
>>>>
>>>> On Tue, Dec 13, 2011 at 12:53 AM, Daniel-Constantin Mierla <
>>>> miconda(a)gmail.com> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>>
>>>>> On 12/12/11 4:09 PM, MingHon wrote:
>>>>>
>>>>> btw im using kamailio 3.1
>>>>>
>>>>>
>>>>> which one exactly? Just send output of 'kamailio -V'.
>>>>>
>>>>> Also, watch the log messages with debug=3 and get the one related to
>>>>> the error messages to see which module is executing that command.
>>>>>
>>>>> Cheers,
>>>>> Daniel,
>>>>>
>>>>>
>>>>>
>>>>> On Mon, Dec 12, 2011 at 11:08 PM, MingHon <gminghon(a)gmail.com> wrote:
>>>>>
>>>>>> Hi List,
>>>>>>
>>>>>> im doing a fresh install, everything installed successfully but when
>>>>>>
>>>>>> i try to start kamailio with kamctl start i receive this error.
>>>>>>
>>>>>> when im using mysql 5.5 rpm version i get this error....
>>>>>>
>>>>>> if install with mysql 5.0 rpm i dont receive that error it run
>>>>>> perfectly.
>>>>>>
>>>>>> is mysql 5.5 incompatible yet?
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Regards,
>>>>>>
>>>>>> MingHon
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Regards,
>>>>>
>>>>> MingHon
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>>>>
>>>>>
>>>>> --
>>>>> Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Regards,
>>>>
>>>> MingHon
>>>>
>>>>
>>>> _______________________________________________
>>>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>>>
>>>>
>>>> --
>>>> Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>>>
>>>>
>>>> --
>>>> Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards,
>>>
>>> MingHon
>>>
>>
>>
>>
>> --
>> Regards,
>>
>> MingHon
>>
>>
>> _______________________________________________
>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>
>>
>> --
>> Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
>>
>>
>
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
> --
> Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
>
>
--
Regards,
MingHon
--
Regards,
MingHon
On 12/13/11 11:45 AM, Uri Shacked wrote:
> thanks,
> I work with centos...
rpms for latest stable release of 3.2.x series are generated and
available for download, details about distros at:
http://www.kamailio.org/wiki/packages/rpms
Cheers,
Daniel
>
> On Tue, Dec 13, 2011 at 10:31 AM, Daniel-Constantin Mierla
> <miconda(a)gmail.com <mailto:miconda@gmail.com>> wrote:
>
> Hello,
>
>
> On 12/12/11 7:38 PM, Uri Shacked wrote:
>> I installed with those instructions once... from scratch....
>> I thought mayby there is a quicker way (like update in windows
>> msi..... :-)) when my system is already configured nicely..
> it is even better than windo$. For example, if you use debian (or
> ubuntu), just set the apt repository to our debs server where we
> have nighlty builds, see this page:
>
> * http://www.kamailio.org/wiki/packages/debs
>
> The you do:
>
> apt-get install kamailio kamailio-mysql-modules ...
>
> Whenever you need upgrade, just do:
>
> apt-get update
> apt-get upgrade
>
> The better part is that the uninstall really works and you don't
> get trojans/viruses.
>
> Cheers,
> Daniel
>
>
>> Thanks,
>> I must say i think kamailio is great !! a real SIP application
>> server, perfect for many implementations.
>> Cheers!
>>
>>
>> On Mon, Dec 12, 2011 at 2:51 PM, Daniel-Constantin Mierla
>> <miconda(a)gmail.com <mailto:miconda@gmail.com>> wrote:
>>
>> Hello,
>>
>>
>> On 12/12/11 1:35 PM, Uri Shacked wrote:
>>>
>>> thanks,
>>> since i am not so good with linux... :-( sorry....
>>> after doing GIT like :
>>> # git clone –depth 1 git://git.sip-router.org/sip-router <http://git.sip-router.org/sip-router> kamailio
>>> # cd kamailio
>>> # git checkout -b 3.2 origin/3.2
>>> # make FLAVOUR=kamailio cfg
>>> what do i do next?
>>> make install?
>>
>> yes, make install. You can read a tutorial about installing
>> kamailio 3.2 from git at:
>>
>> * http://www.kamailio.org/wiki/install/3.2.x/git
>>
>> Cheers,
>> Daniel
>>
>>
>>> On Mon, Dec 12, 2011 at 12:18 PM, Daniel-Constantin Mierla
>>> <miconda(a)gmail.com <mailto:miconda@gmail.com>> wrote:
>>>
>>> Hello,
>>>
>>> you have to upgrade to 3.2.1 (or use the latest git
>>> branch 3.2). The current keepalive mechanism was
>>> refactored a bit after the release of 3.2.0, as they
>>> were overlapping cases.
>>>
>>> Cheers,
>>> Daniel
>>>
>>>
>>> On 12/12/11 11:13 AM, Uri Shacked wrote:
>>>> version :
>>>> version: kamailio 3.2.0 (i386/linux) e19bb8
>>>> flags: STATS: Off, USE_IPV6, USE_TCP, USE_TLS,
>>>> TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST,
>>>> DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC,
>>>> DBG_QM_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT,
>>>> USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR,
>>>> USE_DST_BLACKLIST, HAVE_RESOLV_RES
>>>> ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144,
>>>> MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535,
>>>> DEFAULT PKG_SIZE 4MB
>>>> poll method support: poll, epoll_lt, epoll_et,
>>>> sigio_rt, select.
>>>> id: e19bb8
>>>> compiled on 18:43:11 Oct 24 2011 with gcc 4.1.2
>>>> and with log level 3 :
>>>> 13(11897) ERROR: <script>: OSPRPL is 408 now disable
>>>> destination
>>>> 13(11897) ERROR: *** cfgtrace:
>>>> c=[/usr/local/etc/kamailio/kamailio.cfg] l=1266 a=26
>>>> n=ds_mark_dst
>>>> 13(11897) DEBUG: dispatcher [dispatch.c:1994]: mode [1]
>>>> grp [47] dst [sip:10.10.21.28]
>>>> 13(11897) ERROR: *** cfgtrace:
>>>> c=[/usr/local/etc/kamailio/kamailio.cfg] l=1267 a=26 n=xlog
>>>> 13(11897) ERROR: <script>: after disabling destination
>>>>
>>>> On Mon, Dec 12, 2011 at 11:14 AM, Daniel-Constantin
>>>> Mierla <miconda(a)gmail.com <mailto:miconda@gmail.com>>
>>>> wrote:
>>>>
>>>> Hello,
>>>>
>>>> cn you give output of 'kamailio -V' and the log
>>>> messages with debug=3 in config file?
>>>>
>>>> Note that from the moment you set the gateway in
>>>> some state and you dump the list via mi, there can
>>>> be keepalives that change the state.
>>>>
>>>> Cheers,
>>>> Daniel
>>>>
>>>>
>>>> On 12/11/11 3:42 PM, Uri Shacked wrote:
>>>>> Hi,
>>>>> i tried to change the ds_probing_mode as well. it
>>>>> didn't do any good.
>>>>> i need the probing mode to be set to 1 anyway.
>>>>> so,
>>>>> any ideas?
>>>>> here is the cfg again:
>>>>> after the failure route i turn to this route
>>>>> "route[OSPRPLERR] {
>>>>> xlog("$C(rg) SCRIPT : in OSPRPLERR $ru $C(xx)\n");
>>>>> if($avp(OSPRPL)!=404) {
>>>>> xlog("$C(rg) OSPRPL is $avp(OSPRPL)*now disable
>>>>> destination* $C(xx)\n");
>>>>> ds_mark_dst("AP");
>>>>> xlog("$C(rg) *after disabling destination*
>>>>> $C(xx)\n");
>>>>> }"
>>>>> here is the log:
>>>>>
>>>>> 13(5760) ERROR: <script>: SCRIPT : in OSPRPLERR
>>>>> sip:36264529@10.10.21.29
>>>>> <mailto:sip%3A36264529@10.10.21.29>
>>>>> 13(5760) ERROR: *** cfgtrace:
>>>>> c=[/usr/local/etc/kamailio/kamailio.cfg] l=1264
>>>>> a=17 n=if
>>>>> 13(5760) ERROR: *** cfgtrace:
>>>>> c=[/usr/local/etc/kamailio/kamailio.cfg] l=1259
>>>>> a=26 n=xlog
>>>>> 13(5760) ERROR: <script>: OSPRPL is 408 *now
>>>>> disable destination
>>>>> *13(5760) ERROR: *** cfgtrace:
>>>>> c=[/usr/local/etc/kamailio/kamailio.cfg] l=1260
>>>>> a=26 n=ds_mark_dst
>>>>> 13(5760) ERROR: *** cfgtrace:
>>>>> c=[/usr/local/etc/kamailio/kamailio.cfg] l=1261
>>>>> a=26 n=xlog
>>>>> 13(5760) ERROR: <script>: *after disabling
>>>>> destination*
>>>>>
>>>>> now i check the dispatcher list status:
>>>>> kamctl fifo ds_list
>>>>>
>>>>> SET:: 47
>>>>> URI:: sip:10.10.21.20 flags=AX priority=25
>>>>> attrs=OSP_B4
>>>>> URI:: sip:10.10.21.22 flags=AX priority=25
>>>>> attrs=OSP_B3
>>>>> URI:: sip:10.10.21.23 flags=AX priority=25
>>>>> attrs=OSP_B2
>>>>> URI:: sip:10.10.21.21 flags=AX priority=25
>>>>> attrs=OSP_B1
>>>>> SET:: 41
>>>>> URI:: sip:10.10.21.29 flags=AX priority=25
>>>>> attrs=OSP_A4
>>>>> URI:: sip:10.10.21.27 flags=AX priority=25
>>>>> attrs=OSP_A3
>>>>> URI:: sip:10.10.21.25 flags=AX priority=25
>>>>> attrs=OSP_A1
>>>>> URI:: sip:10.10.21.24 flags=AX priority=25
>>>>> attrs=OSP_A2
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>>>>> sr-users(a)lists.sip-router.org <mailto:sr-users@lists.sip-router.org>
>>>>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>>>
>>>> --
>>>> Daniel-Constantin Mierla --http://www.asipto.com <http://www.asipto.com/>
>>>> http://linkedin.com/in/miconda -- http://twitter.com/miconda
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>>>> sr-users(a)lists.sip-router.org <mailto:sr-users@lists.sip-router.org>
>>>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>>
>>> --
>>> Daniel-Constantin Mierla --http://www.asipto.com <http://www.asipto.com/>
>>> http://linkedin.com/in/miconda -- http://twitter.com/miconda
>>>
>>>
>>
>> --
>> Daniel-Constantin Mierla --http://www.asipto.com <http://www.asipto.com/>
>> http://linkedin.com/in/miconda -- http://twitter.com/miconda
>>
>>
>>
>>
>> _______________________________________________
>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>> sr-users(a)lists.sip-router.org <mailto:sr-users@lists.sip-router.org>
>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
> --
> Daniel-Constantin Mierla --http://www.asipto.com <http://www.asipto.com/>
> http://linkedin.com/in/miconda -- http://twitter.com/miconda
>
>
--
Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
> Hello,
>
> i attached the log/messages files please take a look...
>
> Cheers,
> MingHon
>
>
> On Tue, Dec 13, 2011 at 4:58 PM, Daniel-Constantin Mierla <
> miconda(a)gmail.com> wrote:
>
>> Hello,
>>
>>
>> On 12/13/11 9:24 AM, Daniel-Constantin Mierla wrote:
>>
>> Hello,
>>
>> are you using any private developed module or extension? There seems to
>> be a buffer overflow as well.
>>
>> if you don't have any private extension, can you send directly to me the
>> entire log from start of kamailio with following global parameters:
>>
>> debug=3
>> memlog=4
>> memdbg=4
>>
>> errata - the values of the global parameters were wrong -- actually the
>> above three lines should be:
>>
>> debug=3
>> memlog=1
>> memdbg=1
>>
>> Cheers,
>> Daniel
>>
>>
>>
>> Cheers,
>> Daniel
>>
>> On 12/13/11 8:51 AM, MingHon wrote:
>>
>> im using version: kamailio 3.1.4 (i386/linux)
>> after kamctl start it return
>> INFO: Starting Kamailio :
>> INFO: started (pid: 3589)
>>
>> ps aux | grep 3589
>> root 3609 0.0 0.0 4012 704 pts/0 S+ 15:48 0:00 grep
>> 3589
>>
>> here is the log message.
>>
>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR:
>> db_mysql [km_dbase.c:120]: driver error on query: Commands out of sync; you
>> can't run this command now
>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core>
>> [db_query.c:101]: error while submitting query
>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core>
>> [db.c:366]: error in db_query
>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core>
>> [db.c:405]: querying version for table location
>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: usrloc
>> [dlist.c:491]: error during table version check.
>> Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: : <core>
>> [mem/q_malloc.c:146]: BUG: qm_*: fragm. 0x838b11c (address 0x838b134) end
>> overwritten(0, 0)!
>> Dec 13 15:43:41 hostname kamailio: ERROR: <core> [daemonize.c:307]: Main
>> process exited before writing to pipe
>>
>>
>>
>> On Tue, Dec 13, 2011 at 12:53 AM, Daniel-Constantin Mierla <
>> miconda(a)gmail.com> wrote:
>>
>>> Hello,
>>>
>>>
>>> On 12/12/11 4:09 PM, MingHon wrote:
>>>
>>> btw im using kamailio 3.1
>>>
>>>
>>> which one exactly? Just send output of 'kamailio -V'.
>>>
>>> Also, watch the log messages with debug=3 and get the one related to the
>>> error messages to see which module is executing that command.
>>>
>>> Cheers,
>>> Daniel,
>>>
>>>
>>>
>>> On Mon, Dec 12, 2011 at 11:08 PM, MingHon <gminghon(a)gmail.com> wrote:
>>>
>>>> Hi List,
>>>>
>>>> im doing a fresh install, everything installed successfully but when
>>>>
>>>> i try to start kamailio with kamctl start i receive this error.
>>>>
>>>> when im using mysql 5.5 rpm version i get this error....
>>>>
>>>> if install with mysql 5.0 rpm i dont receive that error it run
>>>> perfectly.
>>>>
>>>> is mysql 5.5 incompatible yet?
>>>>
>>>> Thanks,
>>>>
>>>>
>>>> --
>>>> Regards,
>>>>
>>>> MingHon
>>>>
>>>
>>>
>>>
>>> --
>>> Regards,
>>>
>>> MingHon
>>>
>>>
>>> _______________________________________________
>>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>>
>>>
>>> --
>>> Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
>>>
>>>
>>
>>
>> --
>> Regards,
>>
>> MingHon
>>
>>
>> _______________________________________________
>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>
>>
>> --
>> Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
>>
>>
>>
>> _______________________________________________
>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>
>>
>> --
>> Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
>>
>>
>
>
> --
> Regards,
>
> MingHon
>
--
Regards,
MingHon
i have defined two routes:
route [TEST_ROUTE_MINUS_ONE] {
return (-1);
}
route [TEST_ROUTE_PLUS_ONE] {
return (1);
}
and then test them with these statements:
if (route(TEST_ROUTE_MINUS_ONE) == -1) {
xlog("L_INFO", "TEST_ROUTE returned -1\n");
}
if (!route(TEST_ROUTE_MINUS_ONE)) {
xlog("L_INFO", "TEST_ROUTE returned failure\n");
}
if (route(TEST_ROUTE_PLUS_ONE) == 1) {
xlog("L_INFO", "TEST_ROUTE returned 1\n");
}
if (route(TEST_ROUTE_PLUS_ONE)) {
xlog("L_INFO", "TEST_ROUTE returned success\n");
}
can someone explain, why i get only three lines to syslog?
Dec 10 16:14:56 sip /usr/sbin/sip-proxy[16099]: INFO: TEST_ROUTE_MINUS_ONE returned failure
Dec 10 16:14:56 sip /usr/sbin/sip-proxy[16099]: INFO: TEST_ROUTE_PLUS_ONE returned 1
Dec 10 16:14:56 sip /usr/sbin/sip-proxy[16099]: INFO: TEST_ROUTE_PLUS_ONE returned success
-- juha
HiI need to use the rtp repacketization feature of rtpproxy. Now i have also some custom rtp obsfucation modules which hides the rtp header and rtp payload size. Now if i want to use rtp repacketization(for_rtp_proxy(zNN)) , would it work? I mean does the rtp repacketization requires any header information? the architecture is described below: Dialer--------------->RTP Obsfucation--------------->kamailio + rtpproxy-------------------->Asterisk The rtp obsfucation works like this:Dialer obsfucates the packet and rtp proxy decodes it, from the other side Asterisk sends plain packets and the module obsfucates it. Its also stated in the manual the rtp repacketization is "possible" the it will repacket the rtps. Now Whats the conditions for which its not "possible"?
With Best Regards
Ariful Hossain Tuhin
email: 1. etothepowerpi(a)gmail.com 2. etothepowerpi(a)hotmail.com 3.etothepowerpi(a)yahoo.com
skype: freeburn1986
Hi List,
im doing a fresh install, everything installed successfully but when
i try to start kamailio with kamctl start i receive this error.
when im using mysql 5.5 rpm version i get this error....
if install with mysql 5.0 rpm i dont receive that error it run perfectly.
is mysql 5.5 incompatible yet?
Thanks,
--
Regards,
MingHon