similar to: not consistent log from asterisk

Displaying 20 results from an estimated 700 matches similar to: "not consistent log from asterisk"

2006 Feb 07
1
asterisk to FWD
Hello all, Here is my problem, I try to place a call to FWD (free world dialup) trough my asterisk PBX. my config is as follow: extensions.conf ---------------- [internal] exten => 613,1,Dial(IAX2/iaxfwd-outbound/613) (service echo de FWD) exten => xxxxxx,1,Dial(IAX2/iaxfwd-outbound/xxxxxx) mon numero FWD exten => yyyyyy,1,Dial(IAX2/iaxfwd-outbound/yyyyyy) celui d'un ami FWD
2005 Jan 29
2
Call rejected by FWD: Unable to negotiate codec
When I try to call out to FWD over IAX2 I get: Call rejected by 65.39.205.121: Unable to negotiate codec I'm using asterisk-1.0.5 (the same settings works fine with *0.9) I've standard settings in iax.conf [general] bindport=4569 register => xxxxx:xxxxxx@iax2.fwdnet.net [iaxfwd] type=user context=fromiaxfwd auth=rsa inkeys=freeworlddialup disallow=all allow=ulaw -- #Joseph
2004 Dec 13
1
incoming call from pstn to fxo not working with Asterisk
When somebody call me on my pstn # cable connected to my fxo card it does not work when I check my computer the following error shows Connected to Asterisk CVS-v1-0-12/05/04-19:46:25 currently running on asterisk1 (pid = 2160) Verbosity is atleast 3 -- Remote UNIX connection -- Starting simple switch on 'Zap/1-1' == Starting Zap/1-1 at incoming,s,1 failed so falling
2005 Jan 28
3
FWD and IAX2
Hi, I had a FWD account set up with asterisk (using SIP) and it was working fine both ways. I switched to IAX2 and now I can't get incoming calls from FWD. People who call my FWD number get a "480 - user is not online" message without any traffic reaching my box. I can call FWD numbers fine over IAX2. It seems fwd isn't trying to place the call over IAX2 because it thinks
2004 Sep 15
4
IAX to IAX connect question
Hi, I got my * working fine with FWD at office with 2 extensions, i receive calls and i can make calls thru FWD. I got also my * at home, and i connected it using auth=rsa. From my home, i can make calls using my office iax, but if i try to redirect incomming calls from FWD to my * at home, it rejects the call. I created the pub/key pairs for rsa and its working ok and i just pasted the
2004 Aug 28
4
incomming call rejected using IAX2 with FWD
Hi, I cannot seem to accept incoming calls from FWD using IAX2. I followed the directions posted at www.fwd.pulver.com/advanced/iax I can make outgoing calls fine using IAX via FWD. When someone calls me from FWD I get the following message: Chan_iax2.c:5251 socket_read: Reject connect attempt from 65.39.205.121 Any ideas? Thanks, S.
2004 May 13
4
IAX Freeworld
I have looked all over the site(s) for help. But heres the problem. Im missing something. In coming works fine from FreeWorld via IAX. But when Dialing out i get: May 13 13:42:01 WARNING[1150495040]: chan_iax2.c:5256 socket_read: I don't know how to authenticate iaxtel to 65.39.205.121 my IAX.conf if as follows [general] port=5036 register => ######:xxxxxxxxxxxxx@iax2.fwdnet.net
2007 Mar 21
4
FWD outgoing problem
I have configured iax.conf and extensions.conf as instructed on FWD website (http://www.freeworlddialup.com/help/?p=knowledgebase&c=18&a=76) and I can successfully receive calls and make test calls to 612, 613, etc. The problem is that I can not make a call to another FWD user. Here is what asterisk says: -- Executing [393xxxxxx@default:1] Set("Zap/1-1",
2004 Jun 21
1
IAXTel Help
I've searched WIKI and Archives but nothing. Im getting: -- Called username:password@iaxtel.com/1800somenumber@iaxtel Jun 21 17:04:12 WARNING[1158883520]: chan_iax2.c:5097 socket_read: Call rejected by 69.73.19.178: Unable to negotiate codec -- Hungup 'IAX2[Iaxtel]/8' == No one is available to answer at this time -- Executing Hangup("SIP/104-b8eb", "")
2007 Feb 28
3
read write or only read fields in cdr?
Hello, I created a new field named pre_dst of type varchar(80) exactly like dst field in cdr table. In the dialplan I put: exten => _7.,1,Set(CDR(pre_dst)=${EXTEN:1}) and when I call, all goes fine except that pre_dst has always NULL value in cdr. Do you know why? Is something wrong I did? I know that original fields in cdr are only readable, but in this cas pre_dst is one I created
2007 Jun 28
2
Linking Asterisk with another SIP PBX (or SIP Softswitch)
Hi List; If I need to do a trunk between Asterisk and another SIP softswitch (so Asterisk will send a SIP calls to that softswitch), then I have to configure this on the sip.conf file or where exactly? And is it the same when I configure iax trunk? Should I determine the context in this case for this SIP trunk? Regards Bilal
2005 Aug 04
1
Receiving Calls from FWD Network using IAX2
Hello, I am trying to setup my Asterisk box to accept calls from the FWD network. I've followed all the config advice / samples I've found on the web. Making calls to devices on the FWD network from my Asterisk box works flawlessly, but whenever I try to call my Asterisk box from a FWD client I get a busy signal, and a "Call Disconnected" 486 error. What's odd is that I
2005 May 26
1
How do I diagnose the problem in this Asterisk test session with FWD?
============= SJphone Log ============ Outgoing SIP session Respondent: (sip:8612@192.168.2.2) Remote client: Started: May 26 16:33 Accepted: no Ended: May 26 16:34 End reason: Call rejected: 503 Service Unavailable =============== Asterisk Debug ================ Executing Dial("SIP/2201-a83e", "IAX2/<FWDNUMBER>:@iax2.fwdnet.net/612|60|r") in new stack --
2005 May 07
4
Setting variable for a context for all extensions?
Hi, Is it possible to set a variable for a context for all extensions? I haven't been able to find it. I want something like this in extensions.conf: [from-iaxfwd] exten => .,1,RING=r3 exten => 123456,1,Goto(from-pstn,s,1) [from-internal] exten => .,1,RING=r2 include => ext-local [ext-local] exten => 1,1,Dial(Zap/1,${LONGTIMEOUT}) exten =>
2004 Jun 26
1
IAX & FWD, No authority found?
Hi Folks, Just wondering if anyone can give me some pointers, I'm configuring Asterisk to talk to FWD's new IAX service. The asterisk server is behind an iptables NAT Firewall, with port 5036 forwarded: $IPTABLES -t nat -A PREROUTING -p udp -d $EXTERNAL_IP --dport 5036 -j DNAT --to-destination 172.16.20.200:5036 I can make outgoing calls just fine, but when I receive an inbound call
2005 May 13
0
Problem with IAX trunking
Hi all, I'm trying to get IAX2 trunking between two * boxes and am having extreme difficulty :) What happens is when the sending * server (the one initiating the call) receives the ACCEPT back from the receiving server it immediately replies with INVAL. I've checked the code and it seems to be not matching the accept packet with the relevant item in the iaxs array due to the following
2005 Jul 10
0
iax fwd - calling twice
Hi, testing a new fwd account, dialling from sip4030 to my FWD number, sip4021 rings as defined in extensions conf. Why is this happening twice? -- Executing SetCallerID("SIP/4030-a7f2", ""HTCAS"") in new stack -- Executing Dial("SIP/4030-a7f2", "IAX2/617533:xxxxxx@iax2.fwdnet.net/617533|60|r") in new stack -- Called
2006 Mar 01
1
how to run asterisk?
Hello all Can I run asterisk under normal user? Or any other user than root? If yes, are there any changes to do? When I run asterisk under my username, I have some errors: Parsing '/etc/asterisk/logger.conf': Found Logger Warning: Unable to open log file '/var/log/asterisk/messages': Permission denied Mar 1 10:41:42 ERROR[3140]: logger.c:609 init_logger: Unable to create event
2007 Mar 08
1
icecast and asterisk
Hello all, This is my first post to this list that I have just discovered. I am using icecast2 with ices2 and really it is great. I am using it also with ezstream. Now I would like to use icecast with asterisk for the music on hold. I read all I found about this but without success. Is there anyway to use icecast and asterisk in the way that this works? Is there someone used asterisk and
2007 Oct 21
2
Asterisk Initial Set-up - 'Registration Refused' at FWD
Hello, Sorry for what may be a basic question, but I have spent a number of hours trawling the forums without resolving the problem, and hence this post. I have just started to dabble with Asterisk, as much for the learning than anything else. I created an account on FWD and used the Asterisk settings that the FWD web site recommends at