Hi Daniel,
You are right of course ;-)
Alex
2010/2/8 Daniel-Constantin Mierla
> Hello,
>
>
> On 2/7/10 1:03 PM, alex pappas wrote:
>
> Hi Adnan,
>
> If I understand the case corectly , then:
>
> Since you want to change the domain why don't you try the P
Hi Adnan,
If I understand the case corectly , then:
Since you want to change the domain why don't you try the PDT module which
exactly does that job?
http://kamailio.org/docs/modules/1.5.x/pdt.html#id2467578
if(prefix2domain("2", "0")) { If this prefix is found then
the $rd keep
Dear users,
I'm doing some stress test with kamailio 1.5. When I'm at 50 CPS a see some
strange messages:
/usr/sbin/kamailio[12754]: CRITICAL:dialog:log_next_state_dlg: bogus event 2
in state 3 for dlg 0x2b0b911831b0 [3345:993496027] with clid
'297-19...@ip-address' and tags '19089SIPpTag00297' '
Well in any case that is a SUPERCOOL module
Cheers
Alex
On Fri, Feb 5, 2010 at 12:32 AM, Iñaki Baz Castillo wrote:
> El Jueves, 4 de Febrero de 2010, Daniel-Constantin Mierla escribió:
> > The other one is step by step execution of config file. When a SIP
> > message message comes it, SIP Rou
Hi Daniel,
That is a very cool module! Great news!
It will be added also for the Kamailio-1.5 or it is only for 3.0 ?
Cheers
Alex
On Thu, Feb 4, 2010 at 10:35 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
> the new debugger module can be used to do runtime debugging of SIP Router
> config f
7 PM, Daniel-Constantin Mierla wrote:
>
>
> On 2/2/10 3:08 PM, alex pappas wrote:
>
> Hi Daniel,
>
> What i want to implement is when a call comes with an avp=1 then this call
> should not present the calling number. From examples I saw it looks like I
> need to add an
er table if the call is coming
from an IP address and from a particular number?
I'm loading now the rpid:
modparam("auth_db", "load_credentials", "rpid")
but I don't understand how it works :-(
Thank you
Alex
On Tue, Feb 2, 2010 at 2:28 PM, Daniel-Constant
Hi,
Concerning the append_rpid_hf() in the doc I see the following:
*The function does nothing if no saved SIP URI exists. *
Saved sip URI where ?
Thanks
Alex
On Tue, Feb 2, 2010 at 12:04 PM, alex pappas wrote:
> Dear friends,
>
> I'm trying to give to a user the option to h
Dear friends,
I'm trying to give to a user the option to have privacy in a call. I'm
trying to do that by adding an extra header with:
append_rpid_hf("sip",
";party=calling;id-type=subscriber;privacy=off;screen=no");
I'm using this header in the begining of the kamailio.cfg
if(($rU=="9") ||
gt; ok, checked the sources and in fact seems that the missed calls events can
> be accounted on each serial fork step. Try to set missed calls flags for
> each failure step and see if you get records in missed_calls table.
>
> Cheers,
> Daniel
>
>
> On 1/25/10 2:15 PM, al
# add prefix if set and remove the param from R-URI
> if($(ru{uri.param,prefix})!=null)
> {
> $ru = "sip:" + $avp(s:cust_prefix) +
> $(ru{uri.param,prefix}) + $avp(s:user) + "@" + $rd;
> } else {
&
action_flag", 6) and we setflag(6)
for every INVITE.
Thank you
Alex
On Fri, Jan 22, 2010 at 3:33 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 1/22/10 1:08 PM, alex pappas wrote:
>
>> Dear Friends,
>>
>> In case of a call failure I'm trying fro
Thank you Daniel,
I tried first to find comments in kamailio-x.y.z/modules/dialog/dlg_hash.h
but with no luck.
Cheers,
Alex
On Fri, Jan 22, 2010 at 11:05 PM, Daniel-Constantin Mierla <
mico...@gmail.com> wrote:
> Hello Alex,
>
>
> On 1/22/10 6:23 PM, alex pappas wrote:
&
Hi all,
For more info you can also check http://tools.ietf.org/html/rfc4235#page-13
Cheers
Alex
On Fri, Jan 22, 2010 at 7:17 PM, Panagiotis Skoulikaritis wrote:
> Hello Alex
>
> Thanks for your quick response.
>
> Regards
>
> Panagiotis
>
>
> Alex Balashov wrote:
>
>> Hi Panagiotis,
>>
>> O
Hi Henning,
This could be a solution also but it would be a little more difficult in
seaching infiormations about those calls against the DB,
Cheers
Alex
On Fri, Jan 22, 2010 at 4:04 PM, Henning Westerholt <
henning.westerh...@1und1.de> wrote:
> On Friday 22 January 2010, alex pap
figuration script ?
Thank you
Alex
On Fri, Jan 22, 2010 at 3:33 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 1/22/10 1:08 PM, alex pappas wrote:
>
>> Dear Friends,
>>
>> In case of a call failure I'm trying from failure route to send the call
>&
Hi Henning,
Since I cannot use directly acc in failure Route then I will try to add the
AVPs you mentioned directly in mysql with SQLOPS.
Thank you
Alex
On Fri, Jan 22, 2010 at 2:55 PM, Henning Westerholt <
henning.westerh...@1und1.de> wrote:
> On Friday 22 January 2010, alex pap
Dear Friends,
In case of a call failure I'm trying from failure route to send the call
through other gateways with Dispatcher module.
I would like to have ACC for all failures that a call can possibly pass. If
the call fails in the 3 first gateways I want them also in my mysql ACC
table. I tried
Thank you Uriel,
With Avp it works!
Cheers
Alex
On Thu, Jan 21, 2010 at 2:28 PM, Uriel Rozenbaum
wrote:
> Alex,
>
> Maybe you should use AVPs instead of vars.
>
> Remember you always have the original request-URI username in $oU.
>
> Cheers,
> Uriel
>
> On Thu,
Dear friends,
When a sip 4rU is entering my kamailio script I'm cutting down the prefix of
this customer and added to a script variable. In the same same route after i
do some checks then i add back the customer prefix which I had kept in the
script variable.
The problem:
Some times the call goes
Hi Daniel,
Of course that was the problem :-(
I'm not very comfortable yet with the flags
Thank you
Alex
On Thu, Jan 21, 2010 at 12:36 PM, Daniel-Constantin Mierla <
mico...@gmail.com> wrote:
> Hello,
>
>
> On 1/21/10 10:54 AM, alex pappas wrote:
>
> Dear Frie
Dear Friends,
I have the following question:
When I'm running the command *kamctl fifo dlg_list* I'm getting the
concurrent dialogs in that moment. When I disable the sip_trace module(which
I don't see how they are related) I get NO output when I run the same
command.
Does anyone knows on why t
Hi Daniel,
Yes you are right as usual. It Works!
I don't know what the problem was ;-)
Thank you!
Alex
On Fri, Jan 15, 2010 at 5:51 PM, Daniel-Constantin Mierla wrote:
> Hi Alex,
>
>
> On 1/15/10 3:56 PM, alex pappas wrote:
>
> Hi Daniel,
>
> I was t
Hi Daniel,
I was testing the $rU like:
$(rU{s.unescape.user}); with $rU=1000*%23*210XXX and i was trying to get
back the 1000*#*210XXX.
Thanks
Alex
On Fri, Jan 15, 2010 at 3:31 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 1/12/10 3:49 PM, alex pappas w
Hi
I found this tutorial on internet
http://www.comp.leeds.ac.uk/Perl/sandtr.html which is explaining in deep
the sustitution.
Thank you
Alex
On Wed, Jan 13, 2010 at 10:10 AM, alex pappas wrote:
> Hi,
>
> That is very cool and it works :-))
> Could you explain how the substitu
gt;
> Maybe you should use some variable to make this modification.
>
> Cheers,
> Uriel
>
>
> On Tue, Jan 12, 2010 at 12:12 PM, alex pappas wrote:
>
>> Hi
>>
>> I fixed in this way:
>>
>>
>> if($rU =~ "^.*%
) ---");
}
i don't know if is the best way but it works. If anyone can suggest
something else less power consuming, is welcomed.
Cheers
Alex
On Tue, Jan 12, 2010 at 4:49 PM, alex pappas wrote:
> Hi,
>
> I already tried that and i was expecting to see back a # b
lt.
>
> If you want to decode escaped characters, try use the transformations that
> are designed for that, i.e. {s.unescape.user}. Example:
>
> $(rU{s.unescape.user})
>
>
> On 01/12/2010 09:29 AM, alex pappas wrote:
>
> Dear Friends,
>>
>> Do you have an
Dear Friends,
Do you have any idea on how to remove from $rU the %23 when is send in to my
network?
The scenario is: The customer will send (prefix # number). This is
translated in sip in (prefix %23 number). I need to remove this in order to
check against PDT module.
Thanks
Alex
Hi Robert,
Kamailio is perfect for what you want to do. I'm a new user also with a
litle programming skills and in the begining seems to be difficult but after
a few days you will see that is not so hard. If i was you I would prefer to
learn how the script works than learning the seremis. In this
Hi Henning,
As I mentioned in previous email , when I'm running the query with the
./kamailio_orasel tool I get respond normally.
Why I wanted to try oracle is that we already have one oracle db that keeps
the portability data (and works with other systems) and also people that
maintain this datab
Hi,
What do you see in log?
If you don't have any output in /var/log/messages then you should activate
it from kamailio.cfg setting log_stderror=no
Always the log is pointing you where the problem is.
Cheers
Alex
On Tue, Jan 5, 2010 at 11:48 AM, Dinesh gautam wrote:
> Dear Sir,
>
> I am usin
t is better now. If not, will fix next year.
>
> A great 2010 for you as well,
> Daniel
>
>
>
> On 12/31/09 11:51 AM, alex pappas wrote:
>
> Hi henning,
>
> I'm happy you enjoyed the beer. ;-)
>
> I'm attaching some back traces from the core du
Thank you Daniel,
Let's celebrate a SUPER 2010 !
Peace
Alex
On Thu, Dec 31, 2009 at 6:33 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 12/31/09 12:14 PM, alex pappas wrote:
>
> Hi,
>
> When I have less rows in the table then :
>
/local/sbin/kamailio[10843]:
DBG:htable:pv_parse_ht_name: htable [a] - key [$rU]
Dec 31 13:11:33 YGOR /usr/local/sbin/kamailio[10843]:
DBG:htable:ht_get_table: htable found [a]
Cheers
Alex
On Thu, Dec 31, 2009 at 1:02 PM, alex pappas wrote:
> Hi,
>
> From the syslog when kamailio start
why htable module does not load the data in the
memory ?
Cheers
Alex
On Wed, Dec 30, 2009 at 6:01 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 12/30/09 4:53 PM, alex pappas wrote:
>
> Hi,
>
> I don't see where the mysql is stacking but if I read corre
at 12:14 PM, Henning Westerholt <
henning.westerh...@1und1.de> wrote:
> On Thu, December 31, 2009 10:55 am, alex pappas wrote:
> > [..]
>
> Hey Alex,
>
> the restaurant was nice, the beer is indeed good there. :-)
>
> > I just manage to connect with oracle with th
m kamailio.cfg I get an error and after
that the system is getting very high load.
The error is :
kernel: kamailio[12442]: segfault at 0010 rip 2b1b42952764
rsp 7fff6b144d30 error 4
Does anyone had the same issue ?
Cheers
Alex
On Thu, Dec 31, 2009 at 10:51 AM, alex pappas wrot
<
henning.westerh...@1und1.de> wrote:
> On Wed, December 30, 2009 8:43 pm, alex pappas wrote:
> > Dear friends I'm trying to setup a sqlops connection to an Oracle db. I
> > loaded the db_oracle module with (loadmodule "db_oracle.so") without
> > par
Hi all,
happy 2010 for all of us!
Dear friends I'm trying to setup a sqlops connection to an Oracle db. I
loaded the db_oracle module with (loadmodule "db_oracle.so") without
parameters. The connection string that I gave in sqlops module is :
modparam("sqlops","sqlcon","ca2=>user/p...@ip_addres:1
ourse.
Cheers
Alex
On Wed, Dec 30, 2009 at 5:32 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
> On 12/30/09 4:05 PM, alex pappas wrote:
>
>> Hi,
>>
>> The error I get is the following:
>>
>> ERROR:db_mysql:db_mysql_submit_query: driver error on query:
s the case then I need more than 1000M in private memory.
Cheers
Alex
P.S. i don't get any errors from mysql.
On Wed, Dec 30, 2009 at 4:21 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 12/29/09 3:20 PM, alex pappas wrote:
>
> Dear friends,
>
> Happy holi
r something else?
Thank you for your help
Best wishes
Peace!
Alex
On Thu, Dec 24, 2009 at 7:31 PM, Daniel-Constantin Mierla wrote:
> Hi Alex,
>
>
> On 12/24/09 6:18 PM, alex pappas wrote:
>
> Daniel,
>
> The reason that I was NOT understanding how to implement the
now i fill a
bit stupid :-(
I apologize for stilling you time.
Cheers
Alex
On Thu, Dec 24, 2009 at 4:36 PM, alex pappas wrote:
> Thank you Daniel,
>
> Cheers
> Alex
>
>
> On Thu, Dec 24, 2009 at 4:05 PM, Daniel-Constantin Mierla <
> mico...@gmail.com> wrote:
>
t; there (id is for generic purpose). See here descriptions of the columns:
> http://kamailio.org/docs/modules/3.0.x/modules_k/htable.html#id2529061
>
> Cheers,
> Daniel
>
>
> On 12/23/09 6:13 PM, alex pappas wrote:
>
> Hi Daniel,
>
> My problem is how to define th
htable in kamailio.cfg. I included details
in my previous email
Thanks
Alex
On Thu, Dec 24, 2009 at 2:02 PM, Alex Balashov wrote:
> On 12/24/2009 06:59 AM, Henning Westerholt wrote:
>
> On Wed, December 23, 2009 9:52 am, alex pappas wrote:
>>
>>> In the server I'm run
iled to initialize module htable
ERROR:core:main: error while initializing modules
Thank you
Alex
On Wed, Dec 23, 2009 at 6:43 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 12/23/09 4:28 PM, alex pappas wrote:
>
> Hi all,
>
> It is possible to have some hel
", 1000)
The table I want to htable is a 2 cols table (phonenumber,prefix) In mysql
they are defined as varchar(10). All the phonenumber values are unique so
the key in htable is phonenumber with value in prefix.
Thanks All,
Alex
On Wed, Dec 23, 2009 at 1:04 PM, alex pappas wr
Thank you Daniel,
I will try first oracle db and then htable which is also very interesting.
When I'm done I will get back with the results.
Cheers
Alex
On Wed, Dec 23, 2009 at 11:44 AM, Daniel-Constantin Mierla <
mico...@gmail.com> wrote:
> Hello,
>
>
> On 12/22/
nd without reading or writing to disk I had
1.000CPS and 300.000 calls without any problem.
Thanks fo rhelping me
Cheers
Alex
On Tue, Dec 22, 2009 at 9:46 PM, Henning Westerholt <
henning.westerh...@1und1.de> wrote:
> On Tue, December 22, 2009 3:33 pm, alex pappas wrote:
> > I w
Hi all,
I will check that.
In my company already are using a oracle database for portability for other
systems, so I was thinking maybe I can try and query that DB with sqlops.
I tried testing with mysql but after 30 CPS i had very bad stats. (sipp
test)
Cheers
Alex
On Tue, Dec 22, 2009 at 4:0
Hi,
I use kamailio 1.5 and there is no such a module in that version
Cheers
Alex
2009/12/22 Raúl Alexis Betancor Santana
> On Tuesday 22 December 2009 12:25:52 alex pappas wrote:
> > Hi all,
> >
> > Concerning portability again :-)
> >
> > Is there any wa
Hi all,
Concerning portability again :-)
Is there any way I can add in the memory all the numbers with portability?
(2.000.000 rows)?
And also reload these data a few times a day and access this data from the
Kamailio script?
Cheers
Alex
On Tue, Dec 22, 2009 at 12:56 AM, Henning Westerholt <
Guys thank you very much for all your answers. It is a very educational
process writing and reading from the users list.
For new people in kamailio like myself , the users list is the best way to
learn AFTER reading the official documentation.
Thank you once again
P.S. For the records I'm attachi
Alex,
What do you suggest for faster sql queries with mysqlp :
avpops or sqlops ?
Cheers
Alex
On Mon, Dec 21, 2009 at 9:55 PM, Alex Balashov wrote:
> On 12/21/2009 02:51 PM, alex pappas wrote:
>
> The column in ported table was BIGINT but sqlops and avops take only
>> string or
Hi all,
I just found the problem ;-)
The column in ported table was BIGINT but sqlops and avops take only string
or int. I changed the colunm id table from BIGINT to INT and everything
works fine!
kamailio Rock's!!
Alex
On Mon, Dec 21, 2009 at 8:17 PM, alex pappas wrote:
> Hi Ale
27;t see the avp value?
I need this value to added in the front of rU as portability prefix..
Any comments about the sqlops ?
Thank
Alex
On Mon, Dec 21, 2009 at 6:37 PM, Alex Balashov wrote:
> Alex,
>
> Try: if(is_avp_set("$avp(s:lnp_prefix)"))
>
> --
> Sent from m
Hi all,
I'm trying to make an sql query through my kamailio script in order to check
for number portability. i have a table with 2 col (phonenumber,prefix). I'm
trying both modules avpops and sqlops but I'm not able to retreive any data.
modparam("avpops", "db_url","mysql://openser:opense...@loca
haven't mention..
Thanks for the great help ;-)
Alexandros
On Mon, Dec 14, 2009 at 7:28 PM, alex pappas wrote:
> Daniel i hope you are well.
>
> Thank you for your help. I will check all these and get back to you asap.
>
> Alex
>
>
>
> On Mon, Dec 14, 2009 a
Daniel i hope you are well.
Thank you for your help. I will check all these and get back to you asap.
Alex
On Mon, Dec 14, 2009 at 5:32 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 12/14/09 1:50 PM, alex pappas wrote:
>
> Daniel hi,
>
> We don't have
uot;"""""""""""""""""""""""""""
Cheers
Alex
On Mon, Dec 14, 2009 at 2:31 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 12/14/09 12:36 PM, alex p
Dear users,
I'm using kamailio in the following scenario:
1. A call comes in and is checked against PDT module. From this module
depend from the prefix I'm getting back the domain which is used as the
dialplan group.
2. After that the call is checked against Dialplan module using the previous
val
Hi ,
Check dispatcher module. I think is exactly what you need.
http://kamailio.org/docs/modules/1.5.x/dispatcher.html#id2467832
Cheers
Alx
On Tue, Dec 8, 2009 at 11:13 PM, Robert R wrote:
> Hi,
>
> I have two SIP agents for redundancy, node1 and node2. Kamailo is supposed
> to route SIP tr
On Wed, Dec 2, 2009 at 6:49 PM, Daniel-Constantin Mierla
wrote:
> Hello,
>
>
> On 12/2/09 5:42 PM, alex pappas wrote:
>
> Hi Daniel,
>
> these are the data:
>
> Server:: Kamailio (*1.5.3-notls* (x86_64/linux))
> Build:: mi/mi_core.c compiled on 20:05:04 Nov 15 20
Dec 2 18:41:37 2009
Up since:: Wed Dec 2 18:32:13 2009
Up time:: 564 [sec]
Alex
On Wed, Dec 2, 2009 at 6:36 PM, Daniel-Constantin Mierla
wrote:
> Hello,
>
> what version of kamailio are you running?
>
> Cheers,
> Daniel
>
>
>
> On 12/2/09 5:27 PM, alex papp
0)
Thanks
Alex
On Wed, Dec 2, 2009 at 6:10 PM, alex pappas wrote:
> Hello there,
>
> I'm using dispatcher to serial fork a call through many gateways.
> For a call to number 2X , first a try to connect through gateways
> A,B,C after that D,F , after that E,R , aft
Hello there,
I'm using dispatcher to serial fork a call through many gateways.
For a call to number 2X , first a try to connect through gateways
A,B,C after that D,F , after that E,R , after that M,N and finally after
those K,L.
When the call is trying gateway N then I'm getting the ERROR
Dec 1 13:00:22 YGOR /usr/local/sbin/kamailio[15927]: PUBLISH Dealing
with PUBLISH F:sip:77...@10.0.3.76
T:sip:77...@10.0.3.76
Alex
On Tue, Dec 1, 2009 at 12:24 PM, alex pappas wrote:
> We have very similar kamailio.cfg My route 2 is:
>
> route[2]
> {
> xlog("L_
’t need to French knowledge ^^
>
>
>
> There is just a problem in a modparam where it refresh the presence…
>
> Don’t follow my modparams
>
>
>
>
>
> *François ***
>
> P Pensez à l'Environnement, n'imprimez ce mail que si nécessaire.
>
>
>
t;
> But it is in french J
>
>
>
>
>
>
>
> P Pensez à l'Environnement, n'imprimez ce mail que si nécessaire.
>
>
>
> *De :* alex pappas [mailto:rebel.pap...@gmail.com]
> *Envoyé :* mardi 1 décembre 2009 10:19
> *À :* BERGANZ François
> *Cc :* use
e to use the kamailio proxy for presence
>
>
>
>
>
>
>
> *François ***
>
> P Pensez à l'Environnement, n'imprimez ce mail que si nécessaire.
>
>
>
> *De :* users-boun...@lists.kamailio.org [mailto:
> users-boun...@lists.kamailio.org] *De la
Dear friends,
I'm trying to send some system info through presence in my X-Lite client ,
following the example
http://www.kamailio.org/dokuwiki/doku.php/presence:pua-modules#using_with_x-lite_3.0
Does anyone knows what configuration should i have in the X-Lite side?
Thanks
Alex
_
<
mico...@gmail.com> wrote:
> Hello,
>
> set match_op to 1 and then try again
>
> Cheers,
> Daniel
>
>
>
> On 26.11.2009 22:15 Uhr, alex pappas wrote:
>
>> Daniel hi,
>>
>> mysql output:
>>
>> select * from dialplan;
>>
>
just want to add the prefix 0030 in front
>>of the 123
>>
>>
>>dpid 10
>>pr100
>>match_op 1
>>match_exp ^123+
>>match_len 0
>>subst_exp ^(123.+)
>>repl_exp 0030\1
>>
>>if you want to replace t
)
> repl_exp 0030\1
>
> if you want to replace the 123 with the 0030 use the following
>
> dpid 10
> pr100
> match_op 1
> match_exp ^123+
> match_len 0
> subst_exp ^(123)(.+)
> repl_exp 0030\2
>
> and so on ..
>
> Regards
>
> Panagiotis
>
Dear all,
I'm having difficulties in the dialplan module. My problem is in the regular
expressions added to the database. I tried some examples from previous users
but they don't work for me.
example:
dpid 10
pr100
match_op 0
match_exp ^123(.*)$
match_len 0
subst_exp ^123
repl_exp 0030
Prev
saying but I don't understand
technically how and if possible for this to be implemented since i tried
both ways.
Cheers
Alex
On Tue, Nov 17, 2009 at 5:34 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 17.11.2009 14:22 Uhr, alex pappas wrote:
>
>> Hi.
>>
&g
t 9:53 AM, Edson - Lists <4li...@gmail.com > 4li...@gmail.com>> wrote:
>>
>>It seems like a report/information and not a problem...
>>
>>To be sure, could You please paste one call exchanged messages
>>captured with NGREP? Don`t forget to hide relevan
[4862]:
ERROR:nathelper:rtpproxy_stream: no available proxies
Thanks
Alex
On Tue, Nov 17, 2009 at 2:17 PM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 17.11.2009 13:14 Uhr, alex pappas wrote:
>
>> Dear all,
>>
>> I'm trying to play Early Media inste
Dear all,
I'm trying to play Early Media instead of Ringing WHEN an 180 Ringing OR 182
Call Queue message is received from the destination UAC. In the
onreply_route[1] I added the following lines in bold:
I use kamailio 1.5 and I have NAT enabled.
onreply_route[1] {
xdbg("incoming reply\
80 matches
Mail list logo