search for: auto_answ

Displaying 10 results from an estimated 10 matches for "auto_answ".

Did you mean: auto_answer
2001 Jan 18
1
New configuration scripts for Cygwin
...is file is part of the Cygwin port of OpenSSH. # Subdirectory where the new package is being installed PREFIX=/usr # Directory where the config files are stored SYSCONFDIR=/etc # Subdirectory where an old package might be installed OLDPREFIX=/usr/local OLDSYSCONFDIR=${OLDPREFIX}/etc progname=$0 auto_answer="" request() { if [ "${auto_answer}" = "yes" ] then return 0 elif [ "${auto_answer}" = "no" ] then return 1 fi answer="" while [ "X${answer}" != "Xyes" -a "X${answer}" != "Xno&qu...
2005 Jul 14
1
auto dialing - call file - channel variable question
...(in my case a SIP phone) that an agent is logged in at. Please can someone give me a pointer in the right direction ;) Thanx! Probably best illustrated in an example: Below works great and tells SIP/123 to pick up the call from asterisk then it dials the desired extension: SetVar: _alert_info=auto_answer Channel: SIP/123 Context: autodial Exten: 123456789 Priority: 1 Below doesn't pass alert_info to the sip phone the agent is logged in at, so the agent has to answer the call before the destination extension is dialed: SetVar: _alert_info=auto_answer Channel: AGENT/1001 Context: autodial Ex...
2006 Feb 09
1
Re: Polycom IP501 with Asterisk - distinctive
...this: <ringType se.rt.enabled="1" se.rt.modification.enabled="1"> <DEFAULT se.rt.1.name="Default" se.rt.1.type="ring" ... /> <VISUAL_ONLY se.rt.2.name="Visual" se.rt.2.type="visual"/> <AUTO_ANSWER se.rt.3.name="Auto Answer" se.rt.3.type="answer"/> <RING_ANSWER se.rt.4.name="Ring Answer" se.rt.4.type="ring-answer" se.rt.4.timeout="500" se.rt.4.ringer="7" /> <CUSTOM_1 se.rt.8.name="Custom 1" s...
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
...puts($socket, "Secret: $ask_pd\r\n\r\n"); fputs($socket, "Action: Originate\r\n"); // Note I have tried both using the remote SIP user throught IAX2 and Originating the call using the Zap channel fputs($socket, "Channel: IAX2/askdaqe:a\$teri\$k@teenlighthouse/$user_ext@auto_answer\r\n"); ? //This connects to a remote SIP user fputs($socket, "Context: askdaqe\r\n"); fputs($socket, "Exten: 100\r\n"); fputs($socket, "Priority: 1\r\n"); fputs($socket, "Variable: UID=$uid|USER_EXT=$user_ext|COMPANY=teenlighthouse|USER_PHONE=$ask_phone...
2001 Mar 07
4
[PATCH]: contrib/cygwin/ssh-host-config
...================================= RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-host-config,v retrieving revision 1.1 diff -u -p -r1.1 ssh-host-config --- ssh-host-config 2001/01/19 05:37:32 1.1 +++ ssh-host-config 2001/03/07 10:13:04 @@ -16,6 +16,7 @@ OLDSYSCONFDIR=${OLDPREFIX}/etc progname=$0 auto_answer="" +port_number=22 request() { @@ -67,6 +68,11 @@ do auto_answer=no ;; + -p | --port ) + port_number=$1 + shift + ;; + *) echo "usage: ${progname} [OPTION]..." echo @@ -76,6 +82,7 @@ do echo " --debug -d Enable shell'...
2003 Nov 05
0
[PATCH] contrip/cygwin: Reworking the installation support
...# # This file is part of the Cygwin port of OpenSSH. @@ -9,10 +9,7 @@ PREFIX=/usr # Directory where the config files are stored SYSCONFDIR=/etc - -# Subdirectory where an old package might be installed -OLDPREFIX=/usr/local -OLDSYSCONFDIR=${OLDPREFIX}/etc +LOCALSTATEDIR=/var progname=$0 auto_answer="" @@ -27,9 +24,11 @@ request() { if [ "${auto_answer}" = "yes" ] then + echo "$1 (yes/no) yes" return 0 elif [ "${auto_answer}" = "no" ] then + echo "$1 (yes/no) no" return 1 fi @@ -37,7 +36,7...
2002 Jul 03
1
[PATCH]: Change Cygwin contrib files to better support PrivSep
...======================= RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-host-config,v retrieving revision 1.5 diff -u -p -r1.5 ssh-host-config --- contrib/cygwin/ssh-host-config 12 Apr 2002 17:44:14 -0000 1.5 +++ contrib/cygwin/ssh-host-config 3 Jul 2002 12:29:16 -0000 @@ -18,6 +18,11 @@ progname=$0 auto_answer="" port_number=22 +privsep_configured=no +privsep_used=yes +sshd_in_passwd=no +sshd_in_sam=no + request() { if [ "${auto_answer}" = "yes" ] @@ -90,6 +95,10 @@ do esac done +# Check if running on NT +_sys="`uname -a`" +_nt=`expr "$_sys&quo...
2005 Jan 21
0
Manager API on gives the DIALSTATUS of the first picked up channel?
...puts($socket, "Secret: $ask_pd\r\n\r\n"); fputs($socket, "Action: Originate\r\n"); // Note I have tried both using the remote SIP user throught IAX2 and Originating the call using the Zap channel fputs($socket, "Channel: IAX2/askdaqe:a\$teri\$k@teenlighthouse/$user_ext@auto_answer\r\n"); ? //This connects to a remote SIP user fputs($socket, "Context: askdaqe\r\n"); fputs($socket, "Exten: 100\r\n"); fputs($socket, "Priority: 1\r\n"); fputs($socket, "Variable: UID=$uid|USER_EXT=$user_ext|COMPANY=teenlighthouse|USER_PHONE=$ask_phone...
2008 Apr 14
2
polycom auto answer
I was trying to get my polycom phone to auto answer. I added this to the dialplan. Used a different phone to call "22" and the phone rang it did not auto answer. Did I miss something? exten => 22,1,SipAddHeader(Call-Info:=\;answer-after=0) exten => 22,n,SipAddHeader(Alert-Info: Ring Answer) exten => 22,n,Set(__SIPADDHEADER=Call-Info:\;answer-after=0) exten =>
2006 Mar 21
5
Cisco POS 3-08-2
Anyone have experience with the 3-08-2 release of Cisco's SIP firmware? Are there any new features in the SIPDefault.cnf? Thanks, Ron