Displaying 20 results from an estimated 10000 matches similar to: "Asterisk 1.2 - sip_buddies restrictid problem."
2005 Sep 01
0
How to set CLIR when using call files ?
Hi all,
A few days ago I found out with help of some of you guys how to set CLIR.
(Calling line identification restriction) My first idea was to use the
keypad protocol to set the CLIR with dialing *31* before the number but this
was not possible.
So thanks to Damon Estep I got it to work with executing
'SetCallerPres(prohib)' before the dial command. This works perfectly! But
now
2004 Dec 14
3
sip_buddies mysql table
Not being an asterisk expert, but having been around
the block once or twice when it comes to data and the
like, I have made some observations based on the examples
given on voip-info.org Sip configs.
it appears there is an adjustment to be made in
the sip_buddies example table:
>>> name
Although set to 30 characters, I don't see where it is
limited in the text file. In theory,
2008 Feb 26
0
CLIR missing in MySQL CDR records
Hello!
I just encountered a strange thing in my mysql cdr records. From a
certain date on Asterisk (1.4.6) stopped to populate the CLIR and SCR
flieds in the cdr table. As far as I know no changes happened to the
system on that date and until then CLIR are recorded properly.
The CLIR is still transmitted by the PRI and is shown in the console
when a call comes in. But no traces of it in the CDR.
2005 Aug 20
2
Realtime sip_buddies "register=>" how?
Hi all
I've been doing some testing on realtime using mysql, an have a little
question that could not find the answer to or maybe its not posible at this
time.
Is there a way use "register=>......" on a DB using realtime. For the moment I
use it in sip.conf. It will help me a lot if this could be store on a DB
somehow.
commets or sugestions .... ?
thanks
Billy
2010 Jan 19
1
How to enable a range of IP addresses in realtime sip_buddies
I'm using realtime sip peers and I need to enable a range of IP
addresses for a peer.
I have:
deny = 0.0.0.0/0.0.0.0
permit = xxx.yyy.zzz.0/255.255.255.0
mask = 255.255.255.0
defaultIP = xxx.yyy.zzz.112
host = xxx.yyy.zzz.112
Addresses other than .112 are being denied. Can someone offer
assistance? Am I doing something wrong?
Bruce
2006 Mar 31
3
Echo cancellation problem
Hi!
I'm here again with echo canceller problem... :-(
I think I've done everything to enable echo canceller feature, but it
still doesn't work...
Can anybody tell me if there is some error or something missing in this
configuration please?
I'm using Eicon Diva Server 4Bri.
http://www.eicon.com/worldwide/products/MediaGateways/disv4bri.htm?techspec=1®ID=4999
Card
2010 Dec 20
3
Asterisk 1.8 - Dial problem if SIP friend is UNREACHABLE.
Hi All,
I have some problem with Asterisk 1.8 and DIal() to SIP unreachable friend.
My dialplan:
exten => _XXXX,1,Dial(SIP/${EXTEN},60,rt)
Now, when I Dial extension 1050, and there is no 1050 peer registered I got:
[Dec 18 22:51:04] WARNING[2307] chan_sip.c: sip_xmit of 0xc2e1330 (len
843) to 0.0.4.26:5060 returned -1: Invalid argument
In 1.6 there was no problem, I have got Channel is
2009 Mar 02
2
Asterisk realtime
Hi all,
I'm using asterisk in real time mode...All extensions are defined in table
sip_buddies...Everything looks fine and asterisk is reading extensions info
from the sip_buddies table...The problem occurs as soon as any information
on an extension is changed from sip_buddies table...Which mean, if I change
the secret field in sip_buddies table then i should reload asterisk to read
again the
2006 Feb 10
1
Asterisk 1.2.x + oh323 on Debian Sarge.
Hello,
is anybody there who successfully compiled Asterisk 1.2.4 with oh323 on
Debian Sarge? I tried severel versions of oh323 and pwlib and there is
no results... only errors.
--
Jarek
2010 Feb 22
2
Problems with SIP realtime
I have followed the instructions on voip-info.org for Realtime SIP
peers, but I get this notice :
[Feb 22 20:05:32] NOTICE[15298]: chan_sip.c:15889
handle_request_register: Registration from
'<sip:testsip at 192.168.1.150;transport=UDP>' failed for '192.168.1.105' -
No matching peer found
The CLI shows :
[Feb 22 19:58:23] == Parsing
2005 Aug 18
1
asterisk with odbc
hello
i am trying to use res_odbc for sipuser. my connection
is working. i have checked using isql. even cdr_odbc
is working but i hav problem in res_odbc. i have
created user in sip_buddies table but asterisk is no
getting user from this sip_buddies table.
/etc/asterisk/extconfig.conf
[settings]
sipusers=>odbc,asterisk,sip_buddies
sippeers=>odbc,asterisk,sip_buddies
2006 Oct 30
0
Realtime trouble with contex
Hello, Asterisk.
I am currently using Asterisk (asterisk-1.2.13) and asterisk-addons-1.2.3_1
on FreeBSD 6.1-RELEASE-p10
So, after setup asterisk for realtime extension:
res_mysql.conf:
[general]
dbhost = 127.0.0.1
dbname = asterisk
dbuser = asterisk
dbpass = asterisk
dbport = 3306
dbsock = /tmp/mysql.sock
res_odbc.conf:
[mysql]
enabled => yes
dsn => asterisk
username => asterisk
2004 Dec 24
3
Registration failure with debug
can anybody identify why the CLI is issuing a failure message
while debug shows everything is fine????
this makes no sense to me.
also, why is the username being updated? this has got to be wrong
from CLI
-- SIP Seeding '52221' at 52221@192.168.70.26:5060 for 3600
-- SIP Seeding '52221' at 52221@192.168.70.26:5060 for 3600
Dec 24 12:16:35 NOTICE[15776]:
2004 Jan 05
1
CLIR and isdn4linux
hi
I have a passive isdn port configured in modem.conf
in extention.conf i use this two channel (ttyI0 and ttyI1) with the string:
exten => _NXXXXXXXXX,1,Dial,Modem/g1:${EXTEN}|60|r
how can i hide my msn?
is it possible to activate the clir with the @ before the ${EXTEN}?
thanks
Cristian
2005 Feb 03
1
403 Forbidden when registering sip user database on backend
i am getting 403 Forbidden message from asterisk when
it try to register my user agent. i am basically
useing mysql through ODBC. i hvae checked ODBC
connecteion with
'ODBC Show' command.
------------------------------------------------------
*CLI> odbc show
Name: mysql1
DSN: asteriskdsn
Connected: yes
*CLI>
------------------------------------------------------
and user is added to
2014 Feb 18
1
Syntax error for Realtime SQLite3
I am using Realtime on Asterisk 11.5 with a SQLite3 backend. While
everything seems to be working fine I keep getting this error on my log
files:
[2014-02-17 19:55:18] WARNING[20569] res_config_sqlite3.c: Could not
execute 'UPDATE "sip_buddies" SET "ipaddr" = '192.168.2.23', "port" =
'5060', "regseconds" = '1392692118',
2004 Jun 24
0
Anonymity and Privacy headers
When a user calling over the PSTN network calls one of our SIP users with a restricted number (CLIR), our PSTN gateway is sending us incoming calls with the following additional headers:
Proxy-Require: privacy
Anonymity: uri
Remote-Party-ID: <sip:41781234567@192.168.0.100:4000>;privacy=uri
as opposed to
Remote-Party-ID: <sip:41781234567@192.168.0.100:4000>;privacy=off
when CLIP
2005 Aug 23
1
asterisk+realtime
hello
i m using asterisk-1.0.9. i want to connect to db
through odbc. isql is working. but asterisk is not
getting user information from this table. can any one
pls check this
/etc/asterisk/extconfig.conf
[settings]
sipusers => odbc,mysql1,sip_buddies
sippeers => odbc,mysql1,sip_buddies
sip.conf => odbc,mysql1,sip_buddies
sipfriends => odbc,mysql1,sip_buddies
2005 Aug 23
0
asterisk problem with ODBC
hello
i m using asterisk-1.0.9. i want to connect to db
through odbc. isql is working. but asterisk is not
getting user information from this table. can any one
pls check this
odbc connection is working properly is there some
thing required
/etc/asterisk/extconfig.conf
[settings]
sipusers => odbc,mysql1,sip_buddies
sippeers => odbc,mysql1,sip_buddies
sip.conf =>
2005 Aug 10
1
asterisk query mysql problem or bug?
Hi;
I have entries as below in DB,
mysql> select * from sip_buddies;
+----+------+----------+------------+---------+------------+--------+-------
-----+------------+----------+------+
| id | name | context | defaultip | host | mailbox | type |
regseconds | ipaddr | username | port |
+----+------+----------+------------+---------+------------+--------+-------