similar to: Gosub and 'h' (again?)

Displaying 20 results from an estimated 20000 matches similar to: "Gosub and 'h' (again?)"

2011 Mar 14
5
Asterisk 1.8 paging with ploycom
Hey Guys, I have upgrade my asterisk 1.2 to 1.8 and suddenly my allpage.agi stopped working look like asterisk 1.8 did some changes in manager apps i am doing following.. my phone is ringing but not auto answer could you give me some issue what i am doing wrong ? root at ubuntu-test:~# telnet 127.0.0.1 5038 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. Asterisk
2011 Mar 03
11
mySQL connection testing
Does anybody know of a way to test whether a mySQL connection invoked from the dialplan is current or not? For example: extensions.conf =============== [context] exten => _X.,1,MYSQL(Connect connid localhost user pass db) exten => _X.,n,MYSQL(Query resultid ${connid} SELECT `something` FROM `table` WHERE `number` = ${EXTEN}) exten => _X.,n,MYSQL(Fetch foundRow ${resultid} something)
2011 Jan 20
7
Mailing list question
Hi, Is the any kind of 'tag' that I can include at the end of my message to make the list processing software ignore and dispose of my disclaimer? In other words - something like <disclaimer> at the end of my message would inform the list software to remove any lines after it. My massive disclaimer is added by the server you see - and it's now annoying me - let alone the rest
2011 Mar 02
2
[1.4] Comparing value of string with spaces?
Hello I haven't found an example on how to compare the value of a string variable with spaces in it, and the While loop below never exits: ========== extensions.conf exten => start,n,Set(MYVAR="Dummy value") exten => start,n,NoOp(${MYVAR}) ;BAD TOO ;exten => start,n,While(!$[${MYVAR} : "Some string"]) exten => start,n,While($[${MYVAR} != "Some
2013 Jul 10
2
queue moh
Hi All, Sorry if this has been covered already, but I don't tend to follow this list as close as I should these days. Problem is that if a call comes in to a queue without option 'r' specified - moh plays as expected. Now, when that call is answered, all is fine. Trouble comes when that person then puts the caller on-hold. No moh is heard by the caller (in fact, they get silence).
2011 May 09
3
OUTBOUND CALLER ID
Hi, THIS IS IN DUBAI. I am having PRI line with 100 DID's (00-99) and when we call to any landline or mobile number then it shows us our board number or pilot number (i.e 4663000 means 00).. As i give all the extensions a particular DID, so people from outside world can call them. The problem is the CALLERID ... When we call from any of other extension PSTN line carries out our pilot number
2011 May 13
2
Backport of DEVICE_STATE to 1.4
Hi, Here http://www.voip-info.org/wiki/view/Asterisk+func+device_State you can find a link to download a backported for Asterisk 1.4 version of DEVICE_STATE function. (Elsewhere, you can find reference to another backported function DEVSTATE which seems to behave the same as DEVICE_STATE). As I would like to prepare as much as possible, my dialplan to 1.6 and beyond, I would prefer to use
2010 Oct 06
3
How to test BRI lines energy saving mode ?
Hello, If my understanding is correct, these days it seems that many ISDN BRI lines are configured in energy saving mode in which signalling D-channel is "dropped" until a new call comes in. Is it possible to replicate this behaviour with Asterisk (when Asterisk is in NT mode and is seen as a public ISDN by another PBX, for instance) ? If not, would you it would be a useful addition to
2011 Apr 13
11
Realtime SIP & peer status
Hello, I'm using SIP realtime with MySQL DB. Is it possible to get the status of the SIP peer (free / calling) from this realtime DB ? If not, is there another way to obtain the call state of a SIP peer ? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jan 20
2
Mailing list question 2
Sorry about this - testing this disclaimer problem :) -- If you have received this communication in error we would appreciate you advising us either by telephone or return of e-mail. The contents of this message, and any attachments, are the property of DataVox, and are intended for the confidential use of the named recipient only. If you are not the intended recipient, employee or agent
2019 Apr 19
2
Forking AGI or GoSub
In PHP something like: $pid = pcntl_fork(); if ($pid != 0) { // we are the parent // do parent stuff exit; } // we are the child, detatch from terminal $sid = posix_setsid(); if ($sid < 0) { die; } // do child stuff On 04/19/2019 02:00 PM, Mark Wiater wrote: > On 4/19/2019 1:49 PM, Dovid Bender wrote: >> Mark, >> >> I am using PHP agi and when forking
2010 Sep 17
4
Not able to join conference
Hi All, We are running to a weird problem, we're using asterisk 1.2 as a production server (I'm wiling to move very soon to more recent version) and our problem is when somebody try to join a conference he's told that he's the only one in the conference but in fact there is some 3 or 5 or whatever people in that same conference, after several tries he can/cannot enter the
2010 Nov 27
3
How to hangup all channels
Hi guys, I'm using Asterisk 1.4 and i need a way to hangup all channels. I want to use the teleyapper system for broadcasting call for security reason but i need that all channels are free when a security call is ready to start! I already search in the old post without success. Can anyone help me? Thanks and sorry for my newbie english -------------- next part -------------- An HTML
2010 Sep 16
2
Realtime semi-colon
Hi list, Does anyone know how to send * a semi-colon from a realtime database. I know that * uses the semi-colon as a 'seperator' - but I need to be able to use one in a command. I know I can use \; in the non-realtime configs, but this doesn't work in realtime. Cheers, Andrew Thomas Technical Services Manager DataVox Ltd Saddleworth Business Centre Huddersfield Road Delph, Oldham
2011 Apr 08
9
send voicemail to multiple emails
Is there a way for asterisk's voicemail to send an email (including voicemail attachment) to multiple email addresses? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110408/8908db5f/attachment.htm>
2011 Mar 17
0
Passing an argument to a macro within an Originatecommand
The last Originate() option is ignored if using 'app'. It is only there for 'exten'. http://www.voip-info.org/wiki/view/Asterisk+cmd+Originate tells all :) -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Bruce Hopkins Sent: 15 March 2011 21:36 To: asterisk-users at lists.digium.com
2011 May 12
8
Light indicator managed by Asterisk
Hello, is there some way to make Asterisk light up a certain light on an IP-phone ? Like MWI, the message waiting indicator can light up if there is voicemail. Could this light, or even other lights (like BLF-buttons) be used to give a visual notification to the user ? For example : if a certain value is set in the Mysql-DB and Asterisk reads out this value, can Asterisk react upon it inside
2009 Apr 29
1
Replacement of Macro() with Gosub()
Hi, Is there some more thorough documentation of this change that has happened in 1.6? The upgrade.txt and changes.txt files mention it, but I have already seen details of this change that do not appear to be documented except in conversations on the mailing list... 1) It appears that it is no longer legal to have: [macro-contaxtA] ...stuff... [contextA] ...stuff... Is this true? Or have I
2011 Jan 21
2
MOH and parking
I know that the 'fix' has just been applied (https://issues.asterisk.org/view.php?id=18262) - but why does it stop the moh only to start it again? This, also, seems to cause a CDR problem (see below). -- Executing [7000 at chambers:1] Park("SIP/2000-00000008", "") in new stack == Parked SIP/2000-00000008 on 7001 (lot default). Will timeout back to extension
2011 Feb 18
2
cmd MySQL
Hi guys, I'm trying to connect Asterisk to the MySQL, but I can't execute it. It returns an error, as below: -- Executing [200 at teste:2] MYSQL("Console/dsp", "Query resultid 1 SELECT/ ramal/ FROM/ colaboradores/ WHERE/ ramal=200") in new stack [Feb 18 15:55:13] WARNING[7696]: app_mysql.c:393 aMYSQL_query: aMYSQL_query: mysql_query failed. Error: You have an error in