similar to: app_read does not seem to work with SIP early media (it answers the channel)

Displaying 20 results from an estimated 5000 matches similar to: "app_read does not seem to work with SIP early media (it answers the channel)"

2007 Oct 03
0
app_read prematurely bridges channels
Hi list, Running Asterisk 1.4.10: When using the M() option for Dial to execute a macro, then executing a Read within the macro, once streaming of the audio file specified in Read has completed, and the channel attempts to read input from the destination channel where the macro is executed, the source channel stops ringing/moh, and audio from the source is bridged into the destination. I have
2006 Apr 26
1
Early media after a dial command
Hello all, I've been playing around with early audio, and I'm able to get some things working We have PSTN calls coming in to asterisk in SIP from a Cisco AS5300. If I do the following: Exten => i,1,Playback(ss-noservice,noanswer) Exten => i,2,Congestion(15) Exten => i,3,Hangup() The PSTN caller does not get an answered call (doesn't get billed) but hears the ss-noservice
2010 Apr 01
2
problem compiling asterisk with cdr_odbc
"make menuconfig" does not show cdr_odbc as a selectable compile option. I have compiled and installed both unixODBC and freetds from source and have verified both successfully connect to my sql server. Both were installed to standard locations (/usr/lib). I had no problem compiling cdr_odbc on my test server(CentOS 4.6), however following the same steps on my production server (CentOS
2010 Jan 09
1
Using HASH() and REALTIME_HASH()
Hi, I'm playing around with asterisk 1.6.2.0 and the first try was to replace my now non-functionning 'app-realtime' macro which emulated RealTime with REALTIME_HASH() There is very few documentation on the subject except for this bug report: https://issues.asterisk.org/view.php?id=13651#c94998 However when i try this syntax:
2013 May 24
0
Pri-Debug-Log / Is Early Media supported by provider?
Hi, I tried to use Early Media: exten => 1,1,Playback(demo-thanks,noanswer) same => n,Hangup() But when calling my extension I do not hear the voicefile - I only hear the ring tone. In the Asterisk-Log I can see, that the voicefile is played. I got the same result when using "Progress()" in the first priority. I tried "pri set debug on span 1" and got the
2010 Nov 30
2
Correct operation of timout parameter for dial application
Hi All, I'd just like to verify what the correct operation of the timeout parameter is for the dial application. I'm not sure if I've encountered a bug or a configuration issue. When a sip phone is not responding to invites on an outbound call, the dial application still waits the duration of timeout before continuing with dialplan execution. I was under the impression that app_dial
2010 Aug 27
1
Early media and IAX2
My IAX2 trunk provider, Teliax, seems to be forcing early media. Early media is cool and all, but my Asterisk install doesn't seem to be fully supporting it. My initial setting was using Dial() to call all of my dahdi (TDM400P) extensions. The results were that incoming calls would not hear any ringing tones and the call would be ended by Teliax after 21 seconds. Looking at the packet dumps,
2009 Jun 28
0
Recommendation / doubt about building of dialplan
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all! Now that I have a little more time, I was debugging my dialplan and it was of the following way: - ------------------------------------------------------------------------- ; DGB - 20090615 [macro-dial] exten => s,1,Dial(${ARG1},15) exten => s,n,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Voicemail(${MACRO_EXTEN}@voicemail,u)
2010 Feb 20
1
Error redirecting an incoming call of a SIP provider to a local extension
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all! I am trying to redirect to a local extension the incoming calls that I receive to an account which I have in iptel.org, but when receiving I'm obtaining this error: alderamin*CLI> -- Executing [300 at from-internal:1] Dial("SIP/danib-089f8820", "SIP/300|30|tTrm") in new stack [Feb 19 19:22:50] WARNING[19254]:
2009 Mar 19
0
Can I tell if a call picked up on PSTN extension... for example?
Don't know enough to properly term the problem I'm seeing... sorry if subject appears vague. And I have other questions too, but "Newbie Help Wanted" isn't exactly more specific... ;-) My setup, intended for testing and all, "*" version 1.6.0.6, dahdi with an X100p clone. Regular phone line provides PSTN access with one port (and my DSL). Calls come in and are
2004 Dec 11
0
Cisco 7960 and Asterisk...not working....
Sorry if this comes in twice. Wasn't subscribed first time :-( Anyone help me here...... It worked once :-( I have a static IP address which is on my private network.. Phone is 192.192.192.220 and asterisk server is 192.192.192.22 I have the 7690 with a SIP iamge (Whatever latest is ) I have 3 lines setup with Free World Dial up and have the 4th setup to connect to my asterisk server.
2006 Apr 24
0
A@H 2.6 : problem connecting call from PSTN
hi, i have a pronlem connecting call from pstn with the following confuguration, please advice extensions.conf [from-trunk] include => from-pstn [from-pstn] include => from-pstn-custom include => ext-did include => from-pstn-timecheck exten => fax,1,Goto(ext-fax,in_fax,1) extensions_custom.conf [from-pstn-custom] exten => s,1,Answer exten =>
2005 Jan 27
1
Stumped by BroadVoice SIP
Hello guys. I am a fairly new user to Asterisk, and I'm just having a tough time. My goal is to set up a VOIP PBX. I have signed up with a BroadVoice number, and I have three systems with SIP phones. The PBX and the SIP phones are all behind a Cisco PIX running NAT. I am using Asterisk CVS version from yesterday. I also tried 1.0.3 with little luck. The SIP phones are two X-Lites on
2010 Sep 09
1
Curious what 'early media' is in terms of Answer()
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Answer Can someone clarify what "early media" is? I noticed that NOT answering a call before dumping them into a queue that has music on hold will not set up a leg to push music back over the calling SIP channel. Tossing an Answer command into the dialplan just before moving to the queue alleviates this (in either situation the
2004 Dec 29
0
Channel Zap/4-1 in prering state
Does anyone kmow what these errors mean or how they can be fixed. I'm using asterisk on a Fedora Core 2 box with a TDM400P with 2 fxo and 2 fxs ports. Dec 29 17:17:52 WARNING[6019]: chan_zap.c:5469 ss_thread: Channel Zap/4-1 in prering state, but I have nothing to do. Terminating simple switch, should be restarted by the actual ring. -- Hungup 'Zap/4-1' == Starting post
2005 Jul 15
2
[Aserisk-Users]no audio inside the net
Hi list, i've problems with my * server and the 4 phones which are linked to it. i've 2 grandstream bt100 with the firmware upgraded to 101, a wi-fi phone (i don't know its brand) and another ip phone i don't know its brand. with this sip.conf : [general] port = 5060 bindaddr = 192.168.100.229 context = default ;x changed from default to sip localnet = 192.168.100.0/24
2005 Mar 18
0
T100P: Can't Make/Receive Zap Calls (Long Newbie Blah)
All, Alright, I've looked around the internet, the voip-info.org wiki, and browsed the contents of this mailing list. While I've found a couple of scenarios that are close to this one, I haven't found one that uses my particular card (T100P). Without further delay -- I have successfully configured internal SIP services between a Snom 200 and a Windows X-Lite client and have
2004 Dec 21
2
CallerID returned with error on channel 'Zap/4-1'
I am using version: CVS-v1-0-12/13/04-18:46:23 with a TDM400p (2 fxo, 2 fxs ports) and I keep getting errors along with phantom calls: Dec 21 16:02:07 NOTICE[5872]: chan_zap.c:5363 ss_thread: Got event 17 (Polarity Reversal)... Dec 21 16:02:14 WARNING[5872]: chan_zap.c:5434 ss_thread: CallerID returned with error on channel 'Zap/4-1' my analog phone reads caller ID info fine when
2010 Jun 18
1
What's diff between ${CDR(start)} , ${CDR(answer)} , ${CDR(calldate)}
hi,all for a long time, i cant understand the difference between ${CDR(calldate)} and ${CDR(start)} , ${CDR(answer)} i know ${CDR(start)} mean when a call is start. and ${CDR(answer)} means when a call was pick up. but what's ${CDR(calldate)} mean? Could you help me ? Thansk a lot! -- Thanks for your supporting, have a nice day. Sucan
2010 Jun 16
2
ring no answer / RONA versus HangUp
Hello List: I'm working on a funny scenario, where I'm bouncing calls from a Cisco call center into asterisk. Cisco call center has some logic that if a customer calls in, an agent is logged into a given extension... if Cisco sends a customer call to that extension, and there is a ring with no answer after a preset amount of time, Cisco concludes the agent is unavailable, kicks the agent