SV: [Asterisk-Users] How does asterisk behave when multiple phonesare logged in on a single SIP/account?

2006-05-03 Thread Arne Morten Johansen








Yeah I do use ring groups
at the moment. But the problem is that I cant control the flow.


Lets take your
example. 



dial(SIP/dev1SIP/dev2SIP/dev3)



If I dial these 3 numbers, and dev2 is already one the
phone. How do I check for that? I only want one of the three phones active at the
time. But if no telephone is busy, they all should ring until the call is
picked up (this is what it always does now). Is this possible in asterisk?



Thanks











Fra:
[EMAIL PROTECTED] [mailto:asterisk-users[EMAIL PROTECTED]
På vegne av Gary Richardson
Sendt: 2. mai 2006 16:51
Til: Asterisk
 Users Mailing List - Non-Commercial Discussion
Emne: Re: [Asterisk-Users] How
does asterisk behave when multiple phonesare logged in on a single SIP/account?





The last sip device to
register gets the call. The way around this is to have your sip devices
register under different accounts and create a ring group
(dial(SIP/dev1SIP/dev2SIP/devN))

AFAIK, there isn't a reliable method of determining if a sip device is busy
other than calling it. 



On 5/1/06, Arne Morten Johansen [EMAIL PROTECTED] wrote:





Hi.

How does this work?

What if this SIP/account was a member (agent) of
a queue? 

Ex: dial(SIP/account,20,tT). Would the dialstatus
be set as busy when one of the phones is actively talking, or will the other
phones continue to ring?

You may have seen my other submissions to this
list. I'm looking for a way to make the other phones in a group unavailable
when one of them is busy. Because one person will have multiple phones. 

Thanks

Arne Morten
 Johansen. 






___
--Bandwidth and Colocation provided by Easynews.com -- 

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users












___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Call Queue Transfer

2006-05-03 Thread Dinesh Nair



On 05/02/06 20:50 Josué Conti said the following:

To activate the transferences of calls in asterisk, I effected:
 SIP.CONF in sip of the agent I qualified canreinvite=no, so that 
asterisk monitors this transference.

EXTENSIONS.CONF I qualified the parameters tT in the command Dial
FEATURES.CONF I qualified [ featuremap ] to blindxfer = #  ; to atxfer = * 7


did you use the t and T options to Queue() in the dialplan ?

--
Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Re: Transfer - context/priority

2006-05-03 Thread Tomislav Parčina
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says...
 Hi list!
 
 When I'm doing transfer, to what context/priority does that call goes? Can it 
 be changed? Is it the same for blind_tr/att_tr/and for transfer that appears 
 when phone replies with - 302 Moved Temporarily?
 
 
 The thing is that I'm trying to transfer incoming call from E1 interface back 
 to E1 interface. Transfers will occur when user is going out and sets up all 
 call forward to his mobile. The problem is that I need to do something with 
 the call (change caller ID) before I transfer it out. How can I achieve this?
 
 Thank you!

I have find answer. It transfer's the call to context defined in sip.conf file. 
Now, I have another question, is it possible to define some other context? If 
it isn't than this could be nice feature
sip.conf
trcontext=sip-transfer


--
Tomislav Parčina
Lama Computers Split
Stinice 12, 21000 Split
Tel.: +385(21)495148
SIP: [EMAIL PROTECTED]
e-mail: tparcina#lama.hr
http://www.lama.hr
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Need help in asterisk fax

2006-05-03 Thread Alessio Focardi
On 5/2/06, Gidean Chan [EMAIL PROTECTED] wrote:







Can anyone tell me how to make it 
work?
I have asterisk 1.10.006 and hylafax in 
the same linux server.
2 x100p on PCI slots connected with 2 
PSTN lines.In my opinion you have two options:1) setup iaxmodem for hylafax and use asterisk as pbx and hylafax for faxing; you can also host the both on the same server
2) install app_txfax and app_rxfax for asterisk and use them to send and receive faxIf you have more experience in hlyfax than asterisk probably you should go with the first solutionHope it helps!
I was using hylafax on one line with an 
external modem before.
Now I have already removed the external 
modem and want to use asterisk to receive fax. (fax to email, no need email to 
fax).
Please explain in detail as I dont even 
know how to install or complie.
Thank you very much!!
Gidean 
Chan

___--Bandwidth and Colocation provided by Easynews.com
 --Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:  
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Can't compile ael_lex.c on HEAD

2006-05-03 Thread Chris Stenton
I have left this a few days but I still can't compile ael_lex.c in HEAD on 
CENTOS. I've installed ncurses and bison but I get the following error

gcc   -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g3-O6 -march=i686  -fomit-frame-pointer  
-include ../include/
clude -I.. -fPIC -I. -c -o ael/aelflex.o ael/ael_lex.c
In file included from ael.flex:65:
ael.y:53: error: syntax error before '' token
ael.tab.h:141: error: syntax error before '}' token
ael.tab.h:141: warning: type defaults to `int' in declaration of `YYLTYPE'
ael.tab.h:141: warning: data definition has no type or storage class
ael_lex.c:831: error: syntax error before YYLTYPE
ael_lex.c:831: warning: no semicolon at end of struct or union
ael_lex.c:876: error: syntax error before '*' token
ael_lex.c:876: warning: type defaults to `int' in declaration of 
`ael_yyget_lloc'
ael_lex.c:876: warning: data definition has no type or storage class
ael_lex.c:878: error: syntax error before '*' token
ael_lex.c:878: warning: function declaration isn't a prototype
ael_lex.c:987: error: syntax error before YYLTYPE
ael_lex.c:987: warning: function declaration isn't a prototype
ael_lex.c:1011: error: syntax error before YYLTYPE
ael_lex.c:1012: warning: function declaration isn't a prototype
ael_lex.c: In function `ael_yylex':
ael_lex.c:1016: error: `yyscanner' undeclared (first use in this function)
ael_lex.c:1016: error: (Each undeclared identifier is reported only once

Any ideas.___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] GXP2000 provisioning: what is cfg.txt file?

2006-05-03 Thread Mimmus
Hi,
what's thereal use of cfg.txt file during Grandstream GXP2000 provisioning?

Thanks
-- 
Domenico Viggiani

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] billing realtime

2006-05-03 Thread Senad Jordanovic
[EMAIL PROTECTED] wrote:
  Hi Senad
 
 i looking for same thing, that is consider absolutetimeout as a
 timer, everytime is  near t zero, 3 secs for example, renew it,
 reacalculate real credit, and start again until some of the parties
 hangup.
 
 The problem is how to iterate in asterisk config, or in deadagi,
 you will need some time values from asterisk anyway, CDR{billsec} and
 CDR{duration}, because i think we have to give this control to
 asterisk, he really knows the timing of calls. Now the problem number
 two. Asterisk set those values above, when the call is completely
 finished, i have tried with deadagi in php whit sleep function,
 nothing, the values of the varialbles are set after hangup extension,
 after deadagi final execution.

If I understood well, when each call is made u give him duration time 
based on the billing.
Its wrong direction at start. The only possible solution is in the 
asterisk. You need global variable with total time for all channels, 
then you need the timer.
Timer can be one by each channel, and each channel timer decrements same 
global time variable when it becomes a zero or less terminate all active 
channels for that account.

The other way would be to have one timer who decrements global time 
variable based on number of active channels. Timer is inactive when 
there is no active channels for account.
To explain this, if timer decrement cycle is  n second  then  he should 
decrement global remained time variable  ACCOUNT_TIME = ACCOUNT_TIME- (n 
active channels at the moment) x (timer cycle in seconds).
Then check condition ACCOUNT_TIME = 0 if true hangup all active 
channels for that account.
Then check condition (n active channels for account == 0) if true stop 
the timer.
The n active channels should be checked on asterisk.

If you create account time variable when first channel of account 
becomes active  like AV_{some id} and timer who will process this 
remaining time.
Then on each new channel for that account you just increment other 
variable NAC_{some id} or decrement.
The best is that this variables be asterisk variables (global).

We have not tried above, so be my guest if you have free time :)



Senad
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Asterisk auto-dial out: behaviour difference between analog and ISDN channel

2006-05-03 Thread Giorgio Incantalupo

Hi,
I have an Asterisk 1.2.1 box on a Debian Sarge with a TDM400P and a 
beronet monoBRI ISDN card.
I need to make an auto-dial out call and I have two choices: use an 
analog channel or an ISDN channel.
When I make an auto-dial out call using an analog channel, Asterisk 
makes the calling phone ring while trying to connect to the  other 
party: this is the behaviour I want, so the caller knows  his/her phone 
is trying to call.
When I do the same using an ISDN channel, Asterisk does not make the 
caller phone ring, so the caller does not know the phone is calling.


Is there anybody who experienced this problem and solved it?

TIA

Giorgio Incantalupo

P.S.: I paste my mISDN.conf here if it can help:

*[general]
debug = 0
tracefile = /var/log/asterisk/misdn.trace
trace_calls = false
trace_dir = /var/log/asterisk/misdn
bridging = yes
stop_tone_after_first_digit = yes
append_digits2exten = yes
l1_info_ok = yes
clear_l3 = no
method = standard

;;; CRYPTION STUFF
dynamic_crypt = no
crypt_prefix = **
crypt_keys = test,muh

[default]
context = misdn
language = us
nationalprefix = 0
internationalprefix = 00
rxgain = 0
txgain = 0
te_choose_channel = no
dialplan = 0
use_callingpres = yes
echocancelwhenbridged = no
echotraining = yes

; inbound group
[inbound]
ports = 1,2,3,4
context = outbound_isdn*

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Huawei EP201S

2006-05-03 Thread Tomislav Parčina
Has anybody used Huawei EP201S IP phone? I need 9 SIP phones that cost around 
100USD, and those phones are one of options.

Can anybody suggest anything else that costs around 100USD?



--
Tomislav Parčina
Lama Computers Split
Stinice 12, 21000 Split
Tel.: +385(21)495148
SIP: [EMAIL PROTECTED]
e-mail: tparcina#lama.hr
http://www.lama.hr
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] some EICON Diva 4BRI questions

2006-05-03 Thread Klaus Darilion

Hi David!

Thanks for the link.

Interesting - it suggests to terminate the bus only on the receiving 
side - things getting complicated :-)


regards
klaus

David Waugh wrote:

Hi Klaus,

Please see the following document.
[Diva Server Adapter Installation Guide]
http://www.eicon.com/pubs/20319511.pdf
Page 24 (back-to-back cable pin layout for BRI interface)

David
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Klaus
Darilion
Sent: 28 April 2006 08:49
To: Armin Schindler
Cc: [EMAIL PROTECTED]; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [Asterisk-Users] some EICON Diva 4BRI questions

Back to ISDN BRI crossover cable. After reading some ISDN specs I came 
to the conclusion a crossover cable should be:

3---4
4---3
5---6
6---5

But I also found other pin layouts (e.g. 
http://www.cisco.com/warp/public/788/signalling/bri_voice_port_cfg.html)


Armin, how do you construct your BRI crossover cables?

thanks
Klaus
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Re: Transfer - context/priority

2006-05-03 Thread Koopmann, Jan-Peter
On Wednesday, May 03, 2006 8:56 AM Tomislav Parcina wrote:

 I have find answer. It transfer's the call to context defined in
 sip.conf file. Now, I have another question, is it possible to define
 some other context? If it isn't than this could be nice feature
 sip.conf trcontext=sip-transfer   

You can do 

Set(TRANSFER_CONTEXT=transfer_ctx)

In the dialplan.

Kind regards,
  JP


smime.p7s
Description: S/MIME cryptographic signature
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Huawei EP201S

2006-05-03 Thread Dmitry Ivanov
On Wednesday 03 May 2006 11:08, Tomislav Parčina wrote:
 Has anybody used Huawei EP201S IP phone? I need 9 SIP phones that
 cost around 100USD, and those phones are one of options.

 Can anybody suggest anything else that costs around 100USD?

We have 10 Grandstream Budgetones 101  102 here in office. They work 
most of the time but overall quality is poor. The worst thing is that 
BT-10x are not well suited for mass deployment.

Apparently, acceptable IP phones under 100 USD do not exist.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Under which project , auto-dial feature comes

2006-05-03 Thread John Joseph

--- Eric \ManxPower\ Wieling [EMAIL PROTECTED]
wrote:

 John Joseph wrote:
  Hi 
  I want to submit a bug about  auto-dial  , but
 I
  am not sure on which project the auto-dial comes,
 how
  to know about   which project , auto-dial  comes 
 
 Define auto-dial.
 
Thanks Eric
 I was not able to define project auto-dial , I
had made an account for me , I logged in and checked
the options , I did not see any options to define the
prject 
 
 thanks 
 Joseph John 

Note:-   I am using a bug-tacking system , first in my
life






 -- 
 Now accepting new clients in Birmingham, Atlanta,
 Huntsville, 
 Chattanooga, and Montgomery.
 ___
 --Bandwidth and Colocation provided by Easynews.com
 --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users
 




___ 
Yahoo! Photos – NEW, now offering a quality print service from just 7p a photo 
http://uk.photos.yahoo.com
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] brittle IAX connections ?

2006-05-03 Thread Louis-David Mitterrand
Hello,

I have several asterisk 1.2.7.1 servers connected through iax2 and often 
the local asterisk would no longer see the remote one, even thought the 
link is high quality and the ping is perfect.

Is there some issues to take into account about IAX2 connections? 

Is asterisk's DNS resolution too fragile and should I use raw IP's in my 
configs?

Thanks for any help (I'm in hot water with this issue, client expects 
_quick_ improvement of call quality)
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Asterisk SRPMs and patches

2006-05-03 Thread Mimmus
Hi,
I'm using RPMs from http://www.laimbock.com/asterisk/ and they works well
(thanks to the author!). They include some patches to provide additional
functionalities.
Now I'm trying to re-create the original compiling environment to recompile
some other apps (app_pickup2, app_ldap, etc) and I downloaded SRPMs. 
Does anyone know if Asterisk tarball included in SRPMs already contains
patch or do I need to manually apply them to the source tree?

Thanks
-- 
Domenico Viggiani

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SPA-941/942 Bulk provisioning

2006-05-03 Thread Julian J. M.

Hi,

You can have a look here http://blog.julianmenendez.es/sipura
It's drupal based provisioning system for linksys and sipura phones.
You'll need to register an account to use it.

Basically, you have profiles (linksys na-pap2, sipura spa-3000, etc).
You choose one to create a base configuration. After that, you
create one or more devices based on that configuration, which
inherit its settings. A device is identified by its mac address.

For real 0-config provisioning, one would just need a dhcp server, and
a tft server with an init.cfg file like this:

flat-profile
Profile_Rule ua=na
 http://blog.julianmenendez.es/sipura/device/xml/$MA
/Profile_Rule

Resync_Periodic ua=na30/Resync_Periodic
Resync_Error_Retry_Delay ua=na30/Resync_Error_Retry_Delay
Resync_Fails_On_FNF ua=naYes/Resync_Fails_On_FNF
/flat-profile


Julian.


On 5/3/06, Ed [EMAIL PROTECTED] wrote:

[EMAIL PROTECTED] wrote:

 I'm in the process of writing an autoprovisioner which can handle
 fresh out-of-the-box linksys, snom, and grandstream with 0-config
 (other than entering the mac into a textfile). You never have to touch
 the phone. Just plug it in.


any result?
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Which distro for Intel D915GAG-L ?

2006-05-03 Thread Frederic Jean


Good morning list !

I have an Intel P4 775 D915GAG-L motherboard with just
one CPU (3.2ghz 640) and I tried to install the latest zaptel using
Mandrake 10.1 (i586) but the udev devices are not being
created; it usually works for me on lower ends machines
so I was wondering if my distro is anywhere incompatible
or so. I am willing to experiment another one so if you have a
a suggestion, I am all hears  :- )

Enjoy your day,
Fred



___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bit flaky

2006-05-03 Thread Mark Ackroyd
 When I hit *1 in my system, I got a beep to let me know that the
 recording started. Is this not happenning to you?

No ! , it doesn't.  Most of the time it doesn't pick up the *1.



___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Future pickup feature

2006-05-03 Thread Lee Archer
Title: Future pickup feature






Can anyone say whether call pickup with the ability to transfer the callers details is going to be part of any Asterisk release? I'd like to pick up calls but also know roughly who it is I'm talking.

Regards


Lee


###This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.For more information, connect to http://www.f-secure.com/
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] mysql failures handling

2006-05-03 Thread Roman Yeryomin
Hello!

Can anybody tell me how asterisk handles mysql connection failures? f.e. mysql 
database is on another maschine and there was a network failure, does it 
buffer something somewhere so it will be able to write cdrs later when mysql 
is up?

Roman
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] asterisk intergration in third party web application

2006-05-03 Thread ChaosMedia WebDev

lo all,

i'm quite new to asterisk, i've tested [EMAIL PROTECTED] and decided to try 
and complete a little project.


i'd like to make some kind of web integration of asterisk with a classic 
web board like invision/SFM/phpbb and so on..
The main idea is to let members of the board have an extension created 
in asterisk when they register or get promoted to a special members group.
That way they can simply send vocal messages to other members or call 
anyone online and so on..


In order to do that i'd need to be able to update asterisk config to add 
extensions, modify passwords, account names and so on from inside the 
board code.


My favorite choice would be to modify asterisk config in a mysql 
database and i've seen that freepbx does that but i was wondering if 
modifying that very same database from the board code would work too.
I haven't checked freepbx code yet so i'm not sure if it requires some 
additional shell tools to change asterisk config from the web interface..


In fact i was expecting asterisk to have some kind of configuration that 
would enable mysql but i can't seem to find anything like that, like it 
exists with some other linux daemons (snort, postfix and so on..)
i've read that mysql support was removed from asterisk because of 
license problems but was brought back thru addons, right ?
Then could someone point me to some example where asterisk is mysql 
driven thru that addon, i've read a few amp turtorials but i'm not quite 
sure it does anything different from a regular asterisk install..


thx

Webdev
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] asterisk intergration in third party web application

2006-05-03 Thread Roman Yeryomin
On Wednesday 03 May 2006 13:19, ChaosMedia  WebDev wrote::
 In fact i was expecting asterisk to have some kind of configuration that
 would enable mysql but i can't seem to find anything like that, like it

hope this will help
http://www.voip-info.org/wiki/view/Asterisk+RealTime
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bit flaky

2006-05-03 Thread Adam Hatia
I have exactly the same problem - attended transfer (*2) is the same -
sometimes asterisk just generates the DTMF tome for * followed by the number
instead of interpreting the command. Are there any DTMF configuration
settings that can be tweaked? How does Asterisk decide is a key sequence is
a command or needs to be transferred as DTMF on the line?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Ackroyd
Sent: 03 May 2006 10:15
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bit
flaky

 When I hit *1 in my system, I got a beep to let me know that the
 recording started. Is this not happenning to you?

No ! , it doesn't.  Most of the time it doesn't pick up the *1.



___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Need help in asterisk fax

2006-05-03 Thread Lacy Moore - Aspendora
On 5/2/06, Gidean Chan [EMAIL PROTECTED]
 wrote: 






Can anyone tell me how to make it work?
I have asterisk 1.10.006 and hylafax in the same linux server.
2 x100p on PCI slots connected with 2 PSTN lines.

You can find complete instructions at www.google.com.-- Lacy MooreAspendora, Inc. 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Dial Option wW picking up the *1 is a bit flaky

2006-05-03 Thread Eric \ManxPower\ Wieling
Sounds like you are using an inband codec and not using ulaw or alaw. 
If you are not using alaw or ulaw, then you need to use either INFO or 
RFC2844 DTMF.   Just remember that both Asterisk and the phone device 
MUST be using the same DTMF mode.


Adam Hatia wrote:

I have exactly the same problem - attended transfer (*2) is the same -
sometimes asterisk just generates the DTMF tome for * followed by the number
instead of interpreting the command. Are there any DTMF configuration
settings that can be tweaked? How does Asterisk decide is a key sequence is
a command or needs to be transferred as DTMF on the line?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Ackroyd
Sent: 03 May 2006 10:15
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bit
flaky


When I hit *1 in my system, I got a beep to let me know that the
recording started. Is this not happenning to you?


No ! , it doesn't.  Most of the time it doesn't pick up the *1.



--
Now accepting new clients in Birmingham, Atlanta, Huntsville, 
Chattanooga, and Montgomery.

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Under which project , auto-dial feature comes

2006-05-03 Thread Eric \ManxPower\ Wieling

John Joseph wrote:

--- Eric \ManxPower\ Wieling [EMAIL PROTECTED]
wrote:


John Joseph wrote:
Hi 
I want to submit a bug about  auto-dial  , but

I

am not sure on which project the auto-dial comes,

how
to know about   which project , auto-dial  comes 

Define auto-dial.


Thanks Eric
 I was not able to define project auto-dial , I
had made an account for me , I logged in and checked
the options , I did not see any options to define the
prject 
 
 thanks 
 Joseph John 


Note:-   I am using a bug-tacking system , first in my
life


Asterisk does not have an auto-dial feature.  If you describe the 
feature you are having problems with, perhaps we can tell you what term 
we use for that feature.


--
Now accepting new clients in Birmingham, Atlanta, Huntsville, 
Chattanooga, and Montgomery.

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bit flaky

2006-05-03 Thread Mark Ackroyd
  I have exactly the same problem - attended transfer (*2) is the same -
 sometimes asterisk just generates the DTMF tome for * followed by the
 number
 instead of interpreting the command. Are there any DTMF configuration
 settings that can be tweaked? How does Asterisk decide is a key sequence
 is
 a command or needs to be transferred as DTMF on the line?

I have several applications on the same server that use a lot of DTMF key
sequences to move around the system and this works flawlessly. 




___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Phone UNREACHABLE: Plays agent-incorrect to Queue-caller ??

2006-05-03 Thread jan.sarin
Hi,

I just encountered a very strange problem. When some of our phones that
connect to asterisk through the Internet went down - the callers on the
queue got the agent-incorrect message played to them as soon as
asterisk tried to call the extention. Why?

The agents where logged on via AgentCallbackLogin, but the phone itself
was unreacable because of the internet connection problem.

Regards,
Jan
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Simple Dell Computers

2006-05-03 Thread Dovid Bender
Hello List,
I know this has been brought up many times but I
wanted to know if anyone had any expirience in the
following. I setting up several voice mail systems.
Each one is going to have a TDM400P. Two FXO for
people to leave messages and two FXS for POTS phones
so people can listen. Anyone know if there are any
simple specific dell models that will handle this
without a problem ?

Thanks.

Dovid

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Sangoma Card Question

2006-05-03 Thread Matt

Greetings,
There is no 'flashing' going on, though.   Just hanging up.Perhaps
the Sangoma card is somehow creating a flash on the line?  I guess I
could double check the configuration to make sure there is no
callwaiting, etc configured on it.But, to my knowledge they are
just hanging up the phone when they are done talking, and it
immediately rings back in... but the line is dead.

On 5/2/06, stevanus [EMAIL PROTECTED] wrote:

Hi Matt,

I guess this is the problem within asterisk which wrongly assume the
hangup as on-hold call.
Do you/your staffs/your customer  hang up the phone so quickly that
asterisk mistakenly belief that the act is for call waiting?
As we know to do some call waiting we just flash the hook swiftly and
the other person will hear a music-on-hold.
Then if we put the handset down then the phone will ringing once each a
couple seconds to remind us that there is call waiting on the phone ;)
To avoid this behaviour, try to flash the hook a little longer when hang
up the phone (about 2 seconds will be enough)..

Regards,

Stevanus

Matt wrote:

 By the system you mean the phone company?  Or asterisk?

 So what you are saying is I hang up... the sangoma hangups... but
 the phone company sees it as a flash... then says.. HEY DUDE!  YOU
 JUST HUNG UP ON YOUR CALLER.. Here they are back *ring*.

 ?


 On 5/2/06, Melcon Moraes [EMAIL PROTECTED] wrote:

 Maybe some kind of callwaiting/threewaycalling activated on that? The
 system is identifying the hang up as a flash.


  -Original Message-
 From:   Matt [EMAIL PROTECTED]
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 asterisk-users@lists.digium.com
 Cc:
 Sent:  Tue, 2 May 2006 16:30:56 -0400
 Delivered:  Tue,  02 May 2006 17:28:33
 Subject:[Asterisk-Users] Sangoma Card Question

 Hi,
 I have a Sangoma 200A (I think that's the model #) analog 4 port card.
  It works great... however almost everytime after someone hangs up a
 call they were on.. the system rings the call back in, as though it
 were a new call coming in.  When they pickup no one is there.

 Can anyone suggest why this is happening, and how I can make it stop?
 ___
 --Bandwidth and Colocation provided by Easynews.com --

 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

 E-mail classificado pelo Identificador de Spam Inteligente Terra.
 Para alterar a categoria classificada, visite
 
http://mail.terra.com.br/protected_email/imail/imail.cgi?+_u=levelz_l=1,1146602038.579235.10961.baladonia.terra.com.br,4024,Des15,Des15



  --Original Message Ends--

 --
 Melcon Moraes [EMAIL PROTECTED]

 ___
 --Bandwidth and Colocation provided by Easynews.com --

 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

 ___
 --Bandwidth and Colocation provided by Easynews.com --

 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Simple Dell Computers

2006-05-03 Thread Alexander Lopez
The problem with the Dell's is their incompatibility with the TigerJet
Chipset, I have had problems with the SC 4X0 line of machines, they are
known to have issues.

Alex


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Dovid Bender
 Sent: Wednesday, May 03, 2006 8:10 AM
 To: asterisk-users@lists.digium.com
 Subject: [Asterisk-Users] Simple Dell Computers
 
 Hello List,
 I know this has been brought up many times but I
 wanted to know if anyone had any expirience in the
 following. I setting up several voice mail systems.
 Each one is going to have a TDM400P. Two FXO for
 people to leave messages and two FXS for POTS phones
 so people can listen. Anyone know if there are any
 simple specific dell models that will handle this
 without a problem ?
 
 Thanks.
 
 Dovid
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] asterisk with Dialogic BRI /2VFD

2006-05-03 Thread Nardis Dome

Hi Tom,

thx for the answer...

--- Tom [EMAIL PROTECTED] wrote:

 richard Coco wrote:
  Hi all,
 
  i have an Asterisk box with an Eicon 4BRI with
  chan_capi-cm and every thing works fine. We now
 plan
  to install a new Asterisk using a Dialogic
 BRI/2VFD.
  Is the Dialogic card supported and can i use
  chan_capi-cm? Has anyone managed to install this
 card?
  Unfortunately i was unable to find documentation
 about
  Asterisk with Dialogic?
 
  thx in advance for your input!!!
 

 Richard,
 
 i think the only dialogic cards that with work are
 the jct models.  then 
 i think you need to buy drivers from digium
 hope this helps
 
 Tom
 
 -- 
 This message has been scanned for viruses and
 dangerous content and is believed to be clean.
 Thank You For Choosing Cache Communications
 
 ___
 --Bandwidth and Colocation provided by Easynews.com
 --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Limit on number of SIP channels?

2006-05-03 Thread Chris Hastie
Can anyone tell me what limits the total number of SIP channels available? I'm
just setting up an Asterisk system and have found that I seem to be limited to
about 5 - is there a configuration option somewhere? call-limit is not set in
sip.conf.

The symptoms:

If I have two incoming SIP connections, each connected to a local SIP phone, an
attempt to make a further inbound SIP call gets me to asterisk, but trying to
put the call through to a local SIP phone results in a channel unavailable
error. Similar things happen when I try to call out. An inbound IAX call can be
put through to the SIP phone. But having done that, further inbound SIP calls do
nothing at all - no apparent response from *. All the inbound calls are using
GSM and there is plenty of bandwidth left. It just seems like I can get to five
SIP connections and no more.

-- 
Chris Hastie
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] brittle IAX connections ?

2006-05-03 Thread Rich Adamson


I have several asterisk 1.2.7.1 servers connected through iax2 and often 
the local asterisk would no longer see the remote one, even thought the 
link is high quality and the ping is perfect.


Is there some issues to take into account about IAX2 connections? 

Is asterisk's DNS resolution too fragile and should I use raw IP's in my 
configs?


The DNS resolution is somewhat fragile and/or incomplete as has been 
stated previously on the list. Most notably, if asterisk cannot get dns 
resolution the system basically hangs. The workaround is to establish a 
dns caching server on the * box. Second, asterisk code does not properly 
handle dns records that contain more then one IP address; it uses only 
the first entry found within the dns response.


Using hard coded IP addresses is one way to address the issue if that 
works for you.


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Re: brittle IAX connections ?

2006-05-03 Thread Louis-David Mitterrand
On Wed, May 03, 2006 at 07:48:37AM -0500, Rich Adamson wrote:
 I have several asterisk 1.2.7.1 servers connected through iax2 and often 
 the local asterisk would no longer see the remote one, even thought the 
 link is high quality and the ping is perfect.
 
 Is there some issues to take into account about IAX2 connections? 
 
 Is asterisk's DNS resolution too fragile and should I use raw IP's in my 
 configs?
 
 The DNS resolution is somewhat fragile and/or incomplete as has been 
 stated previously on the list. Most notably, if asterisk cannot get dns 
 resolution the system basically hangs. The workaround is to establish a 
 dns caching server on the * box. Second, asterisk code does not properly 
 handle dns records that contain more then one IP address; it uses only 
 the first entry found within the dns response.
 
 Using hard coded IP addresses is one way to address the issue if that 
 works for you.

Thanks Rich,

It confirms what I suspected. Using hardcoded IP's indeed aleviates the 
problem.

Cheers,
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Under which project , auto-dial feature comes

2006-05-03 Thread John Joseph

--- Eric \ManxPower\ Wieling [EMAIL PROTECTED]
wrote:

 
  Thanks Eric
 
 Asterisk does not have an auto-dial feature.  If
 you describe the 
 feature you are having problems with, perhaps we can
 tell you what term 
 we use for that feature.
 
 
Thanks Eric   
 I have problem , when keeping sample.call in
/var/spool/asterisk/outgoing/
my applications get executed before
the caller attend the calls , this happens only when I
call outside no , ie when I use something like  
Channel: ZAP/1/050745














-- 
 Now accepting new clients in Birmingham, Atlanta,
 Huntsville, 
 Chattanooga, and Montgomery.
 ___
 --Bandwidth and Colocation provided by Easynews.com
 --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users
 




___ 
Switch an email account to Yahoo! Mail, you could win FIFA World Cup tickets. 
http://uk.mail.yahoo.com
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Hi...Please help me

2006-05-03 Thread William Piper
Wouldn't it be easier to replace the callername to the exten.

example:

exten = _x.,1,SetCallerIDname(${EXTEN})
exten = _x.,2,SetCallerIDnum(${CALLERIDNUM})
exten = _x.,3,dial,SIP/number

That way, the Caller Name would show the extension it is ringing and the
callerid will still show the calling party.

Now you don't need the softphone to do it... just a phone with callerid.

bp

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Kohlsmith
Sent: Tuesday, May 02, 2006 5:00 PM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Hi...Please help me

On Tuesday 02 May 2006 16:42, hugolivude wrote:
 We share SIP phones at the office in a 1:4 ratio.  You're probably
 asking - how do you know when a ringing phone is for you?  Well,
 everyone in our office gets an XLite softphone, and I direct calls to
 make BOTH the SIP phone AND the XLite ring.  If your XLite pops up,
 you know that ring phone is for you.

That seems to be humongous overkill... why not just use any of the caller ID

popup apps instead of running that behemoth X-Lite?  If the popup comes up, 
the phone's for you.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


__ NOD32 1.1443 (20060314) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] mISDN: No DID/extension information returns busy to caller

2006-05-03 Thread Ralf Schlatterbeck
On Fri, Apr 28, 2006 at 02:10:10PM +0300, Dmitry Ivanov wrote:
 On Friday 28 April 2006 11:35, Ralf Schlatterbeck wrote:
  I don't see the call at all in asterisk.
 
 Maybe your telco does not route these calls with incomplete number to 
 you?
Oh yes, it does. With chan_capi (instead of chan_misdn) I'm seeing these
calls, but chan_capi doesn't work for me for other reasons.

-- 
Ralf Schlatterbeck
email: [EMAIL PROTECTED] FAX: +43/2243/26465/23

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: SV: [Asterisk-Users] How does asterisk behave when multiple phonesare logged in on a single SIP/account?

2006-05-03 Thread Jerry Jones

Perhaps a setgroup/checkgroup before your dial command?


On May 3, 2006, at 1:24 AM, Arne Morten Johansen wrote:

Yeah I do use ring groups at the moment. But the problem is that I  
can’t control “the flow”.


Let’s take your example.



dial(SIP/dev1SIP/dev2SIP/dev3)



If I dial these 3 numbers, and dev2 is already one the phone. How  
do I check for that? I only want one of the three phones active at  
the time. But if no telephone is busy, they all should ring until  
the call is picked up (this is what it always does now). Is this  
possible in asterisk?




Thanks



Fra: [EMAIL PROTECTED] [mailto:asterisk-users- 
[EMAIL PROTECTED] På vegne av Gary Richardson

Sendt: 2. mai 2006 16:51
Til: Asterisk Users Mailing List - Non-Commercial Discussion
Emne: Re: [Asterisk-Users] How does asterisk behave when multiple  
phonesare logged in on a single SIP/account?




The last sip device to register gets the call. The way around this  
is to have your sip devices register under different accounts and  
create a ring group (dial(SIP/dev1SIP/dev2SIP/devN))


AFAIK, there isn't a reliable method of determining if a sip device  
is busy other than calling it.


On 5/1/06, Arne Morten Johansen [EMAIL PROTECTED] wrote:

Hi.

How does this work?

What if this SIP/account was a member (agent) of a queue?

Ex: dial(SIP/account,20,tT). Would the dialstatus be set as busy  
when one of the phones is actively talking, or will the other  
phones continue to ring?


You may have seen my other submissions to this list. I'm looking  
for a way to make the other phones in a group unavailable when one  
of them is busy. Because one person will have multiple phones.


Thanks

Arne Morten Johansen.


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Sangoma Card Question

2006-05-03 Thread Matt

Well I double checked, and we do not have any callwaiting or
three-way-calling on those lines.

On 5/3/06, Matt [EMAIL PROTECTED] wrote:

Greetings,
There is no 'flashing' going on, though.   Just hanging up.Perhaps
the Sangoma card is somehow creating a flash on the line?  I guess I
could double check the configuration to make sure there is no
callwaiting, etc configured on it.But, to my knowledge they are
just hanging up the phone when they are done talking, and it
immediately rings back in... but the line is dead.

On 5/2/06, stevanus [EMAIL PROTECTED] wrote:
 Hi Matt,

 I guess this is the problem within asterisk which wrongly assume the
 hangup as on-hold call.
 Do you/your staffs/your customer  hang up the phone so quickly that
 asterisk mistakenly belief that the act is for call waiting?
 As we know to do some call waiting we just flash the hook swiftly and
 the other person will hear a music-on-hold.
 Then if we put the handset down then the phone will ringing once each a
 couple seconds to remind us that there is call waiting on the phone ;)
 To avoid this behaviour, try to flash the hook a little longer when hang
 up the phone (about 2 seconds will be enough)..

 Regards,

 Stevanus

 Matt wrote:

  By the system you mean the phone company?  Or asterisk?
 
  So what you are saying is I hang up... the sangoma hangups... but
  the phone company sees it as a flash... then says.. HEY DUDE!  YOU
  JUST HUNG UP ON YOUR CALLER.. Here they are back *ring*.
 
  ?
 
 
  On 5/2/06, Melcon Moraes [EMAIL PROTECTED] wrote:
 
  Maybe some kind of callwaiting/threewaycalling activated on that? The
  system is identifying the hang up as a flash.
 
 
   -Original Message-
  From:   Matt [EMAIL PROTECTED]
  To: Asterisk Users Mailing List - Non-Commercial Discussion
  asterisk-users@lists.digium.com
  Cc:
  Sent:  Tue, 2 May 2006 16:30:56 -0400
  Delivered:  Tue,  02 May 2006 17:28:33
  Subject:[Asterisk-Users] Sangoma Card Question
 
  Hi,
  I have a Sangoma 200A (I think that's the model #) analog 4 port card.
   It works great... however almost everytime after someone hangs up a
  call they were on.. the system rings the call back in, as though it
  were a new call coming in.  When they pickup no one is there.
 
  Can anyone suggest why this is happening, and how I can make it stop?
  ___
  --Bandwidth and Colocation provided by Easynews.com --
 
  Asterisk-Users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
  E-mail classificado pelo Identificador de Spam Inteligente Terra.
  Para alterar a categoria classificada, visite
  
http://mail.terra.com.br/protected_email/imail/imail.cgi?+_u=levelz_l=1,1146602038.579235.10961.baladonia.terra.com.br,4024,Des15,Des15
 
 
 
   --Original Message Ends--
 
  --
  Melcon Moraes [EMAIL PROTECTED]
 
  ___
  --Bandwidth and Colocation provided by Easynews.com --
 
  Asterisk-Users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
  ___
  --Bandwidth and Colocation provided by Easynews.com --
 
  Asterisk-Users mailing list
  To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

 ___
 --Bandwidth and Colocation provided by Easynews.com --

 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Queue reporting seems broken.

2006-05-03 Thread Johann

The wiki page doesn't mention the other fields in the file.

TIMESTAMP:UNIQUEID:QUEUE:AGENT:ACTION:ARG1:ARG2:ARG3

Depending on the action some of the fields may contain 'NONE' instead.  You will 
need to use the AGENT field to match who the connect and 
completeagent/completecaller messages are for.


Keep in mind the UNIQUEID field will be the same for a caller as they go 
through the queue.  So the enterqueue, connect, complete actions will have the same.



--johann

Thermal Wetland wrote:

I am trying to figure out which one of our agents is answering the calls.

According to http://www.voip-info.org/wiki/view/Asterisk+log+queue_log 
the only time the queue_log puts the channel (agent) is during logoff  
logon.


There is the connect  completeagent message, but it doesn't show which 
channel (agent) answered the phone.


I can't even figure it our cross referencing the CDR records, the CDR 
record only has the queue number.


Is there a way around this?

Aloha,
Matt




___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Can I recreate a Fax from a recorded file?

2006-05-03 Thread Alexander Lopez








This is a very KGB / NSA / InterPOL / CIA type question, but
if I have a recorded file (G.711, no compression) can I feed it into standard
in of an application and have it recreate the fax that was send?





I dont know enough about the Fax handshaking to
understand this.








___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] RE: Huawei EP201S

2006-05-03 Thread bram kortleven
Did you check the Grandstream BudgeTone series?
They're really cost-effective, and have good sound quality, and are perfectly 
supported by Asterisk. We used them for over 2 years now, and no problems to be 
mentioned.
In belgium, they cost around EUR80, so that's about US$95-100, I think. (don't 
shoot me if I'm wrong!)
This is the link:
 
http://www.grandstream.com/y-bt100.htm

Let me know what you're going to choose and how it ends up

Bram

 

 


Has anybody used Huawei EP201S IP phone? I need 9 SIP phones that cost around 
100USD, and those phones are one of options.

Can anybody suggest anything else that costs around 100USD?



--
Tomislav Parhina
Lama Computers Split
Stinice 12, 21000 Split
Tel.: +385(21)495148
SIP: [EMAIL PROTECTED]
e-mail: tparcina#lama.hr
http://www.lama.hr http://www.lama.hr/ 

winmail.dat___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] asterisk intergration in third party web application

2006-05-03 Thread ChaosMedia WebDev

thx that's what i was looking for..

it looks nice, it seems selected parts of the config can be stored in 
the database for realtime purposes..


but on the other hand i've checked freepbx doc and it seems it doesn't 
use asterisk reatime feature and maybe won't work when realtime is 
enabled, so can you tell me if there are any web frontals that use 
asterisk RT so i can both manage asterisk from the web and have my web 
app do modifications on its own..


thx again

Webdev

Roman Yeryomin wrote:


On Wednesday 03 May 2006 13:19, ChaosMedia  WebDev wrote::
 


In fact i was expecting asterisk to have some kind of configuration that
would enable mysql but i can't seem to find anything like that, like it
   



hope this will help
http://www.voip-info.org/wiki/view/Asterisk+RealTime
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

 


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unicall MFC/R2 B3,B4 and clear back

2006-05-03 Thread Steve Underwood

Hi Denis,

This is a chan_unicall.c issue. The Unicall library provides for full 
control of the call, but at one time I had problems with quirky 
behaviour from Asterisk, and made chan_unicall.c treat the call is a 
simplistic way. It is fairly easy to change chan_unicall.c to have the 
call properly. I will send you a version of that file to try.


Steve


Dennis Nacino wrote:


Hi All,


I have an R2 installation still undergoing testings, during the test I notice 
that the Unicall
always respond B6 to a II-1 (from a forward switch). Except, for a DNIS that 
can't be found in the
dial plan, in this case it respond with B5. My real problem is, the call will 
be terminate on a
Cisco 7206 with ISDN/PRI thru SIP. If the Called number is busy or the Cisco 
7206 is busy or
congested, it seems there's no way for Unicall to issue B3 or B4 since its 
already on accepted
state. Please see the log below;

May  3 12:51:11 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/17  - 1 on 
[2/   2/Group B   /Go to grp II ]

May  3 12:51:11 WARNING[11325]: chan_unicall.c:2644 handle_uc_event: Unicall/17 
event Offered
May  3 12:51:11 WARNING[11325]: chan_unicall.c:2699 handle_uc_event: CRN 32782 
- Offered on
channel 0 (ANI: 09797280105, DNIS: 0015107973287, Cat: 0)
May  3 12:51:11 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Call
control(4)
May  3 12:51:11 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Accept call
May  3 12:51:11 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/17 6 on  - 
[2/   4/Group B   /Go to grp II ]

May  3 12:51:11 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17  - 1 off
[2/   4/Group B   /Accepted Paid]
May  3 12:51:11 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/17 6 off - 
[2/   4/Group B   /Accepted Paid]

May  3 12:51:11 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Answer guard
expired
May  3 12:51:11 WARNING[11325]: chan_unicall.c:2644 handle_uc_event: Unicall/17 
event Accepted
May  3 12:51:11 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Channel gains
   -- Executing Dial(UniCall/17-1, SIP/aaa.bbb.ccc.ddd/15107973287|45||) in 
new stack
   -- Called aaa.bbb.ccc.ddd/15107973287
   -- Got SIP response 486 Busy here back from aaa.bbb.ccc.ddd
   -- SIP/aaa.bbb.ccc.ddd-7bad is busy
 == Everyone is busy/congested at this time (1:1/0/0)
 == Auto fallthrough, channel 'UniCall/17-1' status is 'BUSY'
May  3 12:51:20 WARNING[12011]: chan_unicall.c:2441 unicall_indicate: 
unicall_indicate 5
May  3 12:51:31 WARNING[12011]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Channel gains
May  3 12:51:31 WARNING[12011]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Channel
switching
May  3 12:51:31 WARNING[12011]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Call
control(6)
May  3 12:51:31 WARNING[12011]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Drop
call(cause=User busy [17])
May  3 12:51:31 WARNING[12011]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/17 1101  - 
[1/  20/Group B   /Accepted Paid]

   -- Hungup 'UniCall/17-1'

The worst part of it, the forward switch, look lost and never respond to that 
clearback thus
never release the channel. 
As a another test I called an extension with Busy as an asterisk application, it still respond

with B6.
May  3 13:21:50 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/17  - 1 on 
[2/   2/Group B   /Go to grp II ]

May  3 13:21:50 WARNING[11325]: chan_unicall.c:2644 handle_uc_event: Unicall/17 
event Offered
May  3 13:21:50 WARNING[11325]: chan_unicall.c:2699 handle_uc_event: CRN 32783 
- Offered on
channel 0 (ANI: 09797280105, DNIS: 006321234569, Cat: 0)
May  3 13:21:50 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Call
control(4)
May  3 13:21:50 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Accept call
May  3 13:21:50 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/17 6 on  - 
[2/   4/Group B   /Go to grp II ]

May  3 13:21:50 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17  - 1 off
[2/   4/Group B   /Accepted Paid]
May  3 13:21:50 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/17 6 off - 
[2/   4/Group B   /Accepted Paid]

May  3 13:21:50 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Answer guard
expired
May  3 13:21:50 WARNING[11325]: chan_unicall.c:2644 handle_uc_event: Unicall/17 
event Accepted
May  3 13:21:50 WARNING[11325]: chan_unicall.c:627 unicall_report: MFC/R2 
UniCall/17 Channel gains
   -- Executing Busy(UniCall/17-1, 8) in new stack
May  3 13:21:50 WARNING[12259]: chan_unicall.c:2441 unicall_indicate: 
unicall_indicate 5
 == Spawn extension (nextel-r2, 006321234569, 1) exited 

RE: [Asterisk-Users] Can I recreate a Fax from a recorded file?

2006-05-03 Thread Technical Support



Interesting question! If you have the audio in only 
(assuming it was a fax received) or audio out only (assuming it was a fax sent), 
and you pair with an identical fax machine to the original (assuming it responds 
exactly the same in terms of handshakes, speeds, ECM, etc) then it might 
work. I assume you have a lot of time on your hands :) 


MD


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Alexander 
LopezSent: Wednesday, May 03, 2006 9:33 AMTo: Asterisk 
Users Mailing List - Non-Commercial DiscussionSubject: 
[Asterisk-Users] Can I recreate a Fax from a recorded file?


This is a very KGB / NSA / InterPOL 
/ CIA type question, but if I have a recorded file (G.711, no compression) can I 
feed it into standard in of an application and have it recreate the fax that was 
send?


I dont know enough about the Fax 
handshaking to understand this.

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bit flaky

2006-05-03 Thread Guillaume de Lafontaine


 -Original Message-
 From: Mark Ackroyd [EMAIL PROTECTED]
 To: Asterisk Users Mailing List - Non-Commercial Discussion 
 asterisk-users@lists.digium.com
 CC: 
 Subject: RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bit 
 flaky
 Sent: mer., 03 mai 2006 09:15:13 GMT
 Received: mer., 03 mai 2006 09:18:20 GMT
 Read: mer., 03 mai 2006 10:07:50 GMT
  When I hit *1 in my system, I got a beep to let me know that the
  recording started. Is this not happenning to you?
 
 No ! , it doesn't.  Most of the time it doesn't pick up the *1.
 

Hi!

Just make sure to hit *1 very quickly... I mean with minimum delay between * 
and 1.

Guillaume

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Sangoma Card Question

2006-05-03 Thread Rich Adamson
I'll jump in here to suggest the problem is likely a dialplan issue and 
likely has something to do with how the hangup is being treated within 
the dialplan. The reasoning behind that is that I don't have any issues 
whatsoever with the A200D card, and I've not heard of anyone else with 
similar problems. They just work.



Well I double checked, and we do not have any callwaiting or
three-way-calling on those lines.

On 5/3/06, Matt [EMAIL PROTECTED] wrote:

Greetings,
There is no 'flashing' going on, though.   Just hanging up.Perhaps
the Sangoma card is somehow creating a flash on the line?  I guess I
could double check the configuration to make sure there is no
callwaiting, etc configured on it.But, to my knowledge they are
just hanging up the phone when they are done talking, and it
immediately rings back in... but the line is dead.

On 5/2/06, stevanus [EMAIL PROTECTED] wrote:
 Hi Matt,

 I guess this is the problem within asterisk which wrongly assume the
 hangup as on-hold call.
 Do you/your staffs/your customer  hang up the phone so quickly that
 asterisk mistakenly belief that the act is for call waiting?
 As we know to do some call waiting we just flash the hook swiftly and
 the other person will hear a music-on-hold.
 Then if we put the handset down then the phone will ringing once each a
 couple seconds to remind us that there is call waiting on the phone ;)
 To avoid this behaviour, try to flash the hook a little longer when 
hang

 up the phone (about 2 seconds will be enough)..

 Regards,

 Stevanus

 Matt wrote:

  By the system you mean the phone company?  Or asterisk?
 
  So what you are saying is I hang up... the sangoma hangups... but
  the phone company sees it as a flash... then says.. HEY DUDE!  YOU
  JUST HUNG UP ON YOUR CALLER.. Here they are back *ring*.
 
  ?
 
 
  On 5/2/06, Melcon Moraes [EMAIL PROTECTED] wrote:
 
  Maybe some kind of callwaiting/threewaycalling activated on that? 
The

  system is identifying the hang up as a flash.
 
 
   -Original Message-
  From:   Matt [EMAIL PROTECTED]
  To: Asterisk Users Mailing List - Non-Commercial Discussion
  asterisk-users@lists.digium.com
  Cc:
  Sent:  Tue, 2 May 2006 16:30:56 -0400
  Delivered:  Tue,  02 May 2006 17:28:33
  Subject:[Asterisk-Users] Sangoma Card Question
 
  Hi,
  I have a Sangoma 200A (I think that's the model #) analog 4 port 
card.

   It works great... however almost everytime after someone hangs up a
  call they were on.. the system rings the call back in, as though it
  were a new call coming in.  When they pickup no one is there.
 
  Can anyone suggest why this is happening, and how I can make it 
stop?


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bit flaky

2006-05-03 Thread Adam Hatia
Both the SIP phone, and asterisk (when the call is via our IAX line) use
alaw. If the external call is via the Zap interface, it's equally
unreliable.

Where can I see what DTMF mode is being used by * and the SIP phone?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric
ManxPower Wieling
Sent: 03 May 2006 12:22
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Dial Option wW picking up the *1 is a bit
flaky

Sounds like you are using an inband codec and not using ulaw or alaw. 
If you are not using alaw or ulaw, then you need to use either INFO or 
RFC2844 DTMF.   Just remember that both Asterisk and the phone device 
MUST be using the same DTMF mode.

Adam Hatia wrote:
 I have exactly the same problem - attended transfer (*2) is the same -
 sometimes asterisk just generates the DTMF tome for * followed by the
number
 instead of interpreting the command. Are there any DTMF configuration
 settings that can be tweaked? How does Asterisk decide is a key sequence
is
 a command or needs to be transferred as DTMF on the line?
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ackroyd
 Sent: 03 May 2006 10:15
 To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 Subject: RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bit
 flaky
 
 When I hit *1 in my system, I got a beep to let me know that the
 recording started. Is this not happenning to you?
 
 No ! , it doesn't.  Most of the time it doesn't pick up the *1.


-- 
Now accepting new clients in Birmingham, Atlanta, Huntsville, 
Chattanooga, and Montgomery.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Sangoma Card Question

2006-05-03 Thread Matt

Maybe this will help?   If a call comes in.. and hangs up before
someone picks up a phone... the phones will continue to ring, but then
you pick them up and they are dead.   Any thoughts on that one?   It's
like the person hung up... but asterisk continues to ring the lines.

On 5/3/06, Rich Adamson [EMAIL PROTECTED] wrote:

I'll jump in here to suggest the problem is likely a dialplan issue and
likely has something to do with how the hangup is being treated within
the dialplan. The reasoning behind that is that I don't have any issues
whatsoever with the A200D card, and I've not heard of anyone else with
similar problems. They just work.

 Well I double checked, and we do not have any callwaiting or
 three-way-calling on those lines.

 On 5/3/06, Matt [EMAIL PROTECTED] wrote:
 Greetings,
 There is no 'flashing' going on, though.   Just hanging up.Perhaps
 the Sangoma card is somehow creating a flash on the line?  I guess I
 could double check the configuration to make sure there is no
 callwaiting, etc configured on it.But, to my knowledge they are
 just hanging up the phone when they are done talking, and it
 immediately rings back in... but the line is dead.

 On 5/2/06, stevanus [EMAIL PROTECTED] wrote:
  Hi Matt,
 
  I guess this is the problem within asterisk which wrongly assume the
  hangup as on-hold call.
  Do you/your staffs/your customer  hang up the phone so quickly that
  asterisk mistakenly belief that the act is for call waiting?
  As we know to do some call waiting we just flash the hook swiftly and
  the other person will hear a music-on-hold.
  Then if we put the handset down then the phone will ringing once each a
  couple seconds to remind us that there is call waiting on the phone ;)
  To avoid this behaviour, try to flash the hook a little longer when
 hang
  up the phone (about 2 seconds will be enough)..
 
  Regards,
 
  Stevanus
 
  Matt wrote:
 
   By the system you mean the phone company?  Or asterisk?
  
   So what you are saying is I hang up... the sangoma hangups... but
   the phone company sees it as a flash... then says.. HEY DUDE!  YOU
   JUST HUNG UP ON YOUR CALLER.. Here they are back *ring*.
  
   ?
  
  
   On 5/2/06, Melcon Moraes [EMAIL PROTECTED] wrote:
  
   Maybe some kind of callwaiting/threewaycalling activated on that?
 The
   system is identifying the hang up as a flash.
  
  
-Original Message-
   From:   Matt [EMAIL PROTECTED]
   To: Asterisk Users Mailing List - Non-Commercial Discussion
   asterisk-users@lists.digium.com
   Cc:
   Sent:  Tue, 2 May 2006 16:30:56 -0400
   Delivered:  Tue,  02 May 2006 17:28:33
   Subject:[Asterisk-Users] Sangoma Card Question
  
   Hi,
   I have a Sangoma 200A (I think that's the model #) analog 4 port
 card.
It works great... however almost everytime after someone hangs up a
   call they were on.. the system rings the call back in, as though it
   were a new call coming in.  When they pickup no one is there.
  
   Can anyone suggest why this is happening, and how I can make it
 stop?

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] LDAPget

2006-05-03 Thread Joao Pereira

Hello to all
Im using [EMAIL PROTECTED] 2.7 and I would like to do LDAP querys.
Can I simply use LDAPget or do I need to install Asterisk::LDAP from 
Alkaloid Networks?


Thanks
Joao Pereira
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Sangoma Card Question

2006-05-03 Thread Rich Adamson
There is always a delay associated with the pstn line hangup, asterisk 
sensing the hangup (which is really a delay in the Central Office), and 
asterisk sending the sip packet to the sip phone indicating the call was 
hung up. Not unusual for a sip phone to ring one or two times after the 
pstn caller hung up. Whether its one ring or two rings is 100% dependent 
on how quickly the Central Office disconnects the line. In my case, the 
disconnect arrives about 5 to 8 seconds after a pstn caller hangs up.


Based only on your description of events, I would doubt the above issue 
has anything to do with the issue you described in earlier posts.


To help understand what might be happening, I'd suggest inserting some 
NoOp dialplan statements to see if you can track down the original 
hangup issues.  If you're using an 'exten = h, ' statement, try 
inserting a step something like 'exten = h,1,NoOp,step one' to help 
detect whether this is a dialplan issue.




Maybe this will help?   If a call comes in.. and hangs up before
someone picks up a phone... the phones will continue to ring, but then
you pick them up and they are dead.   Any thoughts on that one?   It's
like the person hung up... but asterisk continues to ring the lines.

On 5/3/06, Rich Adamson [EMAIL PROTECTED] wrote:

I'll jump in here to suggest the problem is likely a dialplan issue and
likely has something to do with how the hangup is being treated within
the dialplan. The reasoning behind that is that I don't have any issues
whatsoever with the A200D card, and I've not heard of anyone else with
similar problems. They just work.

 Well I double checked, and we do not have any callwaiting or
 three-way-calling on those lines.

 On 5/3/06, Matt [EMAIL PROTECTED] wrote:
 Greetings,
 There is no 'flashing' going on, though.   Just hanging up.Perhaps
 the Sangoma card is somehow creating a flash on the line?  I guess I
 could double check the configuration to make sure there is no
 callwaiting, etc configured on it.But, to my knowledge they are
 just hanging up the phone when they are done talking, and it
 immediately rings back in... but the line is dead.

 On 5/2/06, stevanus [EMAIL PROTECTED] wrote:
  Hi Matt,
 
  I guess this is the problem within asterisk which wrongly assume the
  hangup as on-hold call.
  Do you/your staffs/your customer  hang up the phone so quickly that
  asterisk mistakenly belief that the act is for call waiting?
  As we know to do some call waiting we just flash the hook swiftly 
and

  the other person will hear a music-on-hold.
  Then if we put the handset down then the phone will ringing once 
each a
  couple seconds to remind us that there is call waiting on the 
phone ;)

  To avoid this behaviour, try to flash the hook a little longer when
 hang
  up the phone (about 2 seconds will be enough)..
 
  Regards,
 
  Stevanus
 
  Matt wrote:
 
   By the system you mean the phone company?  Or asterisk?
  
   So what you are saying is I hang up... the sangoma 
hangups... but

   the phone company sees it as a flash... then says.. HEY DUDE!  YOU
   JUST HUNG UP ON YOUR CALLER.. Here they are back *ring*.
  
   ?
  
  
   On 5/2/06, Melcon Moraes [EMAIL PROTECTED] wrote:
  
   Maybe some kind of callwaiting/threewaycalling activated on that?
 The
   system is identifying the hang up as a flash.
  
  
-Original Message-
   From:   Matt [EMAIL PROTECTED]
   To: Asterisk Users Mailing List - Non-Commercial Discussion
   asterisk-users@lists.digium.com
   Cc:
   Sent:  Tue, 2 May 2006 16:30:56 -0400
   Delivered:  Tue,  02 May 2006 17:28:33
   Subject:[Asterisk-Users] Sangoma Card Question
  
   Hi,
   I have a Sangoma 200A (I think that's the model #) analog 4 port
 card.
It works great... however almost everytime after someone 
hangs up a
   call they were on.. the system rings the call back in, as 
though it

   were a new call coming in.  When they pickup no one is there.
  
   Can anyone suggest why this is happening, and how I can make it
 stop?

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Listening a conversation

2006-05-03 Thread Olivier Saulnier

Hello,

is it possible to listen a conversation in real time, without recording it?

Best regards,

--
Olivier Saulnier
STEGANUX
35 Quai Louis Blanc
03100 Montluçon
T: 04.70.02.80.55
F: 04.70.02.80.57
http://www.steganux.com

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] SendURL

2006-05-03 Thread Scott Gifford
Hello,

I just started working with Asterisk about a month ago, and so far
I've had great luck with it!  Things I expected to be hard were easy,
and it's easy to customize.  Thanks!

I'm trying to send a URL with a queue; that is, when an agent picks up
the phone, I'd like a particular URL to be displayed on the agent's
screen, depending on the queue or the dialed number (DNIS).  The
Queue() application supports this via a URL parameter, which is
exactly what I want.  But I can't seem to find a client that will do
anything with the URL.  I tried creating an extension that just uses
SendURL, and nothing seemed to work there, either.  I'm testing on
Linux; the actual application will probably run on Windows initially,
then hopefully move to Linux over the next few months, so something
cross-platform would be ideal.  So, a few questions on this:

  * Does Asterisk support SendURL over SIP, or only over IAX?  Is
there support in the SIP protocol for sending URLs or similar?

  * Does anybody know of a softphone that works with Asterisk's
SendURL command?  Cross-platform would be nice, open source ideal.

  * If not, can anybody recommend a good open-source softphone that
I could add URL support to?

Thanks!

Scott.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Listening a conversation

2006-05-03 Thread Tom Vile

yes, with ChanSpy.

On 5/3/06, Olivier Saulnier [EMAIL PROTECTED] wrote:

Hello,

is it possible to listen a conversation in real time, without recording it?

Best regards,

--
Olivier Saulnier
STEGANUX
35 Quai Louis Blanc
03100 Montluçon
T: 04.70.02.80.55
F: 04.70.02.80.57
http://www.steganux.com

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




--
Tom Vile
Baldwin Technology Solutions, Inc
Consulting - Web Design - VoIP Telephony
www.baldwintechsolutions.com
Phone: 518-631-2855 x205
Fax: 518-631-2856
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Listening a conversation

2006-05-03 Thread Steve Totaro
Chanspy is my method of choice

-Original Message- 
From: Olivier Saulnier [mailto:[EMAIL PROTECTED] 
Sent: Wed 5/3/2006 10:52 AM 
To: Asterisk Users Mailing List - Non-Commercial Discussion 
Cc: 
Subject: [Asterisk-Users] Listening a conversation



Hello,

is it possible to listen a conversation in real time, without recording 
it?

Best regards,

--
Olivier Saulnier
STEGANUX
35 Quai Louis Blanc
03100 Montluçon
T: 04.70.02.80.55
F: 04.70.02.80.57
http://www.steganux.com

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


winmail.dat___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Listening a conversation

2006-05-03 Thread Gareth Blades
If its going over a zaptel interface then you certenly can. See
http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+ZapBarge

On Wed, 2006-05-03 at 15:52, Olivier Saulnier wrote:
 Hello,
 
 is it possible to listen a conversation in real time, without recording it?
 
 Best regards,

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Can I recreate a Fax from a recorded file?

2006-05-03 Thread Steve Totaro
Maybe if you had the un-muxed sending side but I really have no idea.  
Interesting question though.

-Original Message- 
From: Alexander Lopez [mailto:[EMAIL PROTECTED] 
Sent: Wed 5/3/2006 9:32 AM 
To: Asterisk Users Mailing List - Non-Commercial Discussion 
Cc: 
Subject: [Asterisk-Users] Can I recreate a Fax from a recorded file?



This is a very KGB / NSA / InterPOL / CIA type question, but if I have 
a recorded file (G.711, no compression) can I feed it into standard in of an 
application and have it recreate the fax that was send?

 

 

I don’t know enough about the Fax handshaking to understand this.

 

winmail.dat___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Simple Dell Computers

2006-05-03 Thread Kerry Garrison
Most of the Dells will work fine with some minor workarounds. First off, go
into the BIOS and disable every possible device (USB, Floppy controller
serial, parallel, etc). Then if the card does not work correctly, move it to
a different slot. With most of the lower end Dells you will find that the
card will only function properly in one of the three PCI slots. If you get a
motherboard that has more than 3 PCI slots your chances of success are
dramatically higher.

Kerry Garrison
Publisher - http://VOIPSpeak.net
(949) 502-7819 x200 - [EMAIL PROTECTED]
http://www.techdatapros.com 
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Dovid Bender
 Sent: Wednesday, May 03, 2006 5:10 AM
 To: asterisk-users@lists.digium.com
 Subject: [Asterisk-Users] Simple Dell Computers
 
 Hello List,
 I know this has been brought up many times but I wanted to 
 know if anyone had any expirience in the following. I setting 
 up several voice mail systems.
 Each one is going to have a TDM400P. Two FXO for people to 
 leave messages and two FXS for POTS phones so people can 
 listen. Anyone know if there are any simple specific dell 
 models that will handle this without a problem ?
 
 Thanks.
 
 Dovid
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection 
 around http://mail.yahoo.com 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Listening a conversation

2006-05-03 Thread Moises Silva

Look for ChanSpy Application in voip-info.org

Regards

On 5/3/06, Olivier Saulnier [EMAIL PROTECTED] wrote:

Hello,

is it possible to listen a conversation in real time, without recording it?

Best regards,

--
Olivier Saulnier
STEGANUX
35 Quai Louis Blanc
03100 Montluçon
T: 04.70.02.80.55
F: 04.70.02.80.57
http://www.steganux.com

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




--
Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org;
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Running applications when a queued call is answered

2006-05-03 Thread Scott Gifford
Hello,

I'm experimenting with Asterisk for possible use in a call center.
I'm trying to figure out how to run applications when an agent answers
a call in the queue.  I see that the queue itself supports a very
limited range of applications; for example, I can give a URL to the
Queue() application to SendURL(), or an announcement to read to the
agent.  I'd like to do some slightly more sophisticated things, like
run an external application with System().

When I was using normal extensions and routing the call to one person,
I could do something like this:

exten = 3772,1,Ringing()
exten = 3772,2,System(/home/sgifford/ircsay sgifford Call for ${EXTEN} at 
${DATETIME})
exten = 3772,3,Wait(2)
exten = 3772,4,Dial(SIP/sgifford)

to run an external application and wait 2 seconds while the caller
still heard ringing.  Is there a way to do something similar when a
queued call is delivered?  Maybe with AGI?

I've seen some recommendations to tail the logfile, but that seems
kludgey...

I'm currently using the 1.0.7-BRIstuffed-0.2.0-RC7k Asterisk package
included with Debian 3.1 (Sarge), but I'd be happy to upgrade to a
newer version if that would help.

Thanks for any tips or ideas!

Scott.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] LDAPget

2006-05-03 Thread Mimmus
Asterisk::LDAP is unrelated to app_ldap.
Just pre-install openldap-devel for your distro, download app_ldap.c, put it
under apps dir of Asterisk source tree and recompile Asterisk normally.

DV

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Joao Pereira
 Sent: Wednesday, May 03, 2006 4:37 PM
 To: asterisk-users@lists.digium.com
 Subject: [Asterisk-Users] LDAPget
 
 Hello to all
 Im using [EMAIL PROTECTED] 2.7 and I would like to do LDAP querys.
 Can I simply use LDAPget or do I need to install 
 Asterisk::LDAP from Alkaloid Networks?

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] User Defined VoiceMail announcement?

2006-05-03 Thread Dovid Bender
Well said. Or you can create an extension to which
people dial in to to check thier VM

Exten 8000,1,Voicemailman()

--- C F [EMAIL PROTECTED] wrote:

 RTFM
 
 On 4/24/06, Benoit Panizzon [EMAIL PROTECTED]
 wrote:
  Hi all
 
  I noticed that most caller are quite confused by
 the standard voicemail
  announcement text. Especialy as the number read is
 the 'internal' number.
  Callers often hang up because they think having
 called the wrong number when
  they hear the announcement.
 
  Is there a way (like in many other PBXes) that the
 VoiceMail user could record
  his own announcement? (like, hello, this is the
 Voicebox of John Smith,
  please leave a message after the tone).
 
  Mit freundlichen Grüssen
 
  Benoit Panizzon
  --
  I m p r o W a r e   A G-System Services
 

__
 
  Zurlindenstrasse 29 Tel  +41 61 826 93
 00
  CH-4133 PrattelnFax  +41 61 826 93
 01
  Schweiz Web 
 http://www.imp.ch
 

__
 
 
  ___
  --Bandwidth and Colocation provided by
 Easynews.com --
 
  Asterisk-Users mailing list
  To UNSUBSCRIBE or update options visit:


http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 
 ___
 --Bandwidth and Colocation provided by Easynews.com
 --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] User Defined VoiceMail announcement?

2006-05-03 Thread Dovid Bender
Sorry for the typo

Exten 8000,1,Voicemailmain
--- C F [EMAIL PROTECTED] wrote:

 RTFM
 
 On 4/24/06, Benoit Panizzon [EMAIL PROTECTED]
 wrote:
  Hi all
 
  I noticed that most caller are quite confused by
 the standard voicemail
  announcement text. Especialy as the number read is
 the 'internal' number.
  Callers often hang up because they think having
 called the wrong number when
  they hear the announcement.
 
  Is there a way (like in many other PBXes) that the
 VoiceMail user could record
  his own announcement? (like, hello, this is the
 Voicebox of John Smith,
  please leave a message after the tone).
 
  Mit freundlichen Grüssen
 
  Benoit Panizzon
  --
  I m p r o W a r e   A G-System Services
 

__
 
  Zurlindenstrasse 29 Tel  +41 61 826 93
 00
  CH-4133 PrattelnFax  +41 61 826 93
 01
  Schweiz Web 
 http://www.imp.ch
 

__
 
 
  ___
  --Bandwidth and Colocation provided by
 Easynews.com --
 
  Asterisk-Users mailing list
  To UNSUBSCRIBE or update options visit:


http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 
 ___
 --Bandwidth and Colocation provided by Easynews.com
 --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Listening a conversation

2006-05-03 Thread Olivier Saulnier

Ok, thanks everybody :-)

--
Olivier Saulnier
STEGANUX
35 Quai Louis Blanc
03100 Montluçon
T: 04.70.02.80.55
F: 04.70.02.80.57
http://www.steganux.com

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Can I recreate a Fax from a recorded file?

2006-05-03 Thread Steve Underwood

Alexander Lopez wrote:

This is a very KGB / NSA / InterPOL / CIA type question, but if I have 
a recorded file (G.711, no compression) can I feed it into standard in 
of an application and have it recreate the fax that was send?


I don’t know enough about the Fax handshaking to understand this.

In spandsp there is a program in the tests directory called fax_decode. 
It isn't very sophisticated, as it is intended for my test work, rather 
than general decoding. It is able to decode some FAX audio from a wave 
file, though.


There are some expensive commercial programs which do the job. Because 
FAX only sends one way at a time, the audio from the two directions is 
never jumbled up in recordings.


Steve

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Running applications when a queued call is answered

2006-05-03 Thread Alexander Lopez
Use the Local channel and add the agents using that IE:

Member Local/[EMAIL PROTECTED]

Snip

 Hello,
 
 I'm experimenting with Asterisk for possible use in a call center.
 I'm trying to figure out how to run applications when an agent answers
 a call in the queue.  I see that the queue itself supports a very
 limited range of applications; for example, I can give a URL to the
 Queue() application to SendURL(), or an announcement to read to the
 agent.  I'd like to do some slightly more sophisticated things, like
 run an external application with System().
 
 When I was using normal extensions and routing the call to one person,
 I could do something like this:
 
 exten = 3772,1,Ringing()
 exten = 3772,2,System(/home/sgifford/ircsay sgifford Call for
 ${EXTEN} at ${DATETIME})
 exten = 3772,3,Wait(2)
 exten = 3772,4,Dial(SIP/sgifford)
 
 to run an external application and wait 2 seconds while the caller
 still heard ringing.  Is there a way to do something similar when a
 queued call is delivered?  Maybe with AGI?
 
 I've seen some recommendations to tail the logfile, but that seems
 kludgey...
 
 I'm currently using the 1.0.7-BRIstuffed-0.2.0-RC7k Asterisk package
 included with Debian 3.1 (Sarge), but I'd be happy to upgrade to a
 newer version if that would help.
 
Snip


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bitflaky

2006-05-03 Thread Adam Hatia
Thanks Guillaume.
What's the maximum allowed delay? I there a way of setting it?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Guillaume de
Lafontaine
Sent: 03 May 2006 14:59
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: RE: [Asterisk-Users] Dial Option wW picking up the *1 is a
bitflaky



 -Original Message-
 From: Mark Ackroyd [EMAIL PROTECTED]
 To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
 CC: 
 Subject: RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bit
flaky
 Sent: mer., 03 mai 2006 09:15:13 GMT
 Received: mer., 03 mai 2006 09:18:20 GMT
 Read: mer., 03 mai 2006 10:07:50 GMT
  When I hit *1 in my system, I got a beep to let me know that the
  recording started. Is this not happenning to you?
 
 No ! , it doesn't.  Most of the time it doesn't pick up the *1.
 

Hi!

Just make sure to hit *1 very quickly... I mean with minimum delay between *
and 1.

Guillaume

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] User Defined VoiceMail announcement?

2006-05-03 Thread Steven Ringwald
I think that he meant recording the unavailable and busy messages for 
the mailbox.


To do this, log into the voicemail-box, and hit '0' for Mailbox options. 
The options that you are interested in are numbered 1-3.


Steve

Dovid Bender wrote:

Well said. Or you can create an extension to which
people dial in to to check thier VM

Exten 8000,1,Voicemailman()

--- C F [EMAIL PROTECTED] wrote:

  

RTFM

On 4/24/06, Benoit Panizzon [EMAIL PROTECTED]
wrote:


Hi all

I noticed that most caller are quite confused by
  

the standard voicemail


announcement text. Especialy as the number read is
  

the 'internal' number.


Callers often hang up because they think having
  

called the wrong number when


they hear the announcement.

Is there a way (like in many other PBXes) that the
  

VoiceMail user could record


his own announcement? (like, hello, this is the
  

Voicebox of John Smith,


please leave a message after the tone).

Mit freundlichen Grüssen

  



___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SendURL

2006-05-03 Thread Time Bandit

  * Does anybody know of a softphone that works with Asterisk's
SendURL command?  Cross-platform would be nice, open source ideal.

I'm currently working on an updated version of my MediaX phone and it
supports receiving URL. It works only on windows and is not open
source. But if you want to try it, email me directly and I will send
it to you.

hth
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Queue reporting seems broken.

2006-05-03 Thread Joe Dennick
On the wiki, there is a little perl script that can be used to parse the queue 
log and insert the data into a database.  I've modified the script to use a 
MySQL database.  With that, I have a cron job that shuts down Asterisk, parses 
the queue-log into the MySQL database, and then restarts Asterisk (thus 
re-initializing a new (empty) queue log).  Once the data is in the database, 
its pretty easy to find the information you are seeking.  

Simply query the database for all records (COUNT(*)) where action = 
'ENTERQUEUE' and date is between the range you are searching for to find out 
how many calls entered the queue for that time-period.

If you do a similar query for action = 'COMPLETECALLER' or 'COMPLETEAGENT' you 
will see all of the answered calls.  You can further limit that query by 
specifying a particular agent.

I've wrapped all of these queries in PHP and provide web forms (html) to allow 
the Call Center Manager to select what data to report on (date ranges, queue, 
agent, etc.).  I can send you some of the PHP code if you are interested. 

In summary, once you've got the data in a database, you can extract it in any 
way that's meaningful to you.  The wiki provides really good information about 
what ACTIONS are recorded, and then what information is provide in the info1, 
info2, and info3 fields for each ACTION.  The database structure is very flat 
and easy to work with, so you really don't have to know very much about 
databases to achieve excellent reporting results.

Johann [EMAIL PROTECTED] wrote the May 3, 2006 8:26 AM:

 The wiki page doesn't mention the other fields in the file.
 
 TIMESTAMP:UNIQUEID:QUEUE:AGENT:ACTION:ARG1:ARG2:ARG3
 
 Depending on the action some of the fields may contain 'NONE' instead.  You 
 will 
 need to use the AGENT field to match who the connect and 
 completeagent/completecaller messages are for.
 
 Keep in mind the UNIQUEID field will be the same for a caller as they go 
 through the queue.  So the enterqueue, connect, complete actions will have 
 the same.
 
 
 --johann
 
 Thermal Wetland wrote:
  I am trying to figure out which one of our agents is answering the calls.
  
  According to http://www.voip-info.org/wiki/view/Asterisk+log+queue_log 
  the only time the queue_log puts the channel (agent) is during logoff  
  logon.
  
  There is the connect  completeagent message, but it doesn't show which 
  channel (agent) answered the phone.
  
  I can't even figure it our cross referencing the CDR records, the CDR 
  record only has the queue number.
  
  Is there a way around this?
  
  Aloha,
  Matt
  
  
  
  
  ___
  --Bandwidth and Colocation provided by Easynews.com --
  
  Asterisk-Users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Can I recreate a Fax from a recorded file?

2006-05-03 Thread Alexander Lopez



Acually, I have no time on my hands, but this was the 
thought while in the shower this AM. Thought was the following. I needed to have 
one fax sent to me and a customer at the same time. I know that I can recieve 
and resend to both but I want to be able to 'snoop'.


  
  
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Technical 
  SupportSent: Wednesday, May 03, 2006 9:57 AMTo: 
  'Asterisk Users Mailing List - Non-Commercial Discussion'Subject: 
  RE: [Asterisk-Users] Can I recreate a Fax from a recorded 
  file?
  
  Interesting question! If you have the audio in only 
  (assuming it was a fax received) or audio out only (assuming it was a fax 
  sent), and you pair with an identical fax machine to the original (assuming it 
  responds exactly the same in terms of handshakes, speeds, ECM, etc) then it 
  might work. I assume you have a lot of time on your hands :) 
  
  
  MD
  
  
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Alexander 
  LopezSent: Wednesday, May 03, 2006 9:33 AMTo: Asterisk 
  Users Mailing List - Non-Commercial DiscussionSubject: 
  [Asterisk-Users] Can I recreate a Fax from a recorded 
  file?
  
  
  This is a very KGB / NSA / 
  InterPOL / CIA type question, but if I have a recorded file (G.711, no 
  compression) can I feed it into standard in of an application and have it 
  recreate the fax that was send?
  
  
  I dont know enough about the Fax 
  handshaking to understand this.
  
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] QSIG support in Asterisk

2006-05-03 Thread Asterisk User

I am looking to get the info about QSIG support in Asterisk. 
Does Asterisk have QSIG support?
Does Asterisk support QSIG SIP Tunneling or QSIG SIP Interworking?

If so, How to configure that?

Thanks
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Can I recreate a Fax from a recorded file?

2006-05-03 Thread Alexander Lopez
You da' Man!!!

I'll try this.
 
In spandsp there is a program in the tests directory called 
fax_decode. 
It isn't very sophisticated, as it is intended for my test 
work, rather than general decoding. It is able to decode some 
FAX audio from a wave file, though.

There are some expensive commercial programs which do the 
job. Because FAX only sends one way at a time, the audio from 
the two directions is never jumbled up in recordings.

Steve
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SATA hard disk compatibility

2006-05-03 Thread Dovid Bender
Assaf I am going to argue with you and agree with John
ehre. FC has a very small shelf life and AFAIK it
dosent have what CentOS does. CentOS is RHLE without a
serial num or support. Try it out (www.centos.org).

--- Assaf Flatto [EMAIL PROTECTED] wrote:

 Fedora core stable version now is FC4 (which is to
 say Red hat 10 
 version 4 or even Red Hat 11 if we count in the old
 way RH did ).
 IAX and the configuration have changed a bit from
 1.0.3  so you'll need 
 to modify the file to match the new configuration
 but other then that it 
 should be no problem to move to a more Up-To-Date
 system.
 the current stable asterisk is 1.2.7.1 , and it
 works smoothly for me on 
 several machine i installed and used in several
 locations.
 
 As John suggested CentOs is a good idea to use ,
 however there are some 
 well documented problems with the zaptel ( that is
 if you are using 
 digium hardware ) compilation ,but all in all it
 shouldn't be a problem.
 
 Assaf
 
 
 amna saleem wrote:
  Thanks alot for the help.
  I have not worked on fedra core .Which version
 should I use
  Also can you tell me that if I am using Red hat
 Enterprise, which 
  asterisk version will be the best suited ? and
 will i be able to use 
  the same .conf files which i used earlier with
 aserisk 1.0.3.
  I only need to use IAX ,and the IAX soft phones
 ,don`t really have to 
  use SIP or H323.
  Also I want a stable asterisk version like 1.0.3
 which doesn`t need to 
  be upgraded continuously.
   
  I hope you will help me 
  Regards,
  Amna 
 
   
  On 4/27/06, *Assaf Flatto* [EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] wrote:
 
  The Hardware support of SATA in RH9.0 is not
 fully integrated
  AFAIK , so
  moving to a SATA hard disk without an upgrade
 might not be the
  safest bet.
 
  on the other hand until you try you won't know
 for sure .
 
  have you thought of using the Fedora Core ?
 those have SATA
  support and
  they should be the closest thing to RH9 you
 can find.
 
 
  why don't you want to upgrade the asterisk ?
 1.0.3 is a very old
  version
  and many fixes and features where added to the
 software .
 
 
  Assaf
 
  amna saleem wrote:
   Hi!
   I have been using ASterisk 1.0.3 on Red hat
 Linux 9.0 for a long
  time
   now on my Home PC.
   I want to shift to a PC having SATA hard
 disk .Can I install Redhat
   9.0 on SATA hard disk ??some people are
 telling me that I have to go
   for Linux Enterprise 4.0.I don`t want to
 leave Linux 9.0 because I
   want to run Asterisk 1.0.3
  
   Can anyone help me??
   Amna
  
 


  
  
 ___
   --Bandwidth and Colocation provided by
 Easynews.com
  http://Easynews.com --
  
   Asterisk-Users mailing list
   To UNSUBSCRIBE or update options visit:
  

http://lists.digium.com/mailman/listinfo/asterisk-users
  
 
  --
  Assaf Flatto
  Atelis IT Manager
  Cellular: +972-54-5679230
  e-mail: [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 
 
 ___
  --Bandwidth and Colocation provided by
 Easynews.com
  http://Easynews.com --
 
  Asterisk-Users mailing list
  To UNSUBSCRIBE or update options visit:


http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 


 
  ___
  --Bandwidth and Colocation provided by
 Easynews.com --
 
  Asterisk-Users mailing list
  To UNSUBSCRIBE or update options visit:


http://lists.digium.com/mailman/listinfo/asterisk-users

 
 -- 
 Assaf Flatto
 Atelis IT Manager
 Cellular: +972-54-5679230
 e-mail: [EMAIL PROTECTED]
 
 ___
 --Bandwidth and Colocation provided by Easynews.com
 --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] G.722 Softphone?

2006-05-03 Thread Rusty Dekema

Hi,

Does anyone know of a softphone that supports G.722; preferably one
that is available free of charge? Either IAX2 or SIP would be fine.

Thanks,
Rusty
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] SIP Phones behind dynamic IPs

2006-05-03 Thread Chris Bagnall
Greetings list,

I'm coming across an issue with some of the GXP-2000 phones we have out in
the wild at clients' employees' homes. In most cases they're behind consumer
ADSL NAT routers on a dynamic IP from their ISP.

In a nutshell, the phone is unable to be called unless it's restarted first,
after which it's fine for a good few hours, then it stops working until
restarted again.

The problem doesn't seem to be anywhere near as regular with users that are
on cable connections (these tend to have much more sticky IP addresses -
they change only every few months rather than every time the ADSL router
connects), and non-existent on ADSL connections with static IPs.

I've tried various permutations - with STUN, without STUN, NAT keep-alives
down as low as 10 seconds, nat=yes in sip.conf, ports forwarded to the
phone, ports *not* forwarded to the phone, etc.

I think what's happening is that the ADSL router is reconnecting after a
break in the connection (as it should), getting a different IP, but the
phones don't seem to be recognising they've got a different IP and updating
the asterisk server with the good news.

Has anyone else encountered similar issues? Anything else I can try (bearing
in mind I have no control over the ADSL connections the users are subscribed
to)?

Thanks in advance.

Regards,

Chris
-- 
C.M. Bagnall, Director, Minotaur I.T. Limited
This email is made from 100% recycled electrons


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Phone Emergency - Need IAX Help

2006-05-03 Thread Dovid Bender
cant answer for your current problem. I had an
emergency a few weeks ago in the middle of the night.
Signed up with teliax.com and I was up in about 5
minutes.

Dovid

--- David Tillman [EMAIL PROTECTED]
wrote:

 SBC has an outage that is expected to last until
 tomorrow
 in our area. This has taken out our 5 POTS lines and
 our T1.
 
 I have signed up with EXGN for outbound calls and am
 using
 IAX. Calls ring through to the other party (my cell
 phone in
 this case) but Asterisk doesn't seem to think the
 call
 was answered. Ideas?
 
 -dave
 ___
 --Bandwidth and Colocation provided by Easynews.com
 --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voipjet Problem?

2006-05-03 Thread Mark Hulber
I started to have a problem today that all my calls through voipjet 
result in just timing out after my assigned timeout period.  I tried 
multiple of their servers with the same problem.  Anyone else having a 
problem?  I am running:


Asterisk SVN-branch-1.2-r24381M built by root @ asterisk.hulber.com on a 
i686 running Linux on 2006-05-03 14:14:07 UTC


I can connect with other IAX providers.

MARK.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] PrivacyManager FastAGI: Rewrite or use?

2006-05-03 Thread Dovid Bender
snip
 I'm building an app that will do the following:
 
  1. Force the caller to record their name.
  2. Dial the party to call.
  3. Play a short menu:
  1 = Accept Call
  2 = Decline Call, go to VM if available
  3 = Accept Call forever, never ask again
  4 = Decline Call forever, block number, get
 rid of caller
 
  4. do things based on that choice.
/snip
When its done can you share it with the class ?

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problem with a TDM-400P

2006-05-03 Thread Dovid Bender
Call Digium support.

--- Nigel Smith [EMAIL PROTECTED] wrote:

 (Sorry of this appears in the list twice, but I
 wasn't sure if it was
 blocked or not)
 
 Hi there,
 
 I'm having a problem with my TDM-400P which has been
 working like a
 charm up until very recently. It started to fail
 last week, and so I was
 hoping someone could illuminate me with some
 information as to why.  Its
 configuration is as follows:
 
 
 FXS (green) module is in position 1, closest to the
 bracket. This
 appears to be the failing component.
 FXO (red) module is in position 4, furthest from the
 bracket
 
 
 From what I can gather it's just the FXS module
 that is failing, and not
 the card. What I was hoping someone could tell me is
 whether the whole
 card is U/S or just that module, based on the
 information I have
 provided below. Any help will be greatly
 appreciated.
 
 Thanks,
 Nigel
 
 
 The interesting parts of the zapata.conf are:
 --
 ; The FXS port, or the phone port
 signalling=fxo_ks
 echocancel=yes ; You can set this to 32, 64, or 128,
 tweak to your needs.
 echocancelwhenbridged=yes
 echotraining=400 ; Asterisk trains to the beginning
 of the call, number
 is in milliseconds
 [EMAIL PROTECTED]
 group=1
 context=outgoing ; Points to the default context of
 your extensions.conf
 channel = 1
 usecallerid=no
 ;cidsignalling=bell
 ;cidstart=ring
 ;hidecallerid=no
 callwaiting=yes
 
 
 ; The FXO port, or the line port
 signalling=fxs_ks
 group=2
 ;rxwink=300  ; Atlas seems to use long
 (250ms) winks
 ;hanguponpolarityswitch ; doesn't work on ADSL lines
 busydetect=yes
 busycount=3
 context=incoming-pstn
 channel= 4 ; Again change the 'X' to the number of
 FXO modules you have
 usedistinctiveringdetection=no
 usecallerid=no
 ;sendcalleridafter=2
 ;cidsignalling=bell
 ;cidstart=ring
 ;hidecallerid=no
 ;restrictcid=no
 callwaiting=yes
 
 
 The asterisk failure is
 -
 Apr 27 10:00:46 splash asterisk[14625]:
 WARNING[14625]: chan_zap.c:923
 in zt_open: Unable to specify channel 1: No such
 device
 Apr 27 10:00:46 splash asterisk[14625]:
 ERROR[14625]: chan_zap.c:6878 in
 mkintf: Unable to open channel 1: No such device
 here = 0, tmp-channel
 = 1, channel = 1
 Apr 27 10:00:46 splash asterisk[14625]:
 ERROR[14625]: chan_zap.c:10314
 in setup_zap: Unable to register channel '1'
 Apr 27 10:00:46 splash asterisk[14625]:
 WARNING[14625]: loader.c:414 in
 __load_resource: chan_zap.so: load_module failed,
 returning -1
 Apr 27 10:00:46 splash asterisk[14625]:
 WARNING[14625]: loader.c:554 in
 load_modules: Loading module chan_zap.so failed!
 
 And asterisk promptly dies.
 
 If I execute the following:
 
 #  ztcfg -vv
 
 Zaptel Configuration
 ==
 
 
 Channel map:
 
 Channel 01: FXO Kewlstart (Default) (Slaves: 01)
 Channel 04: FXS Kewlstart (Default) (Slaves: 04)
 
 2 channels configured.
 --
 You can see that the channels are configured OK.
 
 And the output from the following commands is a
 little strange as well:
 -
 # cat /dev/zap/1
 cat: /dev/zap/1: No such device
 # cat /dev/zap/2
 cat: /dev/zap/2: No such device or address
 # cat /dev/zap/3
 cat: /dev/zap/3: No such device or address
 # cat /dev/zap/4
 (And lots of stuff gets spewed out onto the screen)
 --
 
 
 
 ___
 --Bandwidth and Colocation provided by Easynews.com
 --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] QSIG support in Asterisk

2006-05-03 Thread Marco Mouta
http://www.voip-info.org/wiki-Asterisk+config+zapata.confI've made some tests using this in Portugal and seems to work:---
switchtype=qsig ; you may try this in your zapata.conf--I suppose you are using PRI access.But i've also red that qsig is not fully compliant in Asterisk. I've found some PRI states not recognized in asterisk sending CAUSECODE=98 to my legaccy PBX when it seems to me that Asterisk should handle it...
Any ways it seems to work in a standardt architecture:PSTN--E1---LegacyPBX---QSIG---AsteriskI hope it helps,Marco MoutaOn 5/3/06, 
Asterisk User [EMAIL PROTECTED] wrote:

I am looking to get the info about QSIG support in Asterisk. 
Does Asterisk have QSIG support?
Does Asterisk support QSIG SIP Tunneling or QSIG SIP Interworking?

If so, How to configure that?

Thanks

___--Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:  
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SIP Phones behind dynamic IPs

2006-05-03 Thread Kevin P. Fleming
Chris Bagnall wrote:

 I think what's happening is that the ADSL router is reconnecting after a
 break in the connection (as it should), getting a different IP, but the
 phones don't seem to be recognising they've got a different IP and updating
 the asterisk server with the good news.

'recognize'? The phone cannot know that the external IP has been
changed, unless it is using a STUN server and periodically re-doing the
STUN queries (which I doubt any phones do).

Probably the best you are going to be able to do is to set the
registration interval on the phone to something short enough to not be
too painful for your Asterisk server but still enough to keep the phone
reachable.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Selecting the outbound port from FXO device

2006-05-03 Thread Mustafa Sakalsiz

Hi,

I am using Wellgate 3806 FXO(SIP Proxy Mode) with Asterisk. I have 6 
lines registred as


SIP/2901 (line1)
.
.
SIP/2906 (line6)

to the asterisk. I have a dialplan configuration like

exten = _90NX,1,Dial(SIP/2902/${EXTEN:1})
or
exten = _90NX,1,Dial(SIP/${EXTEN:[EMAIL PROTECTED])

When I call a number matching the above pattern, the first line (#1) of 
my FXO device is activated although I had chosen the second line (#2).


On the other way, with a configuration like below

exten = 72,1,Dial(SIP/2902)

I call 72, and the correct outbound line is activated and I get the dial 
tone from line.


I want to choose the outbound port of the FXO device while one stage 
dialing. How can I do that?


Your help is very appreciated.

Thanks,
Saki
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Forwarded Numbers and Timeouts

2006-05-03 Thread Douglas Garstang
I have a tricky situation. I have a polycom phone with number 3254103. I have 
configured the phone to forward to a new number, 1805999.

Here's my dialplan:
exten = 3254103,1,Dial(SIP/3254103,10,tr)
exten = 1805999,1,Dial(SIP/[EMAIL PROTECTED],40,tr)

When Asterisk dials 3254103, here's what comes up on the console:

hestia*CLI 
-- Executing Dial(SIP/2944093-6935, SIP/3254103|10|tr) in new stack
-- Called 3254103
-- Got SIP response 302 Moved Temporarily back from xxx.187.128.19
-- Now forwarding SIP/2944093-6935 to 'Local/[EMAIL PROTECTED]' (thanks to 
SIP/3254103-47ab)
-- Executing Dial(Local/[EMAIL PROTECTED],2, SIP/[EMAIL 
PROTECTED]|40|tr) in new stack
-- Called [EMAIL PROTECTED]
-- Local/[EMAIL PROTECTED],1 is ringing
-- SIP/proxy2-5adc is ringing
-- SIP/proxy2-5adc is making progress passing it to Local/[EMAIL 
PROTECTED],2
-- Nobody picked up in 1 ms
  == Spawn extension (betty_start, 1805999, 1) exited non-zero on 
'Local/[EMAIL PROTECTED],2'
  == Auto fallthrough, channel 'SIP/2944093-6935' status is 'NOANSWER'
hestia*CLI 

You can see that the phone tells Asterisk that the number has been forwarded. 
Asterisk re-enters the dialplan logic and tries to contact the forwarded 
number. That's all great...

We have a problem of timeouts here. In this situation, Asterisk drops all call 
flow at 10 seconds, which was the timeout set for the original number, 3254103, 
eventhough it has now re-entered the dialplan logic, dialling a new number with 
a timeout of 40 seconds. It's as if the timeout of the original number sets the 
timeout for the forwarded call.

Shouldn't the timeout used to dial 1805999 be 40 seconds? Why does Asterisk 
use the original timeout of 10s? This causes all sorts of problems.

Thanks,
Doug.





___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] QSIG support in Asterisk

2006-05-03 Thread Asterisk User
I am looking to get the info about QSIG support in Asterisk. 
Does Asterisk have QSIG support?
Does Asterisk support QSIG SIP Tunneling or QSIG SIP Interworking?

If so, How to configure that?

Thanks
--dp
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE : [Asterisk-Users] Problem with a TDM-400P

2006-05-03 Thread f6hqz-m
Hello,

Check your gren module by moving it from slot to slot on the TDM400P card.
If the problem is following your module, it's the module itself the cause.
If not, and running well on other slot, it's the TDM400P itself.

Good Luck !

Best Regards,
Francois BERGERET,
France.


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] QSIG support in Asterisk

2006-05-03 Thread Daniel

Hello anon user. You can check voip wiki at http://www.voip-info.org


Asterisk User wrote:
 


 I am looking to get the info about QSIG support in Asterisk.

 Does Asterisk have QSIG support?

 Does Asterisk support QSIG SIP Tunneling or QSIG SIP Interworking?

If so, How to configure that?
 
Thanks





___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SendURL

2006-05-03 Thread Jean-Denis Girard

Scott Gifford a écrit :

Hello,

I just started working with Asterisk about a month ago, and so far
I've had great luck with it!  Things I expected to be hard were easy,
and it's easy to customize.  Thanks!

I'm trying to send a URL with a queue; that is, when an agent picks up
the phone, I'd like a particular URL to be displayed on the agent's
screen, depending on the queue or the dialed number (DNIS).  The
Queue() application supports this via a URL parameter, which is
exactly what I want.  But I can't seem to find a client that will do
anything with the URL.  I tried creating an extension that just uses
SendURL, and nothing seemed to work there, either.  I'm testing on
Linux; the actual application will probably run on Windows initially,
then hopefully move to Linux over the next few months, so something
cross-platform would be ideal.  So, a few questions on this:

  * Does Asterisk support SendURL over SIP, or only over IAX?  Is
there support in the SIP protocol for sending URLs or similar?

  * Does anybody know of a softphone that works with Asterisk's
SendURL command?  Cross-platform would be nice, open source ideal.


May I suggest MozIAX: it's a Mozilla / Firefox extension, so it does 
natively support receiving URL from Asterisk. It also adds tel: 
protocol to Firefox, so you can call from the web page. MozIAX also 
supports receiving / sending text messages to / from Asterisk, for chat 
sessions. It is open source, runs on windows and linux, and was reported 
to work on OS X. More info at: http://moziax.mozdev.org/.




Thanks,
--
Jean-Denis Girard

SysNux  Systèmes Linux en Polynésie française
http://www.sysnux.pf/   Tél: +689 483 527 / GSM: +689 797 527
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Colocation Denmark

2006-05-03 Thread Sahil Gupta

Hi there,
Is there anybody on the list that offers or can put me in touch with 
somebody that offers quality colocation services in Denmark?


Regards,


Sahil Gupta
VoiceValley
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] RE: [asterisk-biz] Colocation Denmark

2006-05-03 Thread Bjorn Asmul
Try these guys: http://easyspeedy.com/

Haven't tried them, but when I was looking into a while back they
responded quickly.

-- Bjorn 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sahil Gupta
Sent: Wednesday, May 03, 2006 1:47 PM
To: asterisk-users@lists.digium.com
Cc: asterisk-biz@lists.digium.com
Subject: [asterisk-biz] Colocation Denmark

Hi there,
Is there anybody on the list that offers or can put me in touch with
somebody that offers quality colocation services in Denmark?

Regards,


Sahil Gupta
VoiceValley
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-biz mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-biz
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voipjet Problem?

2006-05-03 Thread Matt

Yup... I think they died... this is why I stopped using them except as
my backup.   It seems 64.34.45.100  is working ok as of right now.  
It wouldn't be so bad if they had a number you could call for support!

HERE THAT JOHN?   You need a phone number if you want to play with
the big dogs.

On 5/3/06, Mark Hulber [EMAIL PROTECTED] wrote:

I started to have a problem today that all my calls through voipjet
result in just timing out after my assigned timeout period.  I tried
multiple of their servers with the same problem.  Anyone else having a
problem?  I am running:

Asterisk SVN-branch-1.2-r24381M built by root @ asterisk.hulber.com on a
i686 running Linux on 2006-05-03 14:14:07 UTC

I can connect with other IAX providers.

MARK.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] /var/spool/asterisk/outgoing/ failure: the plot thickens

2006-05-03 Thread Tom Engleward
Please please, if anybody has experience using
/var/spool/asterisk/outgoing/ with SIP and IAX2
trunks, please explain what's going wrong here.
If I make the file 2.call containing:
Channel: SIP/sipphone
MaxRetries: 1
RetryTime: 5
WaitTime: 10
Context: outgoingtest
Extension: 1747555
Priority: 1
and copy it to /var/spool/asterisk/outgoing/
it works fine. The sipphone 1747555 answers,
asterisk plays my message at custom/testmsg (see my
outgoingtest context definition below), and hangs up.
(The 555... numbers here are just examples of course.)
I can also call 81747555 manually from a local
extension on asterisk with no problem (my dial rule
for SIP/sipphone outgoing is 8|.).
As I noted in a previous message (quoted below), I can
also call 5155 (my dial rule for IAX2/foo
outgoing is 5|.) from a local extension on asterisk,
and the PSTN phone at 55 will ring.
The above facts show that my SIP/sipphone and IAX2/foo
trunks, sipphone and foo outbound routes, and
extensions (including outgoingtest) are definitely all
configured correctly, and furthermore than my PSTN
termination provider is working correctly when it
receives outbound calls like 155 from my
asterisk machine.

Yet if I make the file 1.call containing:
Channel: IAX2/foo
MaxRetries: 1
RetryTime: 5
WaitTime: 10
Context: outgoingtest
Extension: 155
Priority: 1
and copy it to /var/spool/asterisk/outgoing/
then asterisk fails and immediately hangs up, with the
following showing up on the asterisk console with iax2
debug enabled:
Rx-Frame Retry[ No] -- OSeqno: 001 ISeqno: 002 Type:
IAX Subclass: REJECT
Timestamp: 00105ms  SCall: 00330  DCall: 1
[PSTN provider's IP:4569]
CAUSE   : No such context/extension
CAUSE CODE  : 3

So, in this particular error message, WHO is claiming
that there's no such context/extension; is it
asterisk, or my PSTN provider? If it's asterisk, then
how is this so, since asterisk succeeds with an
identical call file using sipphone instead of foo? And
if it's my PSTN provider, then how is this so, since I
can manually call via a local asterisk extension the
very same PSTN phone number for which the call file is
failing, and the manual call succeeds?

Tom


My previous message on this topic:
  I have a PSTN termination provider foo which
 will
  accept standard U.S. calls in the form 110 digit
  ph#.
  I have an outbound route named foo, with dial
  pattern 5|., with the only entry in trunk
 sequence
  being IAX2/foo.
  
  I have an X-lite local extension, on which I can
  dial
  5110 digit ph#, and asterisk will call out over
  foo
  and the phone at 10 digit ph# will ring. This
  rules
  out a lot of possible problems.
  
  extensions.conf includes this:
  [outgoingtest]
  exten = s,1,Playback(custom/testmsg)
  exten = s,2,Wait(1)
  exten = s,3,Hangup
  
  And yes, asterisk has been restarted since the
 last
  time any config files were modified.
  
  I have a test message at
  /var/lib/asterisk/sounds/custom/testmsg.gsm
  
  If I make the file 1.call containing:
  Channel: IAX2/foo
  MaxRetries: 1
  RetryTime: 5
  WaitTime: 10
  Context: outgoingtest
  Extension: 110 digit ph#
  Priority: 1
  
  and copy it to /var/spool/asterisk/outgoing/
  then the phone doesn't ring, but this shows up on
  the
  asterisk console:
  -- Attempting call on IAX2/foo for 110 digit
  ph#@outgoingtest:1 (Retry 1)
  -- Hungup 'IAX2/foo-7'
  -- Attempting call on IAX2/foo for 110 digit
  ph#@outgoingtest:1 (Retry 2)
  -- Hungup 'IAX2/foo-8'
  
  The foo-7 and foo-8 on the console are
 different
  (numbers anywhere from 1 to 9) every time I try
  copying the file to outgoing.
  
  I tried using extension 5110 digit ph# instead
 of
  110 digit ph# in 1.call, but that didn't work
  either.
  
  Why is it failing?
 
 
 Here's an update. With iax2 debugging enabled, when
 I
 copy 1.call to /var/spool/asterisk/outgoing/ here's
 what I get on the console:
 
 -- Attempting call on IAX2/foo for 110 digit
 ph#@outgoingtest:1 (Retry 1)
 Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type:
 IAX Subclass: NEW
 Timestamp: 1ms  SCall: 1  DCall: 0
 [PSTN provider's IP:4569]
 VERSION : 2
 CALLED NUMBER   : s
 CODEC_PREFS : (ulaw|alaw|gsm)
 CALLING PRESNTN : 67
 CALLING TYPEOFN : 0
 CALLING TRANSIT : 0
 LANGUAGE: en
 USERNAME: my username
 FORMAT  : 64
 CAPABILITY  : 2097151
 ADSICPE : 0
 DATE TIME   : 2006-05-02  13:39:26
 
 Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 001 Type:
 IAX Subclass: AUTHREQ
 Timestamp: 00016ms  SCall: 00330  DCall: 1
 [PSTN provider's IP:4569]
 AUTHMETHODS : 3
 CHALLENGE   : code
 USERNAME: my username
 
  Tx-Frame Retry[000] -- OSeqno: 001 ISeqno: 001
 Type:
 IAX Subclass: AUTHREP
 Timestamp: 00091ms  SCall: 1  DCall: 00330
 [PSTN provider's IP:4569]
 MD5 RESULT  :
 

[Asterisk-Users] echo in Snom 360 phones

2006-05-03 Thread Dr. Michael J. Chudobiak

Hi all,

One of my users reports frequently hearing echo on her Snom 360 phone, 
even while talking to other Snom phones (via Asterisk) on the same LAN 
(i.e., all-digital low-latency connection). I can never reproduce it 
though, and swapping the phone didn't help.


Has anyone else seen mystery echo on Snom phones? Any suggestions for 
debugging?


On my own Snom 360, I sometimes hear an echo for the first second or 
two, and then it goes away. I guess an echo cancellation circuit kicks 
in, inside the Snom.



- Mike
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] /var/spool/asterisk/outgoing/ failure: the plot thickens

2006-05-03 Thread Tim Panton


On 3 May 2006, at 19:33, Tom Engleward wrote:


Please please, if anybody has experience using
/var/spool/asterisk/outgoing/ with SIP and IAX2
trunks, please explain what's going wrong here.


I think you are misunderstanding the way call files work.

They connect _2_ ends,
here's what the wiki says:

Channel: channel: Channel to use for the outbound call
Callerid: id Caller ID
MaxRetries: number Number of retries before failing (not  
including the initial attempt, e.g. 0 = total of 1 attempt to make  
the call)
RetryTime: number Seconds between retries, don't hammer an  
unavailable phone

WaitTime: number Seconds to wait for an answer
Account: Set the account code to use.
If the call answers, connect it here
Context: context-name Context in extensions.conf
Extension: ext Extension definition in extensions.conf
Priority: priority Priority of extension to start with
Set: Set variable to use in extension logic (example: file1=/tmp/ 
to ); in Asterisk 1.0.x use 'SetVar' instead of 'Set'
Application: Asterisk Application to run (use instead of  
specifiying context, extension and priority)

Data: The options to be passed to application


So the _channel_ has to be the whole thing - including the number  
'far' you want to dial

the _extension_ and _context_ are the 'near' end of the call.

Your debug shows

CALLED NUMBER   : s


meaning that you have tried to call 's' not your ten digit number.

Try

Channel: IAX2/foo/155



Tim Panton
[EMAIL PROTECTED]



___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: RE: [Asterisk-Users] Dial Option wW picking up the *1 is abitflaky

2006-05-03 Thread Mark Ackroyd
I have been messing about with this all day. 

Below is a debug and verbose 99 log of me calling into the system (landline)
and being connected out to my mobile. 

at the start of the log I am pressing #1 on my mobile. I have the record
set up to kick in on #1.  As you can see this request is ignored. 

I have wW set in the dial command, at the bottom of the call I am pressing
#1 on the landline phone and it kicks in first time. 

I reckon there is a bug somewhere.


-- Attempting native bridge of Zap/32-1 and Zap/1-1
May  3 19:35:33 DEBUG[22030]: chan_zap.c:4602 zt_read: DTMF digit: 1 on
Zap/1-1
May  3 19:35:33 DEBUG[22030]: channel.c:3281 ast_generic_bridge: Got DTMF on
channel (Zap/1-1)
May  3 19:35:33 DEBUG[22030]: channel.c:3525 ast_channel_bridge: Bridge
stops bridging channels Zap/32-1 and Zap/1-1
May  3 19:35:33 DEBUG[22030]: res_features.c:1333 ast_bridge_call: Timed out
for feature!
-- Attempting native bridge of Zap/32-1 and Zap/1-1
May  3 19:35:34 DEBUG[22030]: chan_zap.c:4325 __zt_exception: Exception on
51, channel 32
May  3 19:35:34 DEBUG[22030]: chan_zap.c:3517 zt_handle_event: Got event
Dial Complete(9) on channel 32 (index 0)
May  3 19:35:34 DEBUG[22030]: chan_zap.c:1382 zt_enable_ec: Echo
cancellation already on
May  3 19:35:35 DEBUG[22030]: chan_zap.c:4602 zt_read: DTMF digit: # on
Zap/1-1
May  3 19:35:35 DEBUG[22030]: channel.c:3281 ast_generic_bridge: Got DTMF on
channel (Zap/1-1)
May  3 19:35:35 DEBUG[22030]: channel.c:3525 ast_channel_bridge: Bridge
stops bridging channels Zap/32-1 and Zap/1-1
May  3 19:35:35 DEBUG[22030]: res_features.c:990 ast_feature_interpret:
Feature interpret: chan=Zap/32-1, peer=Zap/1-1, sense=2, features=16
May  3 19:35:35 DEBUG[22030]: res_features.c:1458 ast_bridge_call: Set time
limit to 500
-- Attempting native bridge of Zap/32-1 and Zap/1-1
May  3 19:35:36 DEBUG[22030]: chan_zap.c:4602 zt_read: DTMF digit: 1 on
Zap/1-1
May  3 19:35:36 DEBUG[22030]: channel.c:3281 ast_generic_bridge: Got DTMF on
channel (Zap/1-1)
May  3 19:35:36 DEBUG[22030]: channel.c:3525 ast_channel_bridge: Bridge
stops bridging channels Zap/32-1 and Zap/1-1
May  3 19:35:36 DEBUG[22030]: res_features.c:1333 ast_bridge_call: Timed out
for feature!
-- Attempting native bridge of Zap/32-1 and Zap/1-1
May  3 19:35:36 DEBUG[22030]: chan_zap.c:4325 __zt_exception: Exception on
51, channel 32
May  3 19:35:36 DEBUG[22030]: chan_zap.c:3517 zt_handle_event: Got event
Dial Complete(9) on channel 32 (index 0)
May  3 19:35:36 DEBUG[22030]: chan_zap.c:1382 zt_enable_ec: Echo
cancellation already on
May  3 19:35:37 DEBUG[22030]: chan_zap.c:4602 zt_read: DTMF digit: # on
Zap/1-1
May  3 19:35:37 DEBUG[22030]: channel.c:3281 ast_generic_bridge: Got DTMF on
channel (Zap/1-1)
May  3 19:35:37 DEBUG[22030]: channel.c:3525 ast_channel_bridge: Bridge
stops bridging channels Zap/32-1 and Zap/1-1
May  3 19:35:37 DEBUG[22030]: res_features.c:990 ast_feature_interpret:
Feature interpret: chan=Zap/32-1, peer=Zap/1-1, sense=2, features=16
May  3 19:35:37 DEBUG[22030]: res_features.c:1458 ast_bridge_call: Set time
limit to 500
-- Attempting native bridge of Zap/32-1 and Zap/1-1
May  3 19:35:38 DEBUG[22030]: chan_zap.c:4602 zt_read: DTMF digit: 1 on
Zap/1-1
May  3 19:35:38 DEBUG[22030]: channel.c:3281 ast_generic_bridge: Got DTMF on
channel (Zap/1-1)
May  3 19:35:38 DEBUG[22030]: channel.c:3525 ast_channel_bridge: Bridge
stops bridging channels Zap/32-1 and Zap/1-1
May  3 19:35:38 DEBUG[22030]: res_features.c:1333 ast_bridge_call: Timed out
for feature!
-- Attempting native bridge of Zap/32-1 and Zap/1-1
May  3 19:35:38 DEBUG[22030]: chan_zap.c:4325 __zt_exception: Exception on
51, channel 32
May  3 19:35:38 DEBUG[22030]: chan_zap.c:3517 zt_handle_event: Got event
Dial Complete(9) on channel 32 (index 0)
May  3 19:35:38 DEBUG[22030]: chan_zap.c:1382 zt_enable_ec: Echo
cancellation already on
May  3 19:35:40 DEBUG[22030]: chan_zap.c:4602 zt_read: DTMF digit: # on
Zap/32-1
May  3 19:35:40 DEBUG[22030]: channel.c:3281 ast_generic_bridge: Got DTMF on
channel (Zap/32-1)
May  3 19:35:40 DEBUG[22030]: channel.c:3525 ast_channel_bridge: Bridge
stops bridging channels Zap/32-1 and Zap/1-1
May  3 19:35:40 DEBUG[22030]: res_features.c:990 ast_feature_interpret:
Feature interpret: chan=Zap/32-1, peer=Zap/1-1, sense=1, features=16
May  3 19:35:40 DEBUG[22030]: res_features.c:1458 ast_bridge_call: Set time
limit to 500
-- Attempting native bridge of Zap/32-1 and Zap/1-1
May  3 19:35:40 DEBUG[22030]: chan_zap.c:4602 zt_read: DTMF digit: 1 on
Zap/32-1
May  3 19:35:40 DEBUG[22030]: channel.c:3281 ast_generic_bridge: Got DTMF on
channel (Zap/32-1)
May  3 19:35:40 DEBUG[22030]: channel.c:3525 ast_channel_bridge: Bridge
stops bridging channels Zap/32-1 and Zap/1-1
May  3 19:35:40 DEBUG[22030]: res_features.c:990 ast_feature_interpret:
Feature interpret: chan=Zap/32-1, peer=Zap/1-1, sense=1, features=16
-- User hit '#1' to record call. filename:
wav|auto-1146684940-870751-s|m


[Asterisk-Users] my asterisk crashed

2006-05-03 Thread Goke Aruna
the gdb of the core taken from the asterisk as the time of crash is as belowI run asterisk-1.2.5 on fedora core 3 with chan_ss7can someone help out?#0 ast_var_name (var=0x1) at chanvars.c:7171 if (var-name[0] == '_') {
(gdb) bt#0 ast_var_name (var=0x1) at chanvars.c:71#1 0x0808934e in pbx_builtin_getvar_helper (chan=0x0, name=0xf5bc2d46 OUTBOUND_GROUP) at pbx.c:5904#2 0xf5bbe1e4 in dial_exec_full (chan=0xa281820, data="" peerflags=0xf469fee8) at app_dial.c:964
#3 0xf5bc23ed in dial_exec (chan=0x0, data="" at app_dial.c:1601#4 0x08090aed in pbx_extension_helper (c=0xa281820, con=0x0, context=0xa281970 default, exten=0xa281a64 2348053004990,
 priority=2, label=0x0, callerid=0xf46a40b0 ss7/08053004990|60, action="" at pbx.c:544#5 0x08091db6 in __ast_pbx_run (c=0xa281820) at pbx.c:2218#6 0x0809386c in pbx_thread (data="" at pbx.c:2505
#7 0x00c161d5 in start_thread () from /lib/tls/libpthread.so.0#8 0x00a972da in clone () from /lib/tls/libc.so.6(gdb) bt full#0 ast_var_name (var=0x1) at chanvars.c:71 name = 0x Address 0x out of bounds
#1 0x0808934e in pbx_builtin_getvar_helper (chan=0x0, name=0xf5bc2d46 OUTBOUND_GROUP) at pbx.c:5904 variables = (struct ast_var_t *) 0x1 headp = (struct varshead *) 0xa281be8#2 0xf5bbe1e4 in dial_exec_full (chan=0xa281820, data="" peerflags=0xf469fee8) at app_dial.c:964
 tnam = 0x0 tn2 = 0x1  callerid = '\0' repeats 59 times res = -1 u = (struct localuser *) 0xa56d418 number = 0x0 rest = 0x0
 cur = 0x0 privcid = '\0' repeats 192 times, [EMAIL PROTECTED], '\0' repeats 15 times,  \030(\n, '\0' repeats 11 times, \200\003\000\000\000\000\000\000\000WZá\t\220îiô\000\000\000\000\200Þiô
 privintro = '\0' repeats 1023 times outgoing = (struct localuser *) 0x0 tmp = (struct localuser *) 0x0 to = 0 numbusy = 0 numcongestion = 0 numnochan = 0
 cause = 0 numsubst = '\0' repeats 79 times restofit = '\0' repeats 79 times cidname = '\0' repeats 79 times toast = '\0' repeats 79 times
 l = 0x0 privdb_val = 0 calldurationlimit = 0 config = {features_caller = {flags = 0}, features_callee = {flags = 0}, start_time = {tv_sec = 0, tv_usec = 0}, feature_timer = 0, timelimit = 0, play_warning = 0, warning_freq = 0, warning_sound = 0x0, end_sound = 0x0,
 start_sound = 0x0, firstpass = 0, flags = 0} timelimit = 0 play_warning = 0 warning_freq = 0 warning_sound = 0x0 end_sound = 0x0 start_sound = 0x0
 dtmfcalled = 0x0 dtmfcalling = 0x0 var = 0x0---Type return to continue, or q return to quit--- status = '\0' repeats 255 times play_to_caller = 0
 play_to_callee = 0 sentringing = 0 moh = 0 outbound_group = 0x0 macro_result = 0x0 macro_transfer_dest = 0x0 digit = 0 result = 0
 start_time = 0 answer_time = 0 end_time = 0 app = (struct ast_app *) 0x4 parse = 0xf469eeb0 ss7/08053004990 args = {argc = 2, argv = 0xf469f724, peers = 0xf469eeb0 ss7/08053004990, timeout = 0xf469eec0 60,
 options = 0x0, url = ""> opts = {flags = 0} opt_args = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0} __PRETTY_FUNCTION__ = dial_exec_full#3 0xf5bc23ed in dial_exec (chan=0x0, data="" at app_dial.c:1601
 peerflags = {flags = 0}#4 0x08090aed in pbx_extension_helper (c=0xa281820, con=0x0, context=0xa281970 default, exten=0xa281a64 2348053004990, priority=2, label=0x0, callerid=0xf46a40b0 ss7/08053004990|60, action="" at 
pbx.c:544 e = (struct ast_exten *) 0x9e15c28 sw = (struct ast_switch *) 0x0 data = ""> foundcontext = 0xa281970 default newstack = 1 res = 0
 status = 5 incstack = {0xa32e21 \201ÃÓ!\f, 0xf6a2e099 X\215eô[^_ÉÃU\211å\213U\fè, 0xf3879570 \001, 0xf6be7574 0\017|, 0xf3c00010 , 0xaf4ff4 M¯, 0xf3c00010 , 0x15 , 0xf46a60ec ü`jô!.£, 0xa334ba e\203=\f, 0xf3c00010 ,
 0xf387d168 , 0xa32e21 \201ÃÓ!\f, 0xa32e21 \201ÃÓ!\f, 0xf3c18ae0 \b, 0xf46a60fc \035, 0xa32e21 \201ÃÓ!\f, 0xa32e21 \201ÃÓ!\f, 0xf6be7574 0\017|, 0x1d , 0xa32e21 \201ÃÓ!\f, 0xf387d168 , 0xa32e21 \201ÃÓ!\f, 0x15 ,
 0x1d , 0xa32e21 \201ÃÓ!\f, 0xa32e21 \201ÃÓ!\f, 0x15 , 0xf3c00010 , 0x15 , 0x7fe2a0 @Ü\177, 0xa32e21 \201ÃÓ!\f, 0x1d , 0xa32e21 \201ÃÓ!\f, 0xa32e21 \201ÃÓ!\f, 0xa32e21 \201ÃÓ!\f, 0xaf4ff4 M¯,
 0xf3c00010 , 0xa32e21 \201ÃÓ!\f, 0xa32e21 \201ÃÓ!\f, 0x15 , 0x25 , 0x15 , 0xaf4ff4 M¯, 0xf3c00010 , 0xa32e21 \201ÃÓ!\f, 0xa32e21 \201ÃÓ!\f, 0xa32e21 \201ÃÓ!\f, 0xf46a618c \020, 0xa32e21 \201ÃÓ!\f,
 0xa32e21 \201ÃÓ!\f, 0xf3c037b0 P, 0x1d , 0x15 , 0x15 , 0xf3c00010 , 0x1d , 0x1d , 0xa32e21 \201ÃÓ!\f, 0xf46a61b8 Èajô\020, 0xa334ba e\203=\f, 0xf3c00010 , 0xf2c9f5b8 ¨ãÂö\001, 0x7fe2a0 @Ü\177,
 0xa32e21 \201ÃÓ!\f, 0x15 , 0xf46a61c8 \020, 0xf3c00010 , 0xf3c00010 , 0xa32a31 \201ÃÃ%\f, 0xf3c00010 , 0x10 , 0x20 , 0xaf6848 , 0x0, 0xaf6834 , 0xaf6838 , 0xaf6800 , 0xaf4ff4 M¯, 0x0,
---Type return to continue, or q return to quit--- 0xfff0 Address 0xfff0 out of bounds, 0xf46a628c , 0xa3375d \215v, 0xf3cfd618 \002, 0xf46a621c º4£,
 0xa334ba e\203=\f, 0xf3c00010 , 0xaf4ff4 M¯, 0xf3c00010 , 0xa4818b0 H\001, 0xa33524 \201ÃÐ\032\f, 0xa334ba e\203=\f, 0xaf6848 , 0xaf6800 , 0xf46a6bb0 °kjô\214r\016\n°kjô\001, 0x80a5417 \205í\017\204ÿ\002,
 0xf46a6261 , 0x0, 0x4f , 0xf46a6258 

RE: RE: RE: [Asterisk-Users] Dial Option wW picking up the *1 is abitflaky

2006-05-03 Thread Guillaume de Lafontaine

I think you can define it in features.conf

featuredigittimeout = 500  ; Max time (ms) between digits for 
   ; feature activation.  Default is 500 

Check http://www.voip-info.org/wiki/index.php?page=Asterisk+config+features.conf

Hope this helps...
Guillaume


 Thanks Guillaume.
 What's the maximum allowed delay? I there a way of setting it?
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Guillaume de
 Lafontaine
 Sent: 03 May 2006 14:59
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: RE: RE: [Asterisk-Users] Dial Option wW picking up the *1 is a
 bitflaky
 
 
 
  -Original Message-
  From: Mark Ackroyd [EMAIL PROTECTED]
  To: Asterisk Users Mailing List - Non-Commercial Discussion
 asterisk-users@lists.digium.com
  CC: 
  Subject: RE: [Asterisk-Users] Dial Option wW picking up the *1 is a bit
 flaky
  Sent: mer., 03 mai 2006 09:15:13 GMT
  Received: mer., 03 mai 2006 09:18:20 GMT
  Read: mer., 03 mai 2006 10:07:50 GMT
   When I hit *1 in my system, I got a beep to let me know that the
   recording started. Is this not happenning to you?
  
  No ! , it doesn't.  Most of the time it doesn't pick up the *1.
  
 
 Hi!
 
 Just make sure to hit *1 very quickly... I mean with minimum delay between *
 and 1.
 
 Guillaume
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Odd internal vs. External dialplan issue

2006-05-03 Thread Steven
I have the following in my extensions.conf

[ext-local]
exten = _53XX,1,Wait(2)
exten = _53XX,2,NoOp,Dialing ${EXTEN} from ext-local-custom
exten = _53XX,3,Macro(dialout-trunk,2,${EXTEN},,)

This is used to match inbound caller-id for my legacy PBX.
It works fine for inbound calls, but not for internal SIP calls.

If I call from a SIP phone that is also in [ext-local], it looks like it is 
calling, but never connects.

excerpt from log when called from pstn zap PRI:
Apr 28 14:18:16 VERBOSE[28452] logger.c: -- Called g2/5386
Apr 28 14:18:16 DEBUG[28452] channel.c: Set channel Zap/27-1 to read format slin
Apr 28 14:18:16 DEBUG[28452] channel.c: Set channel Zap/2-1 to write format slin
Apr 28 14:18:16 DEBUG[28452] channel.c: Set channel Zap/2-1 to read format slin
Apr 28 14:18:16 DEBUG[28452] channel.c: Set channel Zap/27-1 to write format 
slin
Apr 28 14:18:16 DEBUG[11073] devicestate.c: Changing state for Zap/27 - state 2 
(In use)
Apr 28 14:18:16 DEBUG[28457] app_queue.c: Device 'Zap/27' changed to state '2' 
(In use)
Apr 28 14:18:17 DEBUG[1] chan_zap.c: Enabled echo cancellation on channel 27
Apr 28 14:18:17 DEBUG[11073] channel.c: Avoiding initial deadlock for 'Zap/27-1'
Apr 28 14:18:17 VERBOSE[28452] logger.c: -- Zap/27-1 is ringing

excerpt from log when called from internal SIP extension:
Apr 28 14:18:25 VERBOSE[28477] logger.c: -- Called g2/5386
Apr 28 14:18:25 DEBUG[28477] channel.c: Set channel Zap/27-1 to read format ulaw
Apr 28 14:18:25 DEBUG[28477] channel.c: Set channel SIP/5665-e60f to write 
format ulaw
Apr 28 14:18:25 DEBUG[28477] channel.c: Set channel SIP/5665-e60f to read 
format ulaw
Apr 28 14:18:25 DEBUG[28477] channel.c: Set channel Zap/27-1 to write format 
ulaw
Apr 28 14:18:25 DEBUG[28482] app_queue.c: Device 'Zap/27' changed to state '2' 
(In use)
Apr 28 14:18:25 DEBUG[28477] rtp.c: Ooh, format changed from unknown to ulaw

I never get a ringing log entry if dialed from SIP.
This SIP phone can call other extensions in asterisk as well as native 
(voicemail) and PSTN calls out ZAP/g0.

I have tried various dial strings ( like the Dial command instead of the macro) 
and they all work for incoming PSTN calls and not
for SIP.

I am at a loss where to find the problem.

Please advise.


-- 
-- 
Steven




___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] /var/spool/asterisk/outgoing/ failure: the plot thickens

2006-05-03 Thread Tom Engleward
Tim Panton [EMAIL PROTECTED] wrote:
 I think you are misunderstanding the way call files
 work.
 
 They connect _2_ ends,
 here's what the wiki says:
[snip]
 So the _channel_ has to be the whole thing -
 including the number  
 'far' you want to dial
 the _extension_ and _context_ are the 'near' end of
 the call.
 
 Your debug shows
  CALLED NUMBER   : s
 
 meaning that you have tried to call 's' not your ten
 digit number.
 
 Try
 
 Channel: IAX2/foo/155

Spookily, you sent your reply within just a couple of
minutes of the time that I figured out your (correct)
solution via further research on my own, and then just
now went back to my email to post another message
saying problem solved, everybody ignore my previous
messages on this topic, and saw your reply. But
still, thank you for answering.

Now what I don't understand is why
http://www.voip-info.org/wiki/view/Asterisk+auto-dial+out
has the following:

Example 3 
To create a call to 14109850123 on a SIP phones called
bt101, here's the file you'd create in
/var/spool/asterisk/outgoing (whatever name is good,
of course must be accessible and deletable by asterisk
GNU/Linux user): 
 Channel: SIP/bt101 
 MaxRetries: 1 
 RetryTime: 60 
 WaitTime: 30 
 # 
 # Assuming that your outgoing call logic is kept in
the 
 #  context called [outgoing] 
 # 
 Context: outgoing 
 Extension: 14109850123 
 Priority: 1

And furthermore, since what you said is correct, I
don't understand why the above (apparently incorrect)
callfile _does_ work on my SIP/sipphone trunk! And in
fact when I originally saw the above callfile, I found
it odd that the number to dial would be in the field
called Extension:, but just chalked it up to
asterisk oddness and paid no more attention to it
after I found that it worked on my sipphone trunk. But
anyway that's just a curiosity, since the sipphone
trunk was just for testing, and my foo trunk is the
one that I actually need to use, and it works now that
I'm using correctly written callfiles.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


  1   2   >