search for: natesan

Displaying 14 results from an estimated 14 matches for "natesan".

Did you mean: bateman
2004 Jan 23
3
UK BT Interface with asterisk?
Have anyone tried to interface BT's Broadband Voice with asterisk? Kannaiyan
2004 Jun 17
2
BT Caller ID - From Patch ?
Any body used patch, http://bugs.digium.com/bug_view_page.php?bug_id=0001719 to get the callerid for BT Line. I applied the patch successfully but could not get it to work. Any help. Here are the logs: -- Starting simple switch on 'Zap/1-1' Jun 17 18:22:31 NOTICE[426000]: chan_zap.c:4811 ss_thread: Got event 2 (Ring/Answered)... Jun 17 18:22:34 NOTICE[426000]: chan_zap.c:4811
2003 Dec 16
2
Unable to Receive Fax -- RxFAX Application
Hi, Below if the error message which I got from asterisk. I was trying to fax to asterisk from my fax machine. I really dunno what is the problem. I use alaw & ulaw codec only through my ATA 186. Can anyone help me what could be the problem. -- Executing Goto("SIP/-080ef9a0", "13732|s|1") in new stack -- Goto (13732,s,1) -- Executing
2004 Jun 24
1
Delay in Zap Calls?
I have this line in my extensions.conf, exten => _393.,1,Dial(ZAP/${EXTEN:3},20,tr) when I make a zap call, it gives me two rings and then makes the zap call. Is there is a way I can make the call immediate? Kannaiyan
2004 Sep 27
1
G729 Private Licensing ??
Is anyone selling G729 License elsewhere other than Digium? Anyone allowed to sell a similar License as a reseller? -Kannaiyan
2004 Aug 13
11
asterisk in india
Does anyone know if the E1 cards that digium sells work in India. Also are there any distributers for those cards in India. By E1 cards I mean E100P, TE410P or TE405P -- regards Vikram (http://www.vicramresearch.com)
2003 Dec 18
2
Zaprtc compile error - virtual device for conferencing
Hi, I don't have a zaptel device for conferencing. I read from the lists, that ztdummy and zaprtc need to be installed to get conferencing. I could able to compile successfully with ztdummy and when i receive the call it says, -- Goto (13732,s,1) -- Executing MeetMe("SIP/-08118800", "1234") in new stack == Parsing
2004 Jul 11
20
New Asterisk bounty: SIP simultaneous
>When I call a SIP user, the phone should ring in more than one >extentions. Also more than one phone should be able to register with >asterisk. Right now it is not the case. There is no issue here. You seem to be confused, that's all. A SIP account is a SIP account and an extension is an extension. You can assign an extension to an account (or to multiple accounts) and the tool for
2004 Jun 14
7
collaboration with Panasonic PBX
Hi. I've searched the archives and found nothing regarding collaborating Asterisk with a Panasonic PBX (TD1232 to be exact) Here's my question: Can I use a Wildcard X100P to connect an outgoing line jack (on the Panasonic) to Asterisk, so I can route calls from the PBX to Asterisk, and calls from Asterisk to the PBX? On the hardware page for the X100P card is says it's great for
2004 Sep 13
2
allowing/disallowing codecs in dialplan?
Hi all, Is there a possibility to set the codecs Asterisk will choose in the dialplan ("exten=>" statements or their contexts) instead of sip.conf? My problem is that I connect my SIP phone with several providers (Nikotel, Sipgate, Stanaphone) for icoming and outgoing calls. Not all of these providers offer the same set of codecs. I'd like Asterisk to use the same codec for the
2003 Dec 18
6
G729 question
I am thinking about using the G729 codecs on my endpoint devices and purchasing some G729 licenses for Asterisk but I have several questions: 1. Which G729 codec is sold by Digium for Asterisk, G729, G729A, B...I? 2. If I have G729A on one end and G729B on the other, are they compatible? I have looked all over the place for question 2, but without buying the ITU docs I cannot seem to find this
2004 Jan 14
5
SNOM IAX image
Hello. I've been going through the archives, but can't discern the state or future direction of IAX on the SNOM100. The most recent image appears to be from September 2002. There was a message on this list stating that SNOM was coming to visit Digium last April with the intention of adding IAX support themselves. For a while there was reference to the I100E on the asterisk and/or
2003 Dec 13
1
IAX Call not transferred - plz help
I have a problem with IAX call transfer. The call goes successful but consumes lot of BW in the middle tier. The actual connection is like this (NAT) DIAX(IAX2) -----> *1 ------> *2 *1 & *2 were public IP with asterisk. It consumes around 120kbps in total to forward a single GSM call. I have the following configuration in my iax.conf [general] ... disallow=all allow=gsm [provider]
2004 Jan 18
2
Asterisk as SIP Redirect Server -- Implemented - Not Working - Plz Help
I have coded chan_sip.c so that you can have // sip.conf register => username:password@somedomain.com/redirectconfig [redirectconfig] redirect=yes redirecturi=sip:12345@domain1.com redirecturi=sip:34556@domain2.com redirecturi=sip:87877@domain3.com .... so when you receive a call it will redirect to the alternating uri's with a SIP 300 Message. It works with the following sequence,