Re: [SR-Users] Inter domain routing

2014-03-13 Thread Daniel-Constantin Mierla

Hello,

if the domains are in DNS, then simply relay (e.g., using t_relay()) 
from each instance. Kamailio does dns query and will send it to the 
other one.


Cheers,
Daniel

On 13/03/14 07:00, Owais ul Haq wrote:

Hello,
I have two kamailio servers running independently with different 
domain names. I want to route calls between those two servers. Can it 
be done ? If yes then How ?

Thanks.


--
Daniel-Constantin Mierla - http://www.asipto.com
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference - April 2-4, 2014, Berlin, Germany
http://www.kamailioworld.com

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Bizarre dialog profile tracking behaviour

2014-03-13 Thread Daniel-Constantin Mierla


On 12/03/14 16:58, Brooks Bridges wrote:

Do you happen to have any additional information about this?
No time to look over the code, I might mix it with the plans for 
designing ng version.


I've referenced the documentation for both dialog and dialog_ng, and 
there's no mention of reuse that fits this description.  We've 
confirmed that calling dlg_manage() on a new authenticated invite does 
result in a second entry in the dialog table.  The first entry does 
fall off after some time, however it would be very preferable to reuse 
the existing entry as opposed to creating a new one, especially in our 
case where we are dealing with a somewhat high velocity of initial 
invites.
If you test it, then is like that. Maybe you can simulate on a less 
loaded system with debug=3 (or if you use latest version, then use 
debugger module with higher debug value for dialog module), to see if 
you notice some hints on profile operations.


Cheers,
Daniel



Brooks Bridges
Senior Technical Consultant
Evariste Systems LLC
235 E Ponce de Leon Ave, Suite 106
Decatur, GA 30030
United States
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/

On 3/12/2014 3:21 AM, Daniel-Constantin Mierla wrote:
iirc, quite some time ago someone added the possibility to reuse the 
structure for authenticated dialogs



___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
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://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference - April 2-4, 2014, Berlin, Germany
http://www.kamailioworld.com


___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] Endpoint registration tracking and reporting

2014-03-13 Thread Nick Raper
Hi all,

What is the best way to monitor endpoint registrations?

When one of our clients has a link failure or for some reason they lose their 
SIP registration with Kamailio, we'd like to be able to see this so that we can 
respond and get the trunk re-registered.

We do monitor the physical links but endpoints, (usually Asterisk based), often 
don't re-register after connectivity is restored.

I was thinking of a script that dumps the 'location' table every 10 minutes and 
compares it to the previous 'location' table dump and reports on the changes.

Is there a better way of doing this?

Regards,


[Description: cid:image001.jpg@01C8D7A0.651BD080]



Nick Raper
4th Dimension Technology | South Africa
Office: +27 21 506 6260 | 24 hour helpline: +27 21 506 6260 | Fax: +27 86 610 
5792
Email: n...@4dt.co.za | Web: 
www.4dt.co.za


P Please consider the environment before printing this email.

<>___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Endpoint registration tracking and reporting

2014-03-13 Thread Daniel-Constantin Mierla

Hello,

if you use recent versions, there is an event route exported by 
registrar module where you can write a log message or do some other 
action when a contact expires:


- http://kamailio.org/docs/modules/stable/modules/registrar.html#idp2012416

Maybe you can hook something there that will make it easier for you to 
track non-registering devices.


Moreover, there is an option (when combined with nathelper module) to 
remove the record from location table when a device is not replying to 
OPTIONS keepalive requests. In this way you can discover faster when a 
device connectivity is lost.


On the other hand, there is no way to contact the device and tell to 
re-register.


Cheers,
Daniel

On 13/03/14 09:25, Nick Raper wrote:


Hi all,

What is the best way to monitor endpoint registrations?

When one of our clients has a link failure or for some reason they 
lose their SIP registration with Kamailio, we’d like to be able to see 
this so that we can respond and get the trunk re-registered.


We do monitor the physical links but endpoints, (usually Asterisk 
based), often don’t re-register after connectivity is restored.


I was thinking of a script that dumps the ‘location’ table every 10 
minutes and compares it to the previous ‘location’ table dump and 
reports on the changes.


Is there a better way of doing this?

Regards,



--
Daniel-Constantin Mierla - http://www.asipto.com
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference - April 2-4, 2014, Berlin, Germany
http://www.kamailioworld.com

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Endpoint registration tracking and reporting

2014-03-13 Thread Olle E. Johansson

On 13 Mar 2014, at 12:19, Daniel-Constantin Mierla  wrote:

> On the other hand, there is no way to contact the device and tell to 
> re-register.

This is a protocol issue, btw, not a Kamailio issue.

The SIP UA can subscribe to reg-info and get information about the current 
registrations for an AOR. If the server somehow deregisters a contact (reboot, 
expire, forced deletion) then the UA will discover it in the subscribe/notify 
events.

/O___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Problemas with kamctl ul show - Kamailio 4.1

2014-03-13 Thread Raphael Borges
Hello, something new?

thanks.


2014-03-11 10:46 GMT-03:00 Raphael Borges :

> this value so:
>
> modparam("usrloc", "db_mode", 1)
>
> thanks
>
>
> 2014-03-11 10:38 GMT-03:00 Daniel-Constantin Mierla :
>
> Hello,
>>
>> What value do you have for db_mode parameter of usrloc module?
>>
>> Cheers,
>> Daniel
>>
>>
>> Daniel-Constantin Mierla
>> http://www.asipto.com
>>
>> On 11 Mar 2014, at 13:45, Raphael Borges 
>> wrote:
>>
>> Hello,
>>
>> I'm having a problem with the command kamctl ul show, and I do not
>> understand what is happening. On my server when I run just "kamctl ul show"
>> command works fine but when I run "kamctl ul show []" an error
>> happens. Before when I was using Kamailio 3.1, its work ok. I looked for
>> some documentation and found nothing about this.
>>
>> For example:
>>
>> *$ /home2/local/kamailio/sbin/kamctl ul show*
>>
>> Domain:: location table=512 records=1 max_slot=1
>> AOR:: 2501
>> Contact:: sip:2...@192.168.xxx.xxx:5060;transport=udp Q=
>> Expires:: 3594
>> ...
>> Domain:: aliases table=512 records=0 max_slot=0
>>
>>
>> *$ /home2/local/kamailio/sbin/kamctl ul show 2501*
>> 404 AOR not found
>>
>> Thanks for Help.
>> Best regards.
>>
>> Raphael
>>
>> ___
>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>> sr-users@lists.sip-router.org
>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>
>>
>> ___
>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>> sr-users@lists.sip-router.org
>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>
>>
>
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Problemas with kamctl ul show - Kamailio 4.1

2014-03-13 Thread Daniel-Constantin Mierla

Hello,

the code has to be reviewed, but personally I didn't have time for it 
yet -- hope to get to it very soon.


I don't remember big changes of dumping the cache, there were some 
related to database queries, the reason why I asked for db_mode.


Cheers,
Daniel

On 13/03/14 13:09, Raphael Borges wrote:

Hello, something new?

thanks.


2014-03-11 10:46 GMT-03:00 Raphael Borges 
mailto:raphaelsilvabor...@gmail.com>>:


this value so:

modparam("usrloc", "db_mode", 1)

thanks


2014-03-11 10:38 GMT-03:00 Daniel-Constantin Mierla
mailto:mico...@gmail.com>>:

Hello,

What value do you have for db_mode parameter of usrloc module?

Cheers,
Daniel


Daniel-Constantin Mierla
http://www.asipto.com

On 11 Mar 2014, at 13:45, Raphael Borges
mailto:raphaelsilvabor...@gmail.com>> wrote:


Hello,

I'm having a problem with the command kamctl ul show, and I
do not understand what is happening. On my server when I run
just "kamctl ul show" command works fine but when I run
"kamctl ul show []" an error happens. Before when I
was using Kamailio 3.1, its work ok. I looked for some
documentation and found nothing about this.

For example:

*$ /home2/local/kamailio/sbin/kamctl ul show*

Domain:: location table=512 records=1 max_slot=1
AOR:: 2501
Contact:: sip:2...@192.168.xxx.xxx
:5060;transport=udp Q=
Expires:: 3594
...
Domain:: aliases table=512 records=0 max_slot=0


*$ /home2/local/kamailio/sbin/kamctl ul show 2501*
404 AOR not found

Thanks for Help.
Best regards.

Raphael

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users
mailing list
sr-users@lists.sip-router.org

http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users
mailing list
sr-users@lists.sip-router.org

http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users





___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
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://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference - April 2-4, 2014, Berlin, Germany
http://www.kamailioworld.com

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Problemas with kamctl ul show - Kamailio 4.1

2014-03-13 Thread Raphael Borges
Daniel understood, is really very strange. I will continue analyzing.

Anyone else had the same problem?

Thank you.


2014-03-13 9:17 GMT-03:00 Daniel-Constantin Mierla :

>  Hello,
>
> the code has to be reviewed, but personally I didn't have time for it yet
> -- hope to get to it very soon.
>
> I don't remember big changes of dumping the cache, there were some related
> to database queries, the reason why I asked for db_mode.
>
> Cheers,
> Daniel
>
>
> On 13/03/14 13:09, Raphael Borges wrote:
>
> Hello, something new?
>
>  thanks.
>
>
> 2014-03-11 10:46 GMT-03:00 Raphael Borges :
>
>>  this value so:
>>
>>  modparam("usrloc", "db_mode", 1)
>>
>>  thanks
>>
>>
>> 2014-03-11 10:38 GMT-03:00 Daniel-Constantin Mierla :
>>
>>  Hello,
>>>
>>>  What value do you have for db_mode parameter of usrloc module?
>>>
>>>  Cheers,
>>> Daniel
>>>
>>>
>>> Daniel-Constantin Mierla
>>> http://www.asipto.com
>>>
>>> On 11 Mar 2014, at 13:45, Raphael Borges 
>>> wrote:
>>>
>>>Hello,
>>>
>>>  I'm having a problem with the command kamctl ul show, and I do not
>>> understand what is happening. On my server when I run just "kamctl ul show"
>>> command works fine but when I run "kamctl ul show []" an error
>>> happens. Before when I was using Kamailio 3.1, its work ok. I looked for
>>> some documentation and found nothing about this.
>>>
>>>  For example:
>>>
>>>  *$ /home2/local/kamailio/sbin/kamctl ul show*
>>>
>>>  Domain:: location table=512 records=1 max_slot=1
>>> AOR:: 2501
>>> Contact:: sip:2...@192.168.xxx.xxx:5060;transport=udp Q=
>>> Expires:: 3594
>>> ...
>>> Domain:: aliases table=512 records=0 max_slot=0
>>>
>>>
>>>  *$ /home2/local/kamailio/sbin/kamctl ul show 2501*
>>> 404 AOR not found
>>>
>>>  Thanks for Help.
>>> Best regards.
>>>
>>>  Raphael
>>>
>>> ___
>>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>>> sr-users@lists.sip-router.org
>>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>>
>>>
>>> ___
>>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>>> sr-users@lists.sip-router.org
>>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>>
>>>
>>
>
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing 
> listsr-us...@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
> --
> Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda 
> - http://www.linkedin.com/in/miconda
> Kamailio World Conference - April 2-4, 2014, Berlin, 
> Germanyhttp://www.kamailioworld.com
>
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] help with SIP Notify message, to make a endpoint (SPA504G and similar) to reboot.

2014-03-13 Thread Pedro Niño
Sorry for intruding, but this is puzzling me a lot.

I followed the guide to make Kamailio work with asterisk and realtime,
Kamailio version 4 and asterisk 11.

(http://kb.asipto.com/asterisk:realtime:kamailio-4.0.x-asterisk-11.3.0-astdb
)

up until now its working, and now want to get the phones (CISCO SPA504G,
former linksys) to get the SIP notify command and reload to get their new
config, from the asterisk cli

the cli command is "sip notify spa-reboot "

The problem is that, using the setup in the guide, the phones registers
with kamailio, kamalio then strip the password and register with no
password to the asterisk, as supposed to be.

by that, when asterisk sends the SIP Notify with the reboot commands, it
arrives to the kamailio, and is forwarded to phone, and the phone answers
with a '401' and a digest.

In the flow, the kamailio (in the middle) receives the 401 and sends again
the sip message to asterisk, and asterisk uses the digest to cipher the
password and reply, but as asterisk is configured with no password, the
reply contains as 'wrong' password (the empty/blank one)

is there any way to make kamailio intercepts again that '401' and reply
with a crafted message, with the right digest, password, (the one in the ul
table) and user, so the phone can accept the order and reboots?

The other (ugly) option, is to remove the auth from the phone, for the Sip
Provisioning, but that would leave and open door to a reboot attack without
auth needed from any IP. And I dont like that option.

As we talk, I managed to create a routing logic, but is that the right
approach? :

===

request_route {

if (is_method("NOTIFY"))
{
#xlog("NOTIFY received: $rs");

t_on_failure("MANAGE_FAILURE_401"); #try to intercep a 401

}

.
}


failure_route[MANAGE_FAILURE_401] {


if (t_check_status("401")) {
#401 detectado dentro de un Notify,
#probablemente ha sido por una orden de reboot.
#hay que construir un paquete e intentar enviar, con el
digest adecuado

$uac_req(method)="NOTIFY";
$uac_req(ruri)="sip:";
$uac_req(furi)="sip:";
$uac_req(turi)="sip:";
$uac_req(hdrs)="Contact: \r\n";
#Paquete construido, debe ser enviado
uac_req_send();
   xlog("401 detectado");
   # exit;
}

===


Thanks in advance.
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] help with SIP Notify message, to make a endpoint (SPA504G and similar) to reboot.

2014-03-13 Thread Corey Edwards
On Thu, Mar 13, 2014 at 8:26 AM, Pedro Niño  wrote:

> The other (ugly) option, is to remove the auth from the phone, for the Sip
> Provisioning, but that would leave and open door to a reboot attack without
> auth needed from any IP. And I dont like that option.
>

This might not be as bad of an option as you think. If the SPA is behind a
stateful firewall then that firewall should allow the NOTIFY from the
registrar due to the REGISTER and NAT keep-alive packets opening the
firewall, but disallow SIP from any other source. I would recommend
verifying that before you deploy it though as I haven't tested it myself.

Corey
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Problemas with kamctl ul show - Kamailio 4.1

2014-03-13 Thread Daniel-Constantin Mierla
I did a quick test on a system that has the latest kamailio from branch 
4.1 and was ok -- see below. I tested db_mode=1 or 2, though.


# /usr/local/kamailio/sbin/kamctl ul show

Domain:: location table=512 records=1 max_slot=1
AOR:: 1001
Contact:: sip:1001@1.2.3.4:40187;transport=UDP;ob Q=
Expires:: 38
Callid:: dPlovWVWKd0N6fEOPvFtqjknrIAv8-g2
Cseq:: 54907
User-agent:: QjSimple 0.6.6 (pjproject 1.14.2/darwin)
State:: CS_SYNC
Flags:: 0
Cflag:: 0
Socket:: udp:2.3.4.5:5060
Methods:: 8143
Ruid:: uloc-5321b268-976-1
Reg-Id:: 0
Last-Keepalive:: 1394725807
Last-Modified:: 1394725807

# /usr/local/kamailio/sbin/kamctl ul show 1001

Contact:: 
;q=;expires=36;flags=0x0;cflags=0x0;state=1;socket=;methods=0x1FCF;user_agent=0.6.6 (pjproject 1.14.2/darwin)>;reg-id=0


# /usr/local/kamailio/sbin/kamailio -v

version: kamailio 4.1.2 (x86_64/linux) 9ce73e
flags: STATS: Off, 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: 9ce73e
compiled on 19:07:28 Mar 10 2014 with gcc 4.4.7

On 13/03/14 13:24, Raphael Borges wrote:

Daniel understood, is really very strange. I will continue analyzing.

Anyone else had the same problem?

Thank you.


2014-03-13 9:17 GMT-03:00 Daniel-Constantin Mierla >:


Hello,

the code has to be reviewed, but personally I didn't have time for
it yet -- hope to get to it very soon.

I don't remember big changes of dumping the cache, there were some
related to database queries, the reason why I asked for db_mode.

Cheers,
Daniel


On 13/03/14 13:09, Raphael Borges wrote:

Hello, something new?

thanks.


2014-03-11 10:46 GMT-03:00 Raphael Borges
mailto:raphaelsilvabor...@gmail.com>>:

this value so:

modparam("usrloc", "db_mode", 1)

thanks


2014-03-11 10:38 GMT-03:00 Daniel-Constantin Mierla
mailto:mico...@gmail.com>>:

Hello,

What value do you have for db_mode parameter of usrloc
module?

Cheers,
Daniel


Daniel-Constantin Mierla
http://www.asipto.com

On 11 Mar 2014, at 13:45, Raphael Borges
mailto:raphaelsilvabor...@gmail.com>> wrote:


Hello,

I'm having a problem with the command kamctl ul show,
and I do not understand what is happening. On my server
when I run just "kamctl ul show" command works fine but
when I run "kamctl ul show []" an error
happens. Before when I was using Kamailio 3.1, its work
ok. I looked for some documentation and found nothing
about this.

For example:

*$ /home2/local/kamailio/sbin/kamctl ul show*

Domain:: location table=512 records=1 max_slot=1
AOR:: 2501
Contact:: sip:2...@192.168.xxx.xxx
:5060;transport=udp Q=
  Expires:: 3594
  ...
Domain:: aliases table=512 records=0 max_slot=0


*$ /home2/local/kamailio/sbin/kamctl ul show 2501*
404 AOR not found

Thanks for Help.
Best regards.

Raphael

___
SIP Express Router (SER) and Kamailio (OpenSER) -
sr-users mailing list
sr-users@lists.sip-router.org

http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


___
SIP Express Router (SER) and Kamailio (OpenSER) -
sr-users mailing list
sr-users@lists.sip-router.org

http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users





___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
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://twitter.com/#!/miconda    
-http://www.linkedin.com/in/miconda
Kamailio World Conference - April 2-4, 2014, Berlin, Germany
http://www.kamailioworld.com


_

[SR-Users] 401 after a 302

2014-03-13 Thread Marc Soda
Can someone tell me how to handle a 401 from a 302 redirect?  I am
attempting to register with the uac module.  Normally, I set a failure
route for the 401 and call auc_auth().  In this case, I am receiving a 302,
sending the register with get_redirects(), then getting a 401.  However,
Kamailio seems to be ignoring the 401.  I see it in an onrely_route, but
not a failure route.

failure_route[REG_AUTH] {
  xlog("L_NOTICE","route[REG_AUTH]\n");

  # Handle redirects
  if ($T_reply_code == 302) {
get_redirects("*", "Redirected");
t_on_failure("REG_AUTH");
route(RELAY);
  } else if ($T_reply_code == 401) {
uac_auth();
t_on_reply("REG_REPLY");
route(RELAY);
 }
}

route[RELAY] {
  xlog("L_NOTICE","route[RELAY] ($rm)\n");

  if (is_method("INVITE|BYE|SUBSCRIBE|UPDATE")) {
if (!t_is_set("branch_route")) t_on_branch("MANAGE_BRANCH");
  }

  if (is_method("INVITE|SUBSCRIBE|UPDATE")) {
if (!t_is_set("onreply_route")) t_on_reply("MANAGE_REPLY");
  }

  if (is_method("INVITE")) {
if (!t_is_set("failure_route")) t_on_failure("MANAGE_FAILURE");
  }

  xlog("L_NOTICE","t_relay()'ing ($rm)\n");

  if (!t_relay()) {
sl_reply_error();
  }
  exit;
}
Thanks!

Marc
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Bizarre dialog profile tracking behaviour

2014-03-13 Thread Alex Balashov

Daniel,

On 03/12/2014 04:27 AM, Daniel-Constantin Mierla wrote:



On 11/03/14 18:44, Alex Balashov wrote:

We appear to have fixed this problem by calling dlg_manage() before
doing any set_dlg_profile() manipulations.

The documentation is not clear on whether dlg_manage() needs to be
called first before doing this. But it makes me wonder: if
dlg_manage() is prerequisite, then why would the profile manipulation
work at all beforehand?


Should work both ways. But I said in previous email, for the second
invite, the dialog might be found in memory and reused. In that case it
might not get the new profile for local static lists... so I guess that
a set_dlg_profile() before dlg_manage() doesn't find dialog shortcut
(which probably is set by dlg_manage()) and will add to local static
lists. When the dlg_manage() is executed, first looks for the dialog and
finds it, then don't create a new one. When creating a new structure,
the code is looking to local static lists and add the dialog in those
profiles. Code has to be checked, though, only my guess here.


When dlg_manage() was called after the set_dlg_profile() calls, the 
profile count looked like this:


   0 -> 1 -> 2 --> 0 (abrupt crash to 0 after 18x messages)

When we put dlg_manage() prior to the set_dlg_profile() calls, the 
profile count looks like this:


  0 -> 1 -> 2 -> 1 --> 1

This is closer to what we want, of course. The issue is that the dialog 
module takes 1-2 seconds to delete the old dialog in this scenario (the 
'2 -> 1' step), and for a high volume of calls, that can be a problem 
because it inflates the number of calls currently in process by a 
substantial proportion, breaking the ability to do concurrent call 
limiting effectively.


Since dialog relies on TM callbacks, my question is: are there any 
timeouts we can tweak on the TM side that would have the effect of aging 
the old (407-challenged) dialog out faster, perhaps nearly instantly, 
once the hop-by-hop ACK for the 407 is received?


That is the fundamental problem we're trying to solve at this point.

Thanks,

-- Alex

P.S. if(is_present_hf("Proxy-Authorization")) { track dialog }

... would be an attractive solution. Unfortunately, authentication is 
not used in all cases by the upstream gateway, and we cannot predict 
which cases those will be.


--
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
United States
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/, http://www.alexbalashov.com/

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] Problem install siremis and kamailio with postgresql

2014-03-13 Thread Rene Montilva
Hi list

i tried install siremis with postgresql db, but when i was in step 2 and
select postgresql driver and fill all the required fields, but i saw
siremis installer try to connect to postgresql with www-data user, why this
happend
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] sip code and sip reason read only

2014-03-13 Thread Kelvin Chua
How can i alter at least the sip reason in transit?

$rr is read only

for example:
what i wanted to do is when an egress switch returned,
  404 i am ugly
i wanted to return this to ingress
  404 he is ugly

Kelvin Chua
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] SIREMIS redirecting to login prompt issue

2014-03-13 Thread malik sherif
Did anybody experienced this problem?

From: asheri...@hotmail.com
To: sr-users@lists.sip-router.org
Subject: RE: [SR-Users] SIREMIS redirecting to login prompt issue
Date: Tue, 11 Mar 2014 15:49:06 +




step 1:

Step 2

Step 3


STEP 4

Last step:


After this login widow should have redirected to login widow  for example




installation documentation is available on  

http://kb.asipto.com/siremis:install40x:main






Thanks 

Abdul










> Date: Tue, 11 Mar 2014 11:40:09 -0400
> From: abalas...@evaristesys.com
> To: sr-users@lists.sip-router.org
> Subject: Re: [SR-Users] SIREMIS redirecting to login prompt issue
> 
> Abdul,
> 
> Would you mind sending screenshots of the respective phases of this process?
> 
> -- 
> Alex Balashov - Principal
> Evariste Systems LLC
> 235 E Ponce de Leon Ave
> Suite 106
> Decatur, GA 30030
> United States
> Tel: +1-678-954-0670
> Web: http://www.evaristesys.com/, http://www.alexbalashov.com/
> 
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

  ___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] help with SIP Notify message, to make a endpoint (SPA504G and similar) to reboot.

2014-03-13 Thread Pedro Niño
Indeed, of course that way works, but I am pretty sure that Kamailio can
intercept and give the right response.

Right now what would be needed is to make a complete SIP Notify with the
according digest, using the password picked from the database, and send it
back. The answer would be a 200 'OK' .

Will keep trying, don't like to leave that back door open at the phones...
 On Thu, Mar 13, 2014 at 8:26 AM, Pedro Niño  wrote:

> The other (ugly) option, is to remove the auth from the phone, for the Sip
> Provisioning, but that would leave and open door to a reboot attack without
> auth needed from any IP. And I dont like that option.
>

This might not be as bad of an option as you think. If the SPA is behind a
stateful firewall then that firewall should allow the NOTIFY from the
registrar due to the REGISTER and NAT keep-alive packets opening the
firewall, but disallow SIP from any other source. I would recommend
verifying that before you deploy it though as I haven't tested it myself.

Corey


___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] siremis doesn't works with postgresql

2014-03-13 Thread Rene Montilva
Hi List


i want to config siremis with postgresql and really to much things fail for
the install, at the end y left the siremis db with mysql and kamailio with
postgresql but the problems continue, when i want to show subscriber list
from siremis interface, i get an error and check the postgresql log and
found this

LOG:  sentencia: SET NAMES 'utf8'
ERROR:  error de sintaxis en o cerca de «`» en carácter 101
SENTENCIA:  SELECT T0.id, T0.username, T0.domain, T0.password,
T0.email_address, T0.ha1, T0.ha1b, T0.rpid FROM  `subscriber` T0   LIMIT 10

what could be the right config?
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Inter domain routing

2014-03-13 Thread Neville D'Souza
Hi Daniel,

 

Just a query regarding the same. I will be building 2 live kamailio servers
based in 2 different countries which will be a backend to a mobile app. I
already have a test server running fine. I need to know how to have 2
kamailio servers relay calls to each other, could you specify the below if
applicable in my case. What is the specific config I need to do which will
be different from hosting just one Kamailio server. Please note I am not
using domains or dns but IP addresses, for example user01@111.111.111.111. I
have also suppress reverse lookups in config file.

 

Regards,

Neville

 

From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
Daniel-Constantin Mierla
Sent: Thursday, March 13, 2014 1:46 PM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Inter domain routing

 

Hello,

if the domains are in DNS, then simply relay (e.g., using t_relay()) from
each instance. Kamailio does dns query and will send it to the other one.

Cheers,
Daniel

On 13/03/14 07:00, Owais ul Haq wrote:

Hello,
I have two kamailio servers running independently with different domain
names. I want to route calls between those two servers. Can it be done ? If
yes then How ?
Thanks.





-- 
Daniel-Constantin Mierla - http://www.asipto.com
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference - April 2-4, 2014, Berlin, Germany
http://www.kamailioworld.com
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] Two kamailio servers sharing database

2014-03-13 Thread Owais ul Haq
Hello,
I have deployed two kamailio servers. Both are sharing a common database 
deployed on Windows 2008 Server using MySQL. Now domain of one kamailio server 
is lets say "abc.com" and other's is "xyz.com". I want to know that if a user 
is created by user id "us...@abc.com" with password "qazwsx@123" in the 
database. And a user try to login from 2nd server "xyz.com" using user id 
"us...@xyz.com" with password "qazwsx@123". Will he able to login using this 
shared database ? 
Also please tell which modules controls this ? As I have few more questions 
also concerning this. 
  ___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Two kamailio servers sharing database

2014-03-13 Thread Kelvin Chua
try

modparam("auth_db", "use_domain", 0);
modparam("usrloc", "use_domain", 0);



Kelvin Chua


On Fri, Mar 14, 2014 at 11:39 AM, Owais ul Haq wrote:

> Hello,
> I have deployed two kamailio servers. Both are sharing a common database
> deployed on Windows 2008 Server using MySQL. Now domain of one kamailio
> server is lets say "abc.com" and other's is "xyz.com". I want to know
> that if a user is created by user id "us...@abc.com" with password
> "qazwsx@123" in the database. And a user try to login from 2nd server "
> xyz.com" using user id "us...@xyz.com" with password "qazwsx@123". Will
> he able to login using this shared database ?
> Also please tell which modules controls this ? As I have few more
> questions also concerning this.
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Inter domain routing

2014-03-13 Thread Kelvin Chua
it is still the same t_relay() for both IP address or domain name.

Kelvin Chua


On Fri, Mar 14, 2014 at 11:34 AM, Neville D'Souza  wrote:

>  Hi Daniel,
>
>
>
> Just a query regarding the same. I will be building 2 live kamailio
> servers based in 2 different countries which will be a backend to a mobile
> app. I already have a test server running fine. I need to know how to have
> 2 kamailio servers relay calls to each other, could you specify the below
> if applicable in my case. What is the specific config I need to do which
> will be different from hosting just one Kamailio server. Please note I am
> not using domains or dns but IP addresses, for example
> user01@111.111.111.111. I have also suppress reverse lookups in config
> file.
>
>
>
> Regards,
>
> Neville
>
>
>
> *From:* sr-users-boun...@lists.sip-router.org [mailto:
> sr-users-boun...@lists.sip-router.org] *On Behalf Of *Daniel-Constantin
> Mierla
> *Sent:* Thursday, March 13, 2014 1:46 PM
> *To:* Kamailio (SER) - Users Mailing List
> *Subject:* Re: [SR-Users] Inter domain routing
>
>
>
> Hello,
>
> if the domains are in DNS, then simply relay (e.g., using t_relay()) from
> each instance. Kamailio does dns query and will send it to the other one.
>
> Cheers,
> Daniel
>
> On 13/03/14 07:00, Owais ul Haq wrote:
>
>  Hello,
> I have two kamailio servers running independently with different domain
> names. I want to route calls between those two servers. Can it be done ? If
> yes then How ?
> Thanks.
>
>
>
>  --
>
> Daniel-Constantin Mierla - http://www.asipto.com
>
> http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
>
> Kamailio World Conference - April 2-4, 2014, Berlin, Germany
>
> http://www.kamailioworld.com
>
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] Softphone not connecting

2014-03-13 Thread Owais ul Haq
Hello,

I have deployed a server. It is starting fine. Connection with MySQL database 
is also okay. Siremis is also working fine. But softphone "Eyebeam" can't login 
as a user to the server. Client functionality is ok. As same client with same 
setting is working good with other kamailio server. How can I trace down the 
error ?? Please guide.

Regards,
Owais
  ___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] SIREMIS not redirecting to login widow

2014-03-13 Thread malik sherif
any body experienced problem having login window popup?

From: asheri...@hotmail.com
To: sr-users@lists.sip-router.org
Date: Thu, 13 Mar 2014 22:36:22 +
Subject: Re: [SR-Users] SIREMIS redirecting to login prompt issue




Did anybody experienced this problem?

From: asheri...@hotmail.com
To: sr-users@lists.sip-router.org
Subject: RE: [SR-Users] SIREMIS redirecting to login prompt issue
Date: Tue, 11 Mar 2014 15:49:06 +




step 1:

Step 2

Step 3


STEP 4

Last step:


After this login widow should have redirected to login widow  for example




installation documentation is available on  

http://kb.asipto.com/siremis:install40x:main






Thanks 

Abdul










> Date: Tue, 11 Mar 2014 11:40:09 -0400
> From: abalas...@evaristesys.com
> To: sr-users@lists.sip-router.org
> Subject: Re: [SR-Users] SIREMIS redirecting to login prompt issue
> 
> Abdul,
> 
> Would you mind sending screenshots of the respective phases of this process?
> 
> -- 
> Alex Balashov - Principal
> Evariste Systems LLC
> 235 E Ponce de Leon Ave
> Suite 106
> Decatur, GA 30030
> United States
> Tel: +1-678-954-0670
> Web: http://www.evaristesys.com/, http://www.alexbalashov.com/
> 
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

  

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users   
  ___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Softphone not connecting

2014-03-13 Thread Rainer Piper

  
  
Hi Owais,
  I use ngrep or wireshark to trace errors ...
  
  ngrep "[IP-Addr_of_Eyebeam_PC]" -qtW byline port 5060 -d any
  
  
  or Wireshark Menu -> Telephony -> VoIP-Calls the Button Flow
  
  
  
  Am 14.03.2014 05:40, schrieb Owais ul Haq:


  
  Hello,

I have deployed a server. It is starting fine. Connection with
MySQL database is also okay. Siremis is also working fine. But
softphone "Eyebeam" can't login as a user to the server. Client
functionality is ok. As same client with same setting is working
good with other kamailio server. How can I trace down the error
?? Please guide.

Regards,
Owais
  
  
  
  
  ___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users




-- 
  Rainer Piper
  
  NOC - +49
(0)228 97167161 - sip.soho-piper.de
  
  NOC - +49
(0)2247 9064188 - sip.tele33.de - sip.tefonix.de - D293

  

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Inter domain routing

2014-03-13 Thread Neville D'Souza
Hi Kelvin,

 

Thanks for your valuable response. I hope you don't mind me asking the
specifics here I am pretty much a newbie. Do you mean the below code in
kamailio.cfg file or is it something else.

 

route[RELAY] {

 

# enable additional event routes for forwarded requests

# - serial forking, RTP relaying handling, a.s.o.

if (is_method("INVITE|BYE|SUBSCRIBE|UPDATE")) {

if(!t_is_set("branch_route")) t_on_branch("MANAGE_BRANCH");

}

if (is_method("INVITE|SUBSCRIBE|UPDATE")) {

if(!t_is_set("onreply_route")) t_on_reply("MANAGE_REPLY");

}

if (is_method("INVITE")) {

if(!t_is_set("failure_route"))
t_on_failure("MANAGE_FAILURE");

}

 

if (!t_relay()) {

sl_reply_error();

}

exit;

}

 

Also do I need to specify my 2 IP addresses on the both kamailio servers ?
and how do I edit this, I mean the syntax. It would be great if you could
give me a an example.

 

Regards

Neville

 

From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Kelvin Chua
Sent: Friday, March 14, 2014 9:36 AM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Inter domain routing

 

it is still the same t_relay() for both IP address or domain name.




Kelvin Chua

 

On Fri, Mar 14, 2014 at 11:34 AM, Neville D'Souza  wrote:

Hi Daniel,

 

Just a query regarding the same. I will be building 2 live kamailio servers
based in 2 different countries which will be a backend to a mobile app. I
already have a test server running fine. I need to know how to have 2
kamailio servers relay calls to each other, could you specify the below if
applicable in my case. What is the specific config I need to do which will
be different from hosting just one Kamailio server. Please note I am not
using domains or dns but IP addresses, for example user01@111.111.111.111. I
have also suppress reverse lookups in config file.

 

Regards,

Neville

 

From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
Daniel-Constantin Mierla
Sent: Thursday, March 13, 2014 1:46 PM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Inter domain routing

 

Hello,

if the domains are in DNS, then simply relay (e.g., using t_relay()) from
each instance. Kamailio does dns query and will send it to the other one.

Cheers,
Daniel

On 13/03/14 07:00, Owais ul Haq wrote:

Hello,
I have two kamailio servers running independently with different domain
names. I want to route calls between those two servers. Can it be done ? If
yes then How ?
Thanks.

 

-- 
Daniel-Constantin Mierla - http://www.asipto.com
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference - April 2-4, 2014, Berlin, Germany
http://www.kamailioworld.com


___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

 

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] Soft phone Issue

2014-03-13 Thread Owais ul Haq
Hello,


I have configured a kamailio server on my local network, gave it
 a dummy domain like "abcd.tk". I have a number of computers on my local
 network. I want to run eyebeam on them and connect to my kamailio 
server. Server is running fine. When I try to connect Eyebeam to Server,
 it goes to DNS to find IP for "abcd.tk". I have entered the value 
"192.168.1.10 = abcd.tk" in "hosts" file of all machines. File is 
located at "C:\WINDOWS\system32\drivers\etc\hosts". On other hand, when I
 ping abcd.tk from client computers. They ping 192.168.1.10. So 
Operating systems verify the entry "192.168.1.10 = abcd.tk", but problem
 lies with soft phones. I have tried X-Lite and Eyebeam. 

How can I make softphone understand that abcd.tk = 192.168.1.10 and please go 
to this adress, not DNS ??

Help please :(


Regards,

Awais.




  ___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Soft phone Issue

2014-03-13 Thread John Murray
I think you need the 'outbound proxy' here set to 192.168.1.10

Regards
John
On 14 Mar 2014 06:40, "Owais ul Haq"  wrote:

> Hello,
>
> I have configured a kamailio server on my local network, gave it a dummy
> domain like "abcd.tk". I have a number of computers on my local network.
> I want to run eyebeam on them and connect to my kamailio server. Server is
> running fine. When I try to connect Eyebeam to Server, it goes to DNS to
> find IP for "abcd.tk". I have entered the value "192.168.1.10 = abcd.tk"
> in "hosts" file of all machines. File is located at
> "C:\WINDOWS\system32\drivers\etc\hosts". On other hand, when I ping
> abcd.tk from client computers. They ping 192.168.1.10. So Operating
> systems verify the entry "192.168.1.10 = abcd.tk", but problem lies with
> soft phones. I have tried X-Lite and Eyebeam.
> How can I make softphone understand that abcd.tk = 192.168.1.10 and
> please go to this adress, not DNS ??
> Help please :(
>
> Regards,
> Awais.
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Soft phone Issue

2014-03-13 Thread Volkan Oransoy
Entering an outbound proxy setting may help you.

/Volkan


2014-03-14 8:40 GMT+02:00 Owais ul Haq :

> Hello,
>
> I have configured a kamailio server on my local network, gave it a dummy
> domain like "abcd.tk". I have a number of computers on my local network.
> I want to run eyebeam on them and connect to my kamailio server. Server is
> running fine. When I try to connect Eyebeam to Server, it goes to DNS to
> find IP for "abcd.tk". I have entered the value "192.168.1.10 = abcd.tk"
> in "hosts" file of all machines. File is located at
> "C:\WINDOWS\system32\drivers\etc\hosts". On other hand, when I ping
> abcd.tk from client computers. They ping 192.168.1.10. So Operating
> systems verify the entry "192.168.1.10 = abcd.tk", but problem lies with
> soft phones. I have tried X-Lite and Eyebeam.
> How can I make softphone understand that abcd.tk = 192.168.1.10 and
> please go to this adress, not DNS ??
> Help please :(
>
> Regards,
> Awais.
>
> ___
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users