Displaying 20 results from an estimated 2000 matches similar to: "SIP Registration Errors"
2004 Apr 18
0
FWD registration problems
Hi..I'm having trouble registering my asterisk box with FWD....It worked the
other day.
I also have an individual Grandstream phone which registers fine right now.
I looked at the archives and saw the thing about the maximum retries limit
to 5...but since my Grandstream phone seems to register on the first try,
I'm thinking the problem lies elsewhere. Any ideas?
sip show peers
2005 Aug 27
0
Newbie :SIP ETXTN to SIP EXTN calls
I am new to asterisk and need to dig up some info on how to set it all
up. It looks a bit daunting especially all the options available in the
.conf files.
I have 2 SIP phones, GXP2000 and a budgettone 100.
phone1 - 192.168.0.160/24 extension 1000
phone2 - 192.168.0.161/24 extension 1001
Server - 192.168.0.57
I get the following all the time, but can make calls between the 2
extensions,
2004 Nov 21
1
make asterisk accept Register messages
Hi all,
I don't know why but my * is not accepting Register Messages.
Have you seen this kind of problem before??
I need help!
Thank in advance.
####################################################
*CLI> Nov 19 15:42:11 NOTICE[12893]: chan_sip.c:4869 register_verify: Peer
'111' is trying to register, but not configured as host=dynamic
Nov 19 15:42:11 NOTICE[12893]:
2005 Mar 01
2
Cisco 7960 x g729 x Unable to create/find channel
I'm trying to place a call from my Cisco 7960 and I'm receiving this error:
Mar 1 06:19:44 NOTICE[3060]: chan_sip.c:7399 handle_request: Unable to
create/find channel
Mar 1 06:19:58 NOTICE[3060]: chan_sip.c:7399 handle_request: Unable to
create/find channel
I can't place calls, but I can receive them:
mail*CLI> sip show channels
Peer User/ANR Call ID Seq
2004 Jul 29
2
Zultys Zip 4x4
Is anyone successfully using one of these with Asterisk? I cannot get the
phone to register, this message keeps coming up on the Asterisk console:
Jul 29 14:11:39 NOTICE[1125350192]: chan_sip.c:7323 handle_request:
Registration from '"000BEA801CA6" <sip:000BEA801CA6@hcs.net:5060>' failed
for '204.194.36.138'
The telephone LCD says "SIP registation
2006 Oct 17
1
Please help me!!
Hi to all,
I've a segmentation fault while using asterisk relatime conf with mysql db.
I've cretate sip_buddies and extensions tables into db and edit
res_mysql.conf, extconf.conf without any issues.
So when I start asterisk and my phone try to register using sip user
configured in my db, asterisk stops with Segmentation fault error.
Follow post gdb backtrace
0 0x400337c0 in
2004 Dec 22
1
register_verify defined in 2 files?
I know I'm getting tired of looking at code, but
why is the function register_verify defined in 2 different
files?
chan_iax2.c
line 3860
static int register_verify(int callno, struct sockaddr_in *sin, struct
iax_ies *ies)
chan_sip.c
line 4869
/*--- register_verify: Verify registration of user */
static int register_verify(struct sip_pvt *p,
struct sockaddr_in *sin, struct sip_request *req,
2008 Mar 28
1
IAX user register problem
hi,
i want to call PC2PC between to IAX client without authentication i
want to allow every user to use PC2PC no any password required. Please
let me know what i have need to do in IAX.conf or any other file to
allow any user to call Pc2Pc.
My IAX.conf
[guest]
type=user
context=default
callerid="Guest IAX User"
My extensions.conf
[default]
exten=>_.,1,Dial(IAX2/${EXTEN})
2011 Jan 26
0
list of errorswhile registering client at asterisk with sipp
Hi every one,
Hello i am doing project on evaluating the sip proxy
performances like asterisk, openims and opensips using the traffic generator
SIPp.
I am using 2 computers of same configuration as SIPp clients one as uac and
other as uas... and one laptop for asterisk server......
UAC:192.168.1.99------------------------>Asterisk
2008 Mar 28
1
how to register IAX user without password
hi,
i want to call PC2PC between to IAX client without authentication i
want to allow every user to use PC2PC no any password required. Please
let me know what i have need to do in IAX.conf or any other file to
allow any user to call Pc2Pc.
My IAX.conf
[guest]
type=user
context=default
callerid="Guest IAX User"
My extensions.conf
[default]
2008 Mar 28
1
how to register IAX user without password for any user
Dear Sanjay,
Sorry sanjay i miss to explain completely. My PC2PC mean is
Dialer2Dialer i want to allow call between Dialer with out any
registry and authentication through IAX.
so i need to setup Asterisk accept calls from any user and users can
call to each other without any password and registration.
please help how can i configure Asterisk using IAX in this regards.
thanks,
Asif
Message: 9
2004 Nov 22
2
Granstream BT100 - only partial success
We are having many successes with Asterisk and starting to get the hang of
it.
But, I am still having problems getting my Budgetone BT100 (firmware
1.0.4.50) to work fully. I can receive calls, but cannot make them.
We have the latest version of Asterisk, Fedora Core 3, Digium TDM400P with
one FXO and one FXS card configured and working well. We have a PSTN line
going into the Digium card,
2004 Dec 23
0
Registration Failure Directly related to realtime
Apparently, the realtime system in asterisk is faulty.
Implementing realtime, begins a host of seeding messages
along with registration messages visible at the CLI prompt.
This is not the case with .conf file configuration
Unfortunately, it is not clear where the bug originates
but is shows it's head while calling the register_verify
function, (which there are 2 one in chan_sip.c and one in
2004 Dec 31
0
Segmentation Fault Problem
Hi,
What do you think that the problem might be if a program has a segmentation
fault at the same library call? The library call is from libpthread.so.0
and the call itself is "pthread_mutex_locl ( )". I have enclosed the core
dump information below. The program comes up and then does the segmentation
fault.
(gdb) bt
#0 0x40035944 in pthread_mutex_lock () from
2005 May 26
0
Q : registering sipXphone
Hello all,
I have problems trying to register sipXphone to asterisk. It always print
the message :
May 26 13:04:33 NOTICE[2781]: chan_sip.c:7691 handle_request: Registration
from
'sip:2503@172.25.50.52' failed for '172.25.49.219'
Anyone has an idea to help? Asterik seems to fail in register_verify() but i
don't know why...
My sip.conf is the following :
;
; SIP
2006 Oct 11
0
Segmentation fault asterisk realtime problem
Hi to all,
I've a segmentation fault while using asterisk relatime conf with mysql db.
I've cretate sip_buddies and extensions tables into db and edit
res_mysql.conf, extconf.conf without any issues.
So when I start asterisk and my phone try to register using sip user
configured in my db, asterisk stops with Segmentation fault error.
Follow post gdb backtrace
0 0x400337c0 in
2006 Oct 13
0
Segmentation fault issue
I to all,
I've a segmentation fault while using asterisk relatime conf with mysql db.
I've cretate sip_buddies and extensions tables into db and edit
res_mysql.conf, extconf.conf without any issues.
So when I start asterisk and my phone try to register using sip user
configured in my db, asterisk stops with Segmentation fault error.
Follow post gdb backtrace
0 0x400337c0 in
2013 Feb 21
1
CDR direct executed failed
Hi,
I have configured the cdr throught ODBC with this files:
/etc/cdr_odbc.conf
[global]
dsn=asterisk2
;loguniqueid=yes
dispositionstring=yes
table=cdr ;"cdr" is default table name
usegmtime=no ; set to "yes" to log in GMT
hrtime=yes ;Enables microsecond accuracy with the billsec and duration fields
/etc/cdr.conf
[general]
enable=yes
unanswered =
2005 Mar 15
6
Realtime config
Having problems getting realtime working, I'm trying to use odbc for all
of this. I've got Fedora 3 and have been fighting with odbc for a day
now. I think I got it working correctly, however I can't seem to get the
realtime portion working. In asterisk 'odbc show' shows it connected, I
see it on my (odbc) mysql server connected and all, it connects and just
idles. So, without
2003 Dec 25
1
IAX NOTICE and WARNING messages
Hello,
Hope everyone is enjoying their holiday!
We setup two asterisk servers (From CVS on Wednesday) and set up IAX
between the two. Right now they both reside on a switch with a static
192.168.0.x IP address. The first Server is .5 and the second is .30.
Our dialplan seems to be working, however on the console we get a flurry
of NOTICE and WARNING messages.
NOTICE[1116941120]: File