similar to: IAX registrations fail over time in SVN-trunk

Displaying 20 results from an estimated 2000 matches similar to: "IAX registrations fail over time in SVN-trunk"

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})
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]
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
2003 Sep 23
1
PROBLEMS WITH IAXATEL AND DIGIUM IAX
Hi.... I'm having a extrange problem.... I cant register with Iaxtel or call to digium... But i cant make or recive IAX calls... ( I made some one with irc users ) Any idea why? At my logs i have this from iaxtel: NOTICE[196621]: File chan_iax2.c, Line 2832 (register_verify): No registration for peer 'xmarts' (from 192.168.0.11) NOTICE[196621]: File chan_iax2.c, Line 4389
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
2005 May 27
0
problem about client authorisation
hello, I am in test time about my Asterisk server.when my server is running, the client bob can't connect to it. the server say : "chan_iax2.c:3865 register_verify: No registration for peer 'bob'" "chan_iax2.c:5390 socket_read: Rejected connect attempt from 192.168.0.204" How can I resolve this problem ? I joined my configuration files there : EXTENSIONS.CONF :
2004 Dec 26
7
IAX Registration Refused
I tried to connect my * to IAXtel, but i always get this errors. chan_iax2.c:5849 socket_read: Registration of 'mnetwork' rejected: Registration Refused On dial a iax number i get: chan_iax2.c:5526 socket_read: Call rejected by 69.73.19.178: No authority found chan_iax2.c:5528 socket_read: Immediately destroying 3, having received reject chan_iax2.c:2411 iax2_hangup: We're hanging
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,
2005 Jul 17
0
Voipjet test account - unable to make calls.
Hi, I just setup a VoipJet test account (one with 25c credit) to test, they seem to offer good rates to 02 Uk mobiles :) Anyway, everything went ok, iax.conf amended and extensions.conf too, however when I try to make a call I see:- rt*CLI> -- Executing SetCallerID("SIP/2008-d747", "4153574000") in new stack -- Executing Dial("SIP/2008-d747",
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
2006 Jan 16
0
asterisk 1.2.1 crashed
Hi guys, I'm using asterisk 1.2.1 since a week ago or so. today I found it crashed when making a call through teliax. This is how it looks: -- Called xxxxxxxxx@teliax/17075471770 -- Call accepted by 208.139.204.245 (format ulaw) -- Format for call is ulaw Jan 16 17:53:56 WARNING[5901]: chan_iax2.c:7535 socket_read: Received mini frame before first full voice frame Jan 16
2003 Dec 18
1
Excessive VNAK's and jitter over IAX2
Howdy, I recently saw something strange with a call between *'s over IAX2. There are actually 3 *'s involved. The setup is like this: SIP phone ------(ulaw over LAN)------ *1 -------- IAX2 (ulaw over Internet) ---------*2--------(GSM over Internet) -----------*3--------(ulaw over LAN)------ SIP phone Now what is shown below is the Asterisk in the middle, that is doing the
2007 May 14
1
IAX2 peer unreachable in one direction - NAT problem?
The situation is one of my asterisk servers is behind a NAT firewall and one is not. Both servers have multiple IAX peers. The NAT firewall has port 4569 mapped through to the asterisk server behind. But, the natted server is almost permanently unreachable from this non-natted server, even though, the non-natted server is almost permanently _reachable_ from the natted server. Details are below
2007 May 15
0
IAX2 peer unreachable in one direction - NATproblem?
To answer my own message, I figured out a solution (untested) about 10 minutes after posting and leaving the office. Doh! Anyway, the solution (now tested) was to make the Asterisk server behind the NAT register with its peers. Despite reserving port 4569 in the firewall, that was not enough in this particular NAT firewall - it was only being reserved for one connection. Kind regards, Sebastian
2007 Oct 30
2
zoiper iax registation: "facility rejected"
I'm trying to setup zoiper ( formerly idefisk ) to use my asterisk server at work from home. I've setup zoiper for iax, set the ip address to work's fixed ip address, user: home, password: password but the zoiper log shows: 11:02:35 Rejected registration for 'home@<my-office-ip-address>' with cause 'facility rejected' 11:03:35 Rejected registration for
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]:
2004 Jul 14
0
Originate to IAXComm problem once again
I am sending this again since I haven't get it back for twelve hours: When I originate call to IAXComm, more or less one of tree calls fails for no aparent reason. Originating calls to SIP clients works as expected. Anybody has similar problems? Is it asterisk or client problem? Asterisk log: Jul 15 00:00:04 DEBUG[1179663]: manager.c:1018 process_message: Manager received command
2003 Jul 24
0
IAXTel Connect Problem - Mini Frame
I'm new to the Asterisk software but have successfully set it up to make and receive calls using FXO cards, voicemail transfer etc. I can successfully call the Digium test IAX using the examples provided. I have signed up for an IAX tel account and got a number. The extensions have been set up as per the examples from IAX tel. However when I try to place a call this is what I get: --
2003 Oct 24
1
IAX CALLS ONCE MORE
Hello, I updated CVS and nobody can call me any more with my IAX number 17007591228. I can only call other number but nobody can call me. This is what I get on debug when I call myself: -- Executing Dial("SIP/1011-7424", "IAX/bartosz:password@iaxtel.com/17007591228@iaxtel") in new stack -- Calling using options
2005 Sep 03
0
chan_iax2.c:7672 iax2_poke_noanswer
I have two units at customer locations in the Caribbean registering to a server in the US. Both units are connected to the Cable TV company's internet feed. If I run mtr to the units I see clean internet and low latency, but when I watch the CLI, I see constant problems. The audio quality is terrible, but I can't see why. Sep 3 16:42:46 NOTICE[20423]: chan_iax2.c:7014 socket_read: