[SR-Users] looks like send core function does not exist

2013-04-06 Thread Juha Heinanen
i removed corex from loaded modules and added string argument to send: send("192.98.102.20:5070"); that gave error: 0(15695) ERROR: [cfg.y:3415]: cfg. parser: failed to find command send 0(15695) : [cfg.y:3554]: parse error in config file /etc/sip-proxy/sip-proxy.cfg, line 1578, colu

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-06 Thread Ramaseshi reddy kolli
Hi, Once in a while it captures outbound SIP Invite but it captures always 100 trying, 180 and 200 OK and some times it captures inbound SIP INVITE as well. Thanks Ram ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-06 Thread Alexandr Dubovikov
Hi, can you please start ngrep -W byline -l -t port 9060 and check if you really don't have outgoing messages. Wbr, Alexandr From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Ramaseshi reddy kolli Sent: Saturday, April 06, 2013 11:0

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-06 Thread Ramaseshi reddy kolli
Hi, I have tried by setting flag only but still no luck,Here is the configuration i am using. # sip trace modparam("siptrace", "trace_to_database", 0) modparam("siptrace", "db_url", "") modparam("siptrace", "duplicate_uri", "sip:homer.com:9060") modparam("siptrace", "duplicate_with_hep", 1) modpa

Re: [SR-Users] forward to pseudo var destination

2013-04-06 Thread Daniel-Constantin Mierla
Hello, On 4/6/13 5:22 PM, Juha Heinanen wrote: i found the answer. there is send function also in corex module that allows pv arg. in order to avoid confusion, would it be possible to remove send and send_tcp from core? they were removed from core, iirc - Richard did the migration from core

Re: [SR-Users] Changing Domain in To URI

2013-04-06 Thread Daniel-Constantin Mierla
Hello, On 4/6/13 1:29 AM, qm...@polarismail.com wrote: Mersi mult Daniel! It worked but unfortunately it didn't fix the issue. As I mentioned previously the original setup is like this: Asterisk -> Kamailio gateway -> carrier. All calls go through just fine The new setup we are trying is: As

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-06 Thread Alexandr Dubovikov
Hi, try just set the flag without call sip_trace() function. Wbr, Alexandr From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Ramaseshi reddy kolli Sent: Saturday, April 06, 2013 7:29 PM To: mico...@gmail.com; sr-users@lists.sip-rou

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-06 Thread Ramaseshi reddy kolli
hi, i have set the following flag it is still not capturing outbound SIP messages. { setflag(22) sip_trace(); } Daniel-Constantin Mierla Fri, 05 Apr 2013 00:45:16 -0700

[SR-Users] forward to pseudo var destination

2013-04-06 Thread Juha Heinanen
i found the answer. there is send function also in corex module that allows pv arg. in order to avoid confusion, would it be possible to remove send and send_tcp from core? -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing

[SR-Users] forward to pseudo var destination

2013-04-06 Thread Juha Heinanen
looks like forward core function does not accept pseudo var argument. then i found this: I just committed a patch that allow using send() without any parameter: * http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8e4db808bf9f94d3ccf0f14ed22e75586afd0f23 if that commit is

Re: [SR-Users] sip_capture columns

2013-04-06 Thread Grant Bagdasarian
Hello, Thank you. It's clear now. Regards, Grant ___ Van: sr-users-boun...@lists.sip-router.org [sr-users-boun...@lists.sip-router.org] namens Alexandr Dubovikov [aduv...@googlemail.com] Verzonden: vrijdag 5 april 2013 19:43 Aan: 'Kamailio (SER) - Users Mai