Displaying 20 results from an estimated 100 matches similar to: "No subject"
2009 Jan 06
2
any SIP client for BlackBerry?
Hi You all,
Does anyone know any SIP client for BlackBerry?
thank you
--
TianLun Song
We care your day to day business operation
CCVP, CCNP, M.Eng
Cell:1-647-868-2950
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090106/a278cbbd/attachment.htm
2008 Oct 30
3
SIP # DTMF
Hi. In creating a custom extension, and dialing
SIP/222/333#444, seems the party receives only "333"
What should I do to send the # symbol? or better, where can I find that
syntax? Googled a lot, nothing.
Thanks!
--
Rodolfo Alcazar
Responsable red y datos
Deutsche Gesellschaft f?r
Technische Zusammenarbeit (GTZ) GmbH
Programa de Apoyo a la Gesti?n P?blica Descentralizada y
Lucha
2008 Oct 16
2
Triggering a call from bash
Hi.
Does anyone knows how to trigger a phone call from a bash command?
Thx!
--
Rodolfo Alcazar
Responsable red y datos
Deutsche Gesellschaft f?r
Technische Zusammenarbeit (GTZ) GmbH
Programa de Apoyo a la Gesti?n P?blica Descentralizada y
Lucha Contra La Pobreza - PADEP
Av. S?nchez Lima 2226
La Paz, Bolivia
Tel: +591 22417628 (121)
Fax: +591 22417628 (126)
Web: www.padep.org.bo
Email:
2008 Nov 01
1
SPA3102 interdigit timers bug?
Hi. I have a SPA3102 updated with with Software Version: 5.1.7(GW).
I have this settings on Voice/Regional:
Interdigit Long Timer: 10
Interdigit Short Timer: 3
Anyway, when hooking up (without dialing anything), the timeout starts
after 3 seconds. It's like the Long Timer is unused. After dialing, the
Short Timer is also used to timeout.
Is that normal? Am I missing something?
Thanks.
--
2008 Nov 17
1
Deny FOP originated calls
Hi,
I just want to deny FOP originated calls in TRIXBOX. All remaining
operations (hanging up, transferring, etc) should go. Where is that
option in TRIXBOX (already googled, nothing, checked config files but
cant find that option)?
Thanks a lot.
--
Rodolfo Alcazar
Responsable red y datos
Deutsche Gesellschaft f?r
Technische Zusammenarbeit (GTZ) GmbH
Programa de Apoyo a la Gesti?n P?blica
2008 Oct 16
0
Sharing my Asterisk + SPA3102/PAP2 setup: What I've learned in 1 week.
(Im' answering cc the list, so the knowledge keeps there, and maybe some more qualified
answers become).
Am Mittwoch, den 15.10.2008, 18:00 -0700 schrieb Francisco del rosario:
> Hey Rodolfo... Need some help from you ...
> I need to know what hardware do I need to make SIP calls if I set-up
> asterisk
> So the situation is that I have a PC and configure the software of my PC to
2008 Oct 14
7
Panasonic x Asterisk if I can emulate Panasonic fast!
Im a 3-days-asterisk-newbie. In 3 weeks, I must have a PBX installed in
a new office of ours: Panasonic or Asterisk. Asterisk would be, if I can
emulate some Panasonic functions on Asterisk fast, to convince the
executives.
What I have done until now: Bought 1 Linksys pap2 (2 FXS), 1 Linksys
SPA3102 (1 FXS + 1 FXO) for making asterisk tests. Configured
Asterisk/Fedora 9 so I can make SIP->PSTN
2009 Aug 07
1
Anyone had any luck with SIP clients on the iPhoneplatform?
I'm using it rather successfully. Not perfect, but it works.
It is limited to WiFi connectivity... at least here in Spain I cant get
either client to work over 3G.
I'm using Fring and Truphone. Although I have only configured a SIP to my
Asterisk with Fring.
Skype works fine.
We tested with several Nokia 5800 (EM) using Fring. Call quality is worse.
At best, we have a 1+ second delay.
2008 Dec 15
3
tcpdum
*Dear All,
I run the below tcp dump on my asterisk server
tcpdump -i eth0 -n -s0 -v udp port 5060
I got the following result
20:29:48.596867 IP (tos 0x10, ttl 64, id 0, offset 0, flags [DF], proto 17,
length: 373) SIP_PROXY_IP.5060 > Asterisk_IP.5060: UDP, length 345
What i need to know please what TTL means specifically and what is the best
value og TTL and what is the lengh vale mean
2007 Apr 17
2
Use of argument '...'
Dear R list,
I've read the function writing sections on both "An introduction to R" and "R language Definition" manuals but still don't understand why the following gives an error message:
fun <- function(x, ...) x + y
fun(1, y=2)
I get:
Error in fun(1, y = 2) : object "y" not found
I'd appreciate any help in understanding this.
R version 2.4.1
2008 Feb 12
1
[LLVMdev] LLVM DevMeet 2008
[CCing the list]
On Feb 12, 2008 1:51 AM, Dan Moniz <dnm at pobox.com> wrote:
> Hi there,
>
> Kenneth Hoste suggested I get in touch with you as lead wrangler on
> scheduling the 2008 LLVM DevMeet. I can't speak for others, but I know
> I'm pretty packed with travel in August already, only some of which is
> going to be directly sponsored or endorsed by work.
2003 Feb 28
0
How do I find the first derivative from the cubic natural spline
Hi, Everyboday,
Does anybody know how to get the first derivative form the cubic natural
spline matrix?
Thanks !!!
Jassy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nuoo-Ting (Jassy) Molitor, MS, Junior Statistician
Division of Biostatistics
Department of Preventive Medicine
University of Southern California Tel: (323) 442-2584
1540 Alcazar St., CHP-210F Fax:
2007 May 15
1
Efficiently reading random lines form a large file
I need to read two different random lines at a time from a large
ASCII file (120 x 296976) containing space delimited 0-1 entries.
The following code does the job and it's reasonable fast for my needs:
lineNumber = sample(120, 2)
line1 = scan(filename, what = "integer", skip=lineNumber[1]-1, nlines=1)
line2 = scan(filename, what = "integer",
2004 Dec 02
3
R and Fortran in Windows
I just joined the list and appologize if this has been answered before
but I am trying to interface between R and the Compaq Visual Fortran
compiler version 6.6 for Windows.
I found the following instructions on the web -- and an example. When I
follow these directions exactly. R 2.0.0 crashes. Has anyone had any
experience with this?
Below are the instructions that I located:
Thanks
Dan
2009 Jan 19
1
Fring and Asterisk
Hi,
Is anyone using Fring as a SIP client to an Asterisk server ?
A prospective customer of mine is asking to integrate its iphones with an
Asterisk server and after googling, I still have some unanswered questions :
1. Which codecs are available when calling from fring ?
2. Is it easy and natural to change your presence status (available, busy,
...) with Fring or will users prefer to use
2005 Dec 10
1
help! assertion failed in 1.0alpha4
Hi,
I've been getting this bug in 1.0alpha4. It happens every time the user
checks his Inbox. I'm using mbox btw. Can I get any hint on why this is
happening?
Dec 9 09:08:39 lasige-serv dovecot: imap(pjsousa): file
mail-index-sync-ext.c: line 155 (get_ext_header): assertion failed:
(memcmp((char *)(ext_hdr + 1), ext->name, strlen(ext->name)) == 0)
Dec 9 09:08:39 lasige-serv
2009 Aug 07
2
Anyone had any luck with SIP clients on theiPhoneplatform?
That sounds like the ideal app for me too.
Fring requires we register with Fring and give them user id/password pair.
In our case it did not work until we put a public IP on our Asterisk.
I just bought WeePhone and I'll give it a try on the iPhone.
Cheers,
Enrique
-----Mensaje original-----
De: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] En
2009 Oct 28
1
The SIP in the Mobile Phones are not able to register on asterisk
I am talking about the SIP.
Now the new mobiles (Nokia, Erecson, Panasonic, iPot, ... etc) all of them support SIP capability. They are able to register to any SIP server (by giving the IP address, username and password). Fring is one of the software that can be installed on the mobile devices and can register on the SIP servers.
BUT, the new mobiles currently come with built in SIP (no need to
2008 Jun 09
0
fring and g729
Hi All;
fring that used in the mobile phones, does it support
g729? Anyone can advise?
Regards
Bilal
2012 Apr 23
4
Multiple regex match in the same line
Hi,
Could somebody please show me a way to find, and display multiple
regex matches in the same line?
Like this:
test_string = "I shot the Sherrif but I didn''t shot the Deputy."
# The word I would like to find is the "shot" and displayed like
"shotshot" or like each match could go into a new #line like:
"shot"
"shot"
# Some ways I