Displaying 5 results from an estimated 5 matches for "12345678901".
Did you mean:
1234567890
2008 Apr 29
4
XML write?
Is there any function to write a XML structure, after it was
read using xmlTreeParse?
Ex:
library(XML)
x <- xmlTreeParse("Irpf2008/aplicacao/dados/12345678901/12345678901.xml")
# write it...
Alberto Monteiro
PS: please, brazilians, don't be offended by my foul language!
2010 Jul 28
2
Nat issue one way audio on IP dial
...settings in
conf files to correct this problem.
Below is the conf of calling user
[pepsi]
username=pepsi
type=friend
secret=123456
qualify=yes
nat=no
insecure=port,invite
incominglimit=1
outgoinglimit=1
host=dynamic
dtmfmode=rfc2833
context=out
canreinvite=yes
callerid="pepsi coke" <12345678901>
accountcode=6:0:pepsi
amaflags=default
disallow=all
allow=alaw
allow=ulaw
allow=g729
allow=gsm
Below is the conf of called user
[adf]
username=adf
type=friend
secret=123456
qualify=yes
nat=yes
insecure=port,invite
incominglimit=2
outgoinglimit=2
host=dynamic
dtmfmode=rfc2833
context=user
canr...
2005 Aug 02
0
Problem with attended transfers...
...y our internal users can initiate the
transfer. Only half of the attended transfers work. It goes like
this:
1)Extension 8123 calls number 19876543210
2)During the call, extension 8123 dials *2 to do an attended
(non-blind) transfer
3)19876543210 is placed into MusicOnHold
4)Extension 8123 dials 12345678901
5)Extension 8123 never gets connected to 12345678901
Expected results:
5)Extension 8123 confirms transfer with 12345678901
6)Extension 8123 hangs up, connecting 19876543210 with 12345678901
If the first step is reversed, i.e.:
1)Number 19876543210 calls extension 8123
but all other steps are t...
2011 Jan 25
0
xlsReadWrite 1.5.4 and xlsReadWritePro 1.6.4 released
The xlsReadWrite[Pro] package allows to natively read and write Excel
files (.xls) on the Win 32-bit platform.
Changes:
o fix bug with integer conversion (http://dev.swissr.org/issues/113)
PROBLEM: values outside the integer range (i.e. 12345678901) didn't give an NA
(and a warning message) but have been converted to a wrong value
WHERE:
- free/pro: reading an Excel sheet and explicitely defining:
'colClasses = "integer"'
or 'type = "integer". It's assumed that only very few peopl...
2008 Jan 18
3
Please help
Hello all,
I have developed a RESTFul webservice in RoR. Here under is the controller
---------------------------------------------------------------------------------------------------------
class PeopleController < ApplicationController
def index
list
render :action => ''list''
end
# GETs should be safe (see
http://www.w3.org/2001/tag/doc/whenToUseGet.html)