similar to: chan_oss.c:585 setformat: Unable to re-open DSP device

Displaying 20 results from an estimated 700 matches similar to: "chan_oss.c:585 setformat: Unable to re-open DSP device"

2009 Sep 08
1
SIP Error
*I am getting below CLI in my asterisk :* == Manager 'sendcron' logged off from 127.0.0.1 -- Executing AGI("SIP/cc101-b7910cc0", "agi://127.0.0.1:4577/call_log") in new stack -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0 -- Executing Dial("SIP/cc101-b7910cc0", "SIP/Sama203/119545090201||tTor") in new stack --
2009 Jan 28
5
Inbound Call Disconnect in 3 seconds
My Inbound calls lands , but line get disconnect in exactly 3 secs. Here goes my extension.conf setting : [from-ipkall] exten => 901835,1,Ringing ; call ringing exten => 901835,2,Wait(1) ; Wait 1 second for CID delivery from PRI exten => 901835,3,Answer ; Answer the line exten =>
2010 Feb 24
2
AMD: HANGUP
*Code:* == Manager 'sendcron' logged off from 127.0.0.1 -- Executing Playback("Local/91441425477394 at default-b9f2,1", "sip-silence") in new stack -- Playing 'sip-silence' (language 'en') -- Executing AGI("Local/91441425477394 at default-b9f2,1", "agi:// 127.0.0.1:4577/call_log") in new stack -- AGI Script
2010 Feb 14
3
Line DC
My dialer works perfectly , but whenever I dial a number manually from xlite and press a Key like 6055 for DTMF , line gets disconnected. Line gets DC as soon as I press any key from xlite What could be the issues ? I tried the SAME VOIP from another center and Its Ok there. I tried the Same dialer Xlite over Static IP, problem is there. I tried the same number from other Dialer , it works
2009 Jan 13
1
FWD and IPCall
I tried this http://lists.digium.com/pipermail/asterisk-users/2008-January/203615.html But I am NOT getting call in asterisk. SIP.conf file : _________________ [general] port = 5060 bindaddr = 0.0.0.0 context = default externhost=59.160.44.21 localnet=192.168.0.2/255.255.255.0 ; register SIP account on remote machine if using SIP trunks ; register => testSIPtrunk:test at 10.10.10.16:5060 ;
2009 Jan 15
2
Dropping this SIP message, it's incomplete
I am getting this Error on my Asterisk. How to solve it ? "ERROR[2654]: chan_sip.c:11355 handle_request: Missing Cseq. Dropping this SIP message, it's incomplete." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090115/cb953962/attachment.htm
2009 Feb 19
3
DTMF
IVR Number :17275691533 When I try it from xlite configuring my provider directly, it works perfectly. When I try to dial out from dialer , it doesnt work. [sip8] type=peer username=user fromuser=user authuser=user secret=password host=8.14.146.111 nat=no canreinvite=yes insecure=very disallow=all allow=g729 allow=ulaw context=default dtmfmode=rfc2833 What cld be the reason ? --------------
2009 Sep 27
0
channel.c:780 channel_find_locked: Avoided deadlock
Hi All. I have many days reading and research about asterisk and vicidial. I thing this issue is about asterisk and doesnt about vicidial. Isn't it? I have a problem with theses application (I already ask for help in vicidial forums), but I can not fix it. I have debian 5 with asterisk 1.2.24 and vicidial 2.0.4. This server has a IAX tunnel with another asterisk server B which connect to
2009 Apr 10
0
IVR and DTMF
REPOSTED with MORE Info and Modified Subject Line: -------------------------------------------------------- I am using one of the Minute Provider to dial out USA numbers. Now in one of my process, we need to Dial IVR and the enter DTMF digit and then it connects to the automated IVR. When I dial out the IVR directly using Xlite and VOIP Mins provider , it works perfectly. but when In try from
2009 Dec 23
4
fax problem
Hello, I need to send a tiff via fax with my asterisk 1.6.1.0. I tried in the dialplan [default] exten => _X.,1,SendFax(/root/test.tiff) but I have: salledeconf1*CLI> console dial 111 at default [Dec 23 16:24:22] WARNING[31739]: chan_oss.c:492 setformat: Unable to re-open DSP device /dev/dsp: No such file or directory -- Executing [111 at default:1]
2015 Feb 22
2
dialplan contexts syntax and terminology
I'm looking into the dialplan specifics: tleilax:~ # tleilax:~ # cat /etc/asterisk/extensions.conf [general] static=yes writeprotect=no [globals] CONSOLE=Console/dsp ; Console interface for demo TRUNK=DAHDI/r1 ; Trunk interface TRUNKX=DAHDI/r2 ; 2nd trunk interface TRUNKIAX=IAX2/ASTtest1:test at 10.10.10.16:4569 ; IAX trunk
2007 Feb 03
3
error dialing a SIP user. chan_sip.c:1994 create_addr: No such host
The following strange conditions is happening while I try to dial a SIP user from another SIp user. SIP to Zap dialing is fine, as all 4 users can call PSTN. I'm using Asterisk SVN-branch-1.2-r51359M Example: extension 3210 calls extension 3213. They are all registered properly: chrom01*CLI> sip show peers Name/username Host Dyn Nat ACL Port Status 3213/3213
2011 Jul 14
9
Extension wise dialplan
Hi all, I have n no. of extensions in my dialer. from 456 to 556 extensions. I was created 2 other extensions 667 and 668 I need to allow only STD calls to go from this extensions. These all extensions are same context . I need to define the STD dialplan for only this 2 extensions. how I can ? Best Regards, Mahesh Katta *BUZZ**WORKS* Business Services Private Limited BANGALORE | CHENNAI |
2008 Dec 23
1
second trunk in extensions.conf
I have a TE210P digium card that has 2 E1/T1 ports. the code in my extensions.conf file for span 1 is : [globals] CONSOLE=Console/dsp ; Console interface for demo TRUNK=Zap/g1 ; Trunk interface TRUNKX=Zap/g2 ; 2nd trunk interface ... ... ; dial a long distance outbound number to SPAIN ; This
2011 Jun 16
2
Inbound call not dialing exten
Hi all, I have 100 DID's which is 4578900 to 4578999 , and i have 5001 to 5099 extensions. when incomming call come to this DID no. (4578901) that time 5001 extestinsion should ring. below my dial plan is not getting any result , inthat has any mistakes. please help. exten => _45789XX,1,AGI(agi://127.0.0.1:4577/call_log) exten => _45789XX,1,Set(Dest=2{EXTEN:-2}) exten =>
2011 Jun 07
3
Different callerid for different extensions
Hi, I have small confusion in my configuration which is I had some DID's like 044578900-04457999. I was configured dial plan below mention. exten => _0XXXXXXXXX,1,NoOp(Int exten:${CALLERID(num)}) exten => _0XXXXXXXXX,2,Set(outgoing_ident=0445789${CALLERID(num):-2}) exten => _0XXXXXXXXX,3,NoOp(Ext ident:${outgoing_ident}) exten =>
2012 Mar 08
1
Using the h and DeadAGI
Hi All; Really I need to know why when using the "h" in the exten =>, then we use DeaAGI with it? I am using vicidial and I see this line alot, so I need to know how it work (when it will be executed): exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME}) The question is: When
2011 May 31
1
BRI confiugration error
Hi sir, I was installed Goautodial server and I have b410p BRI card. BRI card showing OK with dahdi_tool, this NT mode. whenever I am dialing from server i am not able to connect the call . in Cli below mention warning is comming . please what is the mistake with me . help me Executing [0559566768 at default:1] AGI("Console/dsp", "agi:// 127.0.0.1:4577/call_log") in new
2006 Apr 12
1
SIP call hangup from asterisk CLI
Hi, We are using Vicidial and sometime even when agent disconnects, outgoing call originated by dialer is still active. Since call was initiated by dialer and then bought into meetme conference of agent and we can't corelate this call to any agent channel. When agents are dialing, channels doesn't show calls vicidial2*CLI> show channels Channel Location
2004 May 28
1
* will not load, after latest CVS install
Greetings I was getting bad static crackle on a phone, so I reload from the latest CVS and did a make clean ; make install on zaptel, libpri and asterisk Now I get this error [chan_skinny.so] => (Skinny Client Control Protocol (Skinny)) May 28 13:59:42 WARNING[16384]: chan_skinny.c:2541 reload_config: Unable to get our IP address, Skinny disabled Urgent handler [chan_oss.so] => (OSS