similar to: SIP Channels

Displaying 20 results from an estimated 160 matches similar to: "SIP Channels"

2004 Sep 01
2
Hung SIP channels
I have recently posted a message regarding hung SIP channels when using the Monitor() command. Well, I was wrong.   The channel hanging wasn't caused by the Monitor command. They also hang when they aren't monitored. The cause seems to be our PSTN gateway provider. When for some reason their PSTN gateway crashes or reboots (OK, this should happen, but anyway...) and RTP/SIP data stops
2004 Jun 01
1
Stuck SIP channels? -> SIP show channels
Hello all I've discovered that SIP channels sometimes get stuck in *. I've read some posts from Fri 29 Aug 2003 which mentions this issue, but there doesn't seem to be any final answers I don't know if this is related to the 0001604 bug? Below is a list from one of the incidents: I know the (d) means that it is scheduled for destruction but the 10.1.1.45 channel hasn't
2008 Mar 07
1
sip show channels - gives a growing list of dead channels
I am using Asterisk 1.4.18 with 70 various Polycoms, 12 analog, and 18 Spectralink wireless IP phones. Most of the Spectralink phones have entries in 'sip show channels' that do not go away. None of the other phones do this. Is there anyway to remove these entries without restarting Asterisk? Any ideas on what could be done to prevent this? Example output: xxx.xxx.xxx.xxx 541
2007 Nov 16
1
channels to destroy
Hello, In a couple of Asterisks, after type "sip show channels" we have a lot of these: IP_PEER dst_number something 00102/00103 unkn No (d) Rx: BYE IP_PEER dst_number2 something2 00102/00103 unkn No (d) Rx: BYE We are using ASterisk 1.2.x When I say "a lot" I mean more than 180, more than 230, etc. Is it normal? How we can remove it? Thank you very much, --
2003 Jul 08
5
Using multiple iconnecthere accounts
Has anybody out there tried to use two different iconnecthere accounts with Asterisk? What I want to do is use a second account if the first is busy. I have tried the following: exten=>_91NXXNXXXXXX,1,StripMSD,1 exten=>_1NXXNXXXXXX,2,Dial,SIP/BYEXTENSION@iconnect ;iconnect is the first account exten=>_1NXXNXXXXXX,3,Dial,SIP/BYEXTENSION@iconnect2 ;iconnect2 is the second account But that
2006 Jun 17
6
Canreinvite
I put canreinvite=yes in my sip, for a sipura 3000 and a xlite, however, if I call the traffic still go throw the asterisk. How come? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060617/8f4449fa/attachment.htm
2005 Jul 13
1
Suddenly a problem with outgoing calls made from Cisco phones...
Hi all! Quite a mystery. The following happened when I was on holiday, and no one else has changed any configs of either Asterisk or the Cisco's in the building... The situation: Incoming works fine on all phones. Outgoing only works from non-Cisco phones. When calling from a Cisco phone to an external phone, all the Cisco-user hears is a ticking crackle and after about a minute the phone
2006 Jun 22
1
SIP Channel hangup problem with re-INVITE enabled - ugrent
Hi List I have UAs registered with Asterisk and make outbound calls via ITSP1, everything is fine without re-INVITE. When people call 178, the actual number 112233445566 at ITSP1 network will be called. When UA or called telephone (112233445566) hang up, the call and associated channels are cleared. Sip.conf [general] canreinvite=no nat=no [ITSP1] type=peer host=A.B.C.D
2005 Aug 16
0
[Asterisk-Dev] SIP channels not cleared
Hello all, When I do 'sip show channels' I have seen a lot of entries where these calls has already been terminated. Some of these channels are bolong to calls being made 2 days ago but still showing from the CLI. They look like 10.223.51.173 0022676583 130b36625fc 00102/00103 unknow(d) Rx: BYE 10.223.51.173 0022676583 5533069e578 00102/00103 unknow(d) Rx: BYE 10.223.51.173
2005 Jan 19
1
who changed the codec?
'morning everybody, Here is the setup: 5126800422 called 3035 (3035 is a Cisco 7960). The call is g729. 3035 presses 'Conference' on her phone and calls 8327549222. This call is ulaw. (65.72.107.2 is our Cisco 7206 SIP->PRI gateway.) asterisk*CLI> sip show channels Peer User/ANR Call ID Seq (Tx/Rx) Format 65.72.107.2 8327549222 1758081f67e
2006 Jan 03
1
IAX2 channels denoted as '(None)'
I have some stuck channels that I think I'm going to have to bounce Asterisk to get rid of, but am curious to know what they are and how they've managed to accumulate. The show up with a channel identifier of '(None)' as in the output below, and do not show up in the soft hangup list, and so can't be cleared by that method. Here is the output from iax2 show channels:
2009 Apr 17
15
Here is Step by Step Example of Asterisk PBX System Install and configuration
Our small company is replacing Cisco CallManager with Asterisk (because we are tired of sending them money) and I am documenting the process as I go on my blog. I am trying to make the notes as easy as possible in hopes that I can ease someone else's pain. Here is the link: http://qvlweb.blogspot.com/2009/03/asterisk-pbx-system-install-01-what-i.html Please feel free to comment on the
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})
2006 Feb 14
6
Mongrel 0.3.3 -- Bug Fix
Hey Folks, This is a quick release that fixes a major bug. I forgot to require the timeout library properly in mongrel.rb so people using Mongrel outside of Rails would see pauses. 0.3.3 fixes this all up. The 0.3.3 release also has a small change to the examples/simpletest.rb file with some gzip response using Ruby''s zlib support. Curious what people think about this and whether it
2011 Mar 05
1
Asterisk, Sent accountcode between 2 asterisk
Hi I have two Asterisk Server: The first server "A", all phone are connected The Second server "B" only route call to a lot of SIP supplier the server A sent: ; Destination: Non connu dans le DialPlan - Apparaitra en UNKNOW dans le CDR exten => _X.,1,Set(CDR(CodeTier)=BUS-UNKNOW) exten => _X.,2,Dial(IAX2/SERVERB/${EXTEN},180,rt) exten =>
2010 Nov 08
2
conditional probability
Dear all I have problem with calculate probability, I have data x1,...,x10, I want to calculate probability x11 given x1,...,x10 with two conditions. 1. x is normal 2. unknow distribution How I can do this. Many Thanks. Jumlong -- Jumlong Vongprasert Assist, Prof. Institute of Research and Development Ubon Ratchathani Rajabhat University Ubon Ratchathani
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]
2012 Aug 14
1
[LLVMdev] MCJIT vs JT
Compiled the 3.0.0 version of the source code , then tried lli --use-mcjit irfile.txt On both windows and linux, I got: LLVM ERROR: Unknow object format. If I omit the -use-mcjit option, the command works well. It seems to me that something about MCJIT is broken in the 3.0.0 version. Also tried to initialize an ExecutionEngine from code, got errors like "Target does not support MC
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 Sep 15
3
MusicOnHold not working
Hi On my FC3 box with asterisk 1.0.9....MusicOnHold is not working. It starts and stops immediately... An unknow option mono comes...from where it is originating.?? As there is nothing written in .conf file. Console output is below: I am using mpg123 version 0.59r. Although I am able to play music with mpg123 but why it is on No-cooperation movement against asterisk ? Need help..any