Displaying 20 results from an estimated 5000 matches similar to: "----www.cdsportal.net---- wholesale voip provider"
2008 Mar 21
3
Problem with user regsitration and ldap on SVN version
Hi guys,
I'm trying to use Asterisk with LDAP integration.
I created some schemas and it seems to work fine for sip.conf replacement.
When I try to register a softphone to test the service, it seems ok from the softphone point of view (user registred) but when I do a
"sip show peers", no one is registered (nor sip show subrscriptions, users...)
I put my Asterisk on full debug and I
2008 Mar 21
1
----www.cdsportal.net---- wholesale voipprovider --starting at 1.1 cent per min
Piling on...
InterNIC says the domain was created almost a week ago, and expires in a year. The registrar is GoDaddy. The owner of the site is located in the Dominican Republic:
C/1ra #15
Costa Criolla, Km9 Carr. Sanchez
Santo Domingo, New York 00000
Dominican Republic
Registered through: GoDaddy.com, Inc. (http://www.godaddy.com)
Domain Name: CDSPORTAL.NET
Created on: 14-Mar-08
Expires on:
2008 Mar 21
2
----www.cdsportal.net---- wholesale voip provider --starting at 1.1 cent per min
starting a 1.1 cent per min, rates may be better depending volume
technical support
we support all codecs using SIP / IAX2
predictive dialers, call centers and telemarketers are allowed
free test account.
if you have any question just contact us
support at cdsportal.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 18
1
LDAP direct authentication Problem
Hi
I need to authenticate all the asterisk users from the LDAP server instead
of from sip.conf.
If anybody already have done this then please guide.
I tried to integrate authenticate asterisk users from LDAP using the open
source project astirectory1.2.0.
After using the astirectory1.2.0 , now when the asterisk starts then it
registeres with the LDAP. Following logs shows it.
Jan 18 18:36:20
2006 Jan 17
1
Asterisk LDAP Authentication Problem
Hi
I want to authenticate the asterisk users from the LDAP directory server not
from the sip.conf.
I tried to use the
astirectory-1.2<http://www.asterisk-ev.org/download/astirectory-1.2-0.3.tgz>.
But i am not able to configure it properly. If somebody
used it then please help.
In the res_ldap.conf file i made the following entries. I am using my normal
username and password to connect my
2008 Mar 17
1
ldap for sip users.
Hi,
I had asterisk 1.4.17 with the extensions which is
configured in the sip.conf it was working fine.
Now I am having the requirement to authenticate the
SIP users through the OpenLDAP not through the
sip.conf.
Steps I have done :
Did a check out by using the following command,
http://svn.digium.com/svn/asterisk/trunk. [^]
then given configure, make , make install. and taken
the sample ldap
2015 Oct 14
2
Use repadmin /showobjmeta would caused samba 4.3.0 fault
I had a AD with 4 Win2003 DC. Now I use a samba4 server as a additional DC.
Samba4 server system version: ubuntu 15.04
Samba version: samba 4.3.0
The replication from win2003 DC to samba4 DC was success. But have
some problem from samba4 DC to win2003 DC. I can run "samba-tool drs
showrepl" without error. But in log.samba it can found many message
like:
[2015/10/09 12:53:11.562088, 0]
2011 Jan 17
1
Continuously core dumping of 1.8 on SLES
Hi,
Anybody seen this before?
(using a pre-compiled asterisk from the OBS on a sles11sp1)
(I mean, i did the same with a 1.6 without any problem, but i need 1.8)
after starting:
kc3004:~ # /usr/sbin/safe_asterisk: line 145: 16133 Segmentation fault
(core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS}
${ASTARGS} > /dev/${TTY} 2>&1 < /dev/${TTY}
Asterisk ended with
2007 Jul 12
0
No subject
Would it be sufficiant if I were to copy the makefile and res_config_ldap.c
to the res/ directory of my running Asterisk and do make; make install? or
do I have to do LIBS=-lldap export LIBS ./configure before that? My asterisk
version is 1.2.6.
Thanks in advance,
Abhishek
*
*
* *
On 8/27/07, Gavin Henry <gavin.henry at gmail.com> wrote:
>
> I see it is res_config_ldap. You'd be
2012 Nov 08
1
(problem in Integrate asterisk through LDAP (Invalid credential
Hello all,
I am going to register asterisk sip users through active directory accounts LDAP (that is a separated server with ip : 192.168.11.17)
So I have followed the below link as well:
https://wiki.asterisk.org/wiki/display/AST/LDAP+Realtime+Driver
http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/ExternalServices_id291590.html
2010 Jan 21
1
Asterisk & LDAP authentification
Hi everybody,
I would like to use realtime authentification with my LDAP.
My Asterisk is v. 1.6.1.12. I'm using OpenLDAP
The command realtime ldap status is OK.
I have configure these files :
/etc/asterisk/extconfig
/etc/asterisk/res_ldap.conf
/etc/asterisk/extensions.ael
I do nothing and I have that in my console :
[Jan 21 10:41:48] WARNING[30020]: res_config_ldap.c:809
2009 May 03
1
Localizing attributes when using I18n
Currently I''m developing a multilingual app on rails 2.2. I liked very
much the idea of Xavier Defrang to provide a locale-aware accessor for
the fields that needs a translation: http://defrang.com/articles/2005/12/02/playing-with-rails-i18n
I modified code a little to make it work with rails 2.2:
def self.localize(*attribute_names)
attribute_names.each do |attribute_name|
2008 Mar 06
1
LDAP
Hi All,
I've just compiled Asterisk 1.4.18 and I'm planning on using an LDAP tree
where the users will each have their account, SIP username/password,
extension number, context, etc. My first question is: can this be done with
1.4.x? If so, where can I get the res_config_ldap from??
I googled quite a bit and found a res_config_ldap that looks to be coded for
1.2. Is anyone running
2006 Jan 29
1
Accessing attributes
I have a name of an attribute and I need to get its value and set a new
value for it:
x1 = a.foo
a.foo = x2
How do I do that if the name of the attribute ''foo'' is a var?
I thought about doing this:
attribute_name = ''foo''
x1 = a.attributes[attribute_name]
a.attributes[attribute_name] = x2
but this is a bypass and I''m quite sure it would cause
2009 Aug 12
1
app_voicemail.so: undefinied symbol: global_app_buf
Hello,
I recently completed a fresh install of Asterisk
SVN-group-srtp-r183146M-/trunk , and I'm running into an issue getting the
voicemail application module to load. Output from debug shows:
-------------------------------
[Aug 11 22:00:01] NOTICE[20173]: loader.c:875 load_modules: 1 modules will
be loaded.
[Aug 11 22:00:01] WARNING[20173]: loader.c:376 load_dynamic_module: Error
loading
2006 Feb 20
2
file_column: changing default store_dir
File_column plugin is great. I need to change the default :store_dir
from the dynamic "model_name/attribute_name" to an equally dynamic
"client_id/app_id/model_name/attribute_name". In my model I have:
class Component < ActiveRecord::Base
belongs_to :component_type
belongs_to :component_group
breakpoint
file_column :content,
:magick => { :versions
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
Greetings.
Attempting to connect Asterisk to LDAP database using res_config_ldap
module. While trying to register sip client (Ekiga softphone),
according to slapd.log, asterisk connects to LDAP server, asks for
some attributes to modify (they do exist, and asterisk user has all
permissions to do that,
etc). And then asterisk application just crashes.
Without ldap (using just static users'
2006 Mar 23
1
Implementing a model with logging?
Hi,
I''ve been trying to work out a model (let''s say a StudentRecord) which
has a number of attributes, and the key thing I''m trying to do here is
to implement it such that you can actually view modifications made over
time by various users (think of it as a wikipedia style of logging).
Is there some provision in rails that''d provide this functionality for
2006 Jan 04
4
file_column
I use file_column and it works fine.
I tried to change the store_dir to a the path I want my files to be
stored and not the default.
I stored some images fine. But when I try to reach my images it seems
like file_column uses the model_name/attribute_name on the image and not
the store_dir I used. How can I change this ?
Thanks in advance
--
Alexander Antonakakis
2015 Jun 20
1
SIP LDAP authentication
Hello,
Is there a definitive guide on how SIP peers could be authenticated using
LDAP in asterisk 11 and up?
It seems https://wiki.asterisk.org/wiki/display/AST/LDAP+Realtime+Driver is
not updated as there are mis-matched parameters in the configuration
samples and ldap schema files.
This is because I get:
*Command: *sip show peer "1000" load
*Output: **ERROR*: res_config_ldap.c:1389