Re: [SR-Users] Serctl

2012-06-29 Thread Jeremy Ardley

serctl showdb | more

or

serctl showdb | less



On 29/06/2012 1:37 AM, Angel Valdes wrote:

Please is any variable available to stop screen scrolling when you use serctl 
showdb and you have that many users list bigger than your screen and you need 
to see the top part of the list

Thanks

Angel Valdes
IT Manager
201-920-2908
Talent is a gift that brings with it an obligation to serve the world, and not 
ourselves, for it is not of our making.
Jose Marti
___
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] how to talk across domains, my domain to say, iptel.org

2012-06-29 Thread Auro Tripathy
Hi All:

I'm a newbie, excuse the simple (no pun intended) question.

I installed Kamailio and I'm able to set it up so that all subscribers in the 
*same* domain can talk/discover-presence, etc.

What do I  do so that subscribers in other domains, for example the iptel.org 
domain, can talk to subscribers in my domain?

-Auro


___
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] cfgutils lock / unlock + $sht() variables.

2012-06-29 Thread Vitaliy Aleksandrov

Hi all,

I use $sht() pseudo-variabled provided by htable module for caching 
various information about sip customers. I thought that htable has some 
locking mechanism inside it and today while i was reading core-cookbook 
i payed attention to one example with the lock/unlock functions and $sht():


lock(calls-to::10.10.10.10);
$sht(a=calls-to::10.10.10.10) =
$sht(a=calls-to::10.10.10.10) + 1;
unlock(calls-to::10.10.10.10);

According to that example an explicit locking mechanism should be used 
when i want to write something to a hash table.

On the other hand there are no locks in htable documentation.

So the question is when do the explicit locks should be used and for 
what purpose ?



___
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] how to talk across domains, my domain to say, iptel.org

2012-06-29 Thread Klaus Darilion

The default configuration supports that already.

Usually inbound routing does not differ if the call comes from a local 
subscriber or from an external domain.


Outbound routing is performed if the domain in the request URI (ruri) is 
non-local.


regards
Klaus

Am 29.06.2012 19:46, schrieb Auro Tripathy:


Hi All:

I'm a newbie, excuse the simple (no pun intended) question.

I installed Kamailio and I'm able to set it up so that all subscribers 
in the **same** domain can talk/discover-presence, etc.


What do I  do so that subscribers in other domains, for example the 
iptel.org domain, can talk to subscribers in my domain?


-Auro



___
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] how to talk across domains, my domain to say, iptel.org

2012-06-29 Thread Auro Tripathy
Thanks Klaus, non-local routing appears to work out-of-the-box.
Thank you again for confirming what I observed.

-Auro


From: Klaus Darilion [mailto:klaus.mailingli...@pernau.at]
Sent: Friday, June 29, 2012 3:52 PM
To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users 
Mailing List
Cc: Auro Tripathy
Subject: Re: [SR-Users] how to talk across domains, my domain to say, iptel.org

The default configuration supports that already.

Usually inbound routing does not differ if the call comes from a local 
subscriber or from an external domain.

Outbound routing is performed if the domain in the request URI (ruri) is 
non-local.

regards
Klaus

Am 29.06.2012 19:46, schrieb Auro Tripathy:
Hi All:

I'm a newbie, excuse the simple (no pun intended) question.

I installed Kamailio and I'm able to set it up so that all subscribers in the 
*same* domain can talk/discover-presence, etc.

What do I  do so that subscribers in other domains, for example the iptel.org 
domain, can talk to subscribers in my domain?

-Auro






___

SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list

sr-users@lists.sip-router.orgmailto: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] how to talk across domains, my domain to say, iptel.org

2012-06-29 Thread Alex Balashov
Note that from a security point of view, this is not necessarily a desirable 
trait, without appropriate programmatic restrictions and/or ACLs. 


-- Alex

--
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/Auro Tripathy auro.tripa...@wdc.com 
wrote:Thanks Klaus, non-local routing appears to work out-of-the-box.  
Thank you again for confirming what I observed.
 
-Auro
 
 
From: Klaus Darilion [mailto:klaus.mailingli...@pernau.at] 
Sent: Friday, June 29, 2012 3:52 PM
To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users 
Mailing List
Cc: Auro Tripathy
Subject: Re: [SR-Users] how to talk across domains, my domain to say, iptel.org
 
The default configuration supports that already. 

Usually inbound routing does not differ if the call comes from a local 
subscriber or from an external domain.

Outbound routing is performed if the domain in the request URI (ruri) is 
non-local.

regards
Klaus

Am 29.06.2012 19:46, schrieb Auro Tripathy:
Hi All:
 
I’m a newbie, excuse the simple (no pun intended) question.
 
I installed Kamailio and I’m able to set it up so that all subscribers in the 
*same* domain can talk/discover-presence, etc.
 
What do I  do so that subscribers in other domains, for example the iptel.org 
domain, can talk to subscribers in my domain?
 
-Auro
 
 



___
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