Displaying 5 results from an estimated 5 matches for "sipid".
Did you mean:
sipi
2012 Jun 17
1
Missing voicemail prompt beginning
Hello,
I am using the voicemail module of asterisk. When I did some test calls
from my mobile phone, sometimes the beginning of the prompt was missing,
e.g. instead of something like "number 12345 not available" I was only
hearing "345 not available". Verbose level 5 on the asterisk console didn't
give me any hint on this, it only shows that playback of the prompt started
2009 May 20
1
Queue and Dial operation - Common Variables?
...e -a array
while read -e ARG && [ "$ARG" ] ; do
array=(` echo $ARG | sed -e 's/://'`)
echo ${array[0]} = ${array[1]} >>$LOG_FILE
export ${array[0]}=${array[1]}
done
echo "SET VARIABLE agentno $agentid"
echo "SET VARIABLE sip_id $sipid"
* Here $sipid and $agentid is obtained from the DB and that segment is not
shown above.
agi_qdial.sh
*declare -a array
while read -e ARG && [ "$ARG" ] ; do
array=(` echo $ARG | sed -e 's/://'`)
echo ${array[0]} = ${array[1]} >>$LOG_FILE...
1997 Jul 31
1
R-beta: R-help archives in html format
...t.htm
The archives include R-help and the previous R-testers lists back to March
1996.
----
Robert King, || The Society for the Preservation of Tithesis commends your
Environmental|| ebriated and scrutable use of "delible" and "defatigable",
Science, || which are gainly, sipid and couth. We are gruntled and
Griffith Uni,|| consolate that you have the ertia and eptitude to choose such
Australia || putably pensible tithesis, which we parage. - Evan Kirshenbaum
Robert.King at ens.gu.edu.au http://www.ens.gu.edu.au/robertk/index.htm
=-=-=-=-=-=-=-=-=-=-=-=-=-=...
1998 Oct 21
2
R, SuSe and readline
Hello folks,
I can't make R use the GNU-Readline-library.
However,
- I have run configure with --enable-readline and
- configure *has found* the library.
My Linux distribution is SuSe, July 1998. I'm using
Kernel 2.0.25. I was told by Douglas Bates (r-devel),
that this problem between R and (probably) SuSe was
discussed before on this list.
Can someone tell me how I can make R use
2007 Feb 10
0
Unable to lookup host in c= line
...9
nat=yes
canreinvite=no
qualify=yes
---EOF---
Here is my extensions.conf.
---extensions.conf---
[general]
static=yes
writeprotect=no
[lokal]
; local extensions 30-29
exten => _3X,1,NoCDR()
exten => _3X,n,Dial,SIP/${EXTEN}|55|Ttr
; SIP Provider
[Mitacs_out]
exten => _X.,1,SetCallerId,SIPID
exten => _X.,2,Dial(SIP/${EXTEN}@43720755555,45,trg)
exten => _X.,3,Hangup
[default]
include => lokal
include => Mitacs_out
[ankommend]
exten => 43720755555,1,Dial,SIP/39|39|r
---EOF---
Finally, I enabled the debug log for the provider in question. It appears to me
that incoming...