similar to: DIALSTATUS variable and oh323 channel

Displaying 20 results from an estimated 6000 matches similar to: "DIALSTATUS variable and oh323 channel"

2004 Jul 13
3
Cann't load oh323 0.6.3a
Hi, After a whole day of work, I finally complied oh323 0.6.3a successfully. But when I started asterisk, it cann't load oh323. Following is the error: [format_jpeg.so] => (JPEG (Joint Picture Experts Group) Image Format) == Registered format 'jpg' (JPEG (Joint Picture Experts Group)) [cdr_csv.so] => (Comma Separated Values CDR Backend) [chan_oh323.so]Jul 13 09:43:45
2008 Feb 15
0
Question about DIALSTATUS NOANSWER
Hi, according to the wiki the value NOANSWER for the channel variable DIALSTATUS means: No answer. The dial command reached its number, the number rang for too long, then the dial timed out. In out dialplan we grap all these events with exten => s-NOANSWER,1,Playback(sometext) exten => s-NOANSWER,2,WAIT(1) exten => s-NOANSWER,3,Hangup() The dial commands for internal and external
2004 Jul 13
1
G729A and GSM - newbie question
Hello, When I'm trying to play standard sound files from Asterisk using G729A codec with OH323 channel I get this message: channel.c:1650 ast_set_write_format: Unable to find a path from GSM to G729A It seems that this files must be in G729 format? How can I convert this files to G729? ... or am I wrong? -- wbr, Oleg
2006 Jan 21
0
Dialstatus Oddity in 1.2
Hello all, I am working on a creating some intelligent failover dial-plan logic and I'm running into something that I'd like some feedback on. Basically, it appears that if you place a call to an IAX2 peer that refuses the connection, or is unavailable, a NOANSWER dialstatus is returned. Example: -- Executing Macro("IAX2/cubix-19",
2005 Sep 15
3
${DIALSTATUS} problems
Hi. I'm dialling two numbers - one that's unobtainable, one that's busy. ${DIALSTATUS} is coming back ANSWER each time right before the channels hang up. Am using the following dialplan macro to dial out. [macro-advdial] exten => s,1,Dial(${ARG1},20,g) ; Ring the interface, 20 seconds maximum exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status
2007 Aug 03
2
DIALSTATUS not set
I'm trying to write a dialplan that will allow me to "stress" test it. I want to be able to dial an extension, or pretend that the extension is busy or out of order (so that I can see what to do) given the dialplan snippet: [outbound] exten => _X.,1,NoOp(${TEST}) exten => _X.,n,Dial(SIP/${EXTEN}) exten => Busy,1,Busy(2) exten => Busy,n,Hangup() exten =>
2005 Jan 21
0
Manager API on gives the DIALSTATUS of the first picked up channel?
Hi All! Let me explain the problem. When using the Originate? command from the manager api, the dialstatus variable returns results? for whichever phone picks up first, and in this case it is the IAX/2? connection. It doesn't matter if Zap/G2/XXXXXXX is set as the channel,? or an extension either. What I am ultimately trying to do is get the? dialstatus of the Zap/X/XXXXXXX channel, i.e.,
2005 Aug 28
1
DIALSTATUS for Originate
Hi all, I am from India and has been recently using asterisk for testing and enahncing my telephony knowledge. I am trying to use the originate Command from the Asterisk manager on both SIP and ZAP. The command works successfully but does not return any DIALSTATUS such as BUSY,ANSWER,NOANSWER as in case of command DIAL when used from the dial plan. Can some one guide me how to get the vaue of
2004 Dec 12
0
DIALSTATUS missing an important condition?
I have recently built my first asterisk system and am very impressed with its capabilities. However, I have run into one problem that hopefully someone can help me with. I am trying to use the DIALSTATUS function to route incoming calls to the appropriate Voice Mail (busy or unavailable) or to an Unavailable Number recording if the number is not assigned. However, I find that DIALSTATUS
2005 May 17
0
Problem with getting the value of variable DIALSTATUS in AGI script
Hello. ???? ????????? ?????? ?? ?????, ??????? ??????, ??? ????????, ?????? ?? ???????????? ?????, ? ????? ???????? +?????????? ? ??????? ??????. I wrote a small perl script, that just calls to the specified number and then receives the information about +the status of the call. This script is below: #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input =
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
I'm running Asterisk CVS-v1-0-12/20/04. I'm using PHP with Manager API Here is the code: #################################################################### # Make call #################################################################### $socket = fsockopen($ask_db,"5038", $errno, $errstr, $timeout); if (!$socket) { echo "$errstr ($errno)<br /\n"; } else {
2004 Dec 03
2
DIALSTATUS weirdness (CHANUNAVAIL instead of BUSY, NOANSWER instead of CHANUNAVAIL)
Just throwing this out here, hopefully someone can tell me why. *CLI> show version Asterisk CVS-HEAD-11/17/04-10:16:38 built by root@wanderer on a i686 running Linux Zap/g1 is pri_cpe to Bell Canada 5551234 is a normal POTS line I have busied out (handset offhook) exten => 1234,1,Dial(Zap/g1/5551234,,g) exten => 1234,n,NoOp(HANGUPCAUSE is ${HANGUPCAUSE} and DIALSTATUS is
2004 Aug 26
2
Asterisk+IVR functions trouble
I' got a problem, using asterisk-rc2 :IVR functions (Background...Playback...etc) doesn't works : Executing Background("OH323/RXXXXX", "vm-extension") in new stack channel.c:1650 ast_set_write_fornat: Unable to find path from GSM to G729A---Asterisk box supplied only with network adapter.---Asterisk box registered in Mera (soft-switch with H323 protocol) and doing
2005 Aug 10
0
tdm400p / outbound zap prob
I'm having trouble getting outbound calls going with aah 1.3 and a tdm400p w/ 4 FXO. Incoming calls work fine, outbound I get this: -- Executing SetVar("SIP/231-af2b", "OUTNUM=6643955") in new stack -- Executing Cut("SIP/231-af2b", "custom=OUT_1|:|1") in new stack -- Executing GotoIf("SIP/231-af2b", "0?19") in new stack
2018 Mar 14
2
DIALSTATUS vs HANGUPCAUSE
Hello list, Hope all doing well! I've been checking some cases when a Dial fails and dialplan execution continues to handle this. I am finding it a little confusing how we should handle the DIALSTATUS and the HANGUPCAUSE in this situation.... More specifically, I am facing a case in version 13.6.0 where I am getting a DIALSTATUS=BUSY and HANGUPCAUSE=19 after receiving a 480 SIP error. Seems
2004 Jul 14
1
oh323 dial structure and oh323 debug?
According to the wiki at voip-info.org, the dial structure for using oh323 without a gatekeeper is: OH323/<exten>@<host>:<port> or OH323/<exten> The second option is valid only in the case where a gatekeeper is used. NOTE: OpenH323 library v1.12.0 has a bug in the parsing of the destination host. When this version is used then the above syntax should be:
2006 Apr 27
0
Autodial feature doesn't return $DIALSTATUS values
Hello, I'm writing a small PHP application that generates calls automatically and tries to store call details on a Mysql Db, using manager API . When making an autodial call, I noticed that I couldn't read $DIALSTATUS values; since I can't evaluate dial status (BUSY, CONGESTION, NOANSWER), I can't understand when a receiver was busy or not. Nobody seems to have solved this
2010 Dec 20
5
DIALSTATUS on CANCEL
Hello, We have a strange situation (asterisk 1.6.2.14), where we get a result for DIALSTATUS for BUSY and No-ANSWER, but nothing for CANCEL. This is the (relevant) test dialplan: -------------------------------- [incoming-private] exten => _X., n, Dial(SIP/1001,30) exten => _X., n, NoOp(${DIALSTATUS}) exten => _X., n, Gosub(incoming-status,s-${DIALSTATUS},1) [incoming-status] exten
2004 Jul 12
1
Problems Compiling asterisk-oh323 0.6.3a
Hi, erverybody The Asterisk is running well in the linux system. Now I would like to add oh323 in Asterisk. I have download pwlib(version is 1.6.6) and openh323(version is 1.13.5). And I sucessfully maked and installed these two packages. But I got the following errors when compling the asterisk-oh323 0.6.3a: for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done make[1]:
2004 Aug 03
0
OH323 not dial Modem[i4l]/g1
Hello everybody, I have a strange comportment with oh323 and asterisk, I'start testing asterisk but with this I can't understant plesae help me ! Thanks Eltorio ---------------------------------------------------------- 1/PB: I can't dial from a H323 extensions (registered on a GNU GK) to a Modem[i4l] line ---------------------------------------------------------- Nothing happens