[asterisk-users] problems with IAX, extension recognition and Asterisk 1.2.9.1

2006-07-26 Thread Cory Forsyth

Hello all,

I was having some trouble earlier with Asterisk mis-hearing my
extensions (this is when dialing into a DID from PSTN).  For instance,
if I dialed "1234" it might hear "122334".

I was using Asterisk 1.2.7 and SIP routing at the time, and I upgraded
to Asterisk 1.2.9.1 and SIP and things seem to have been fixed.

However, I recently noticed the problem occurring again, this time
with IAX routing.  Using SIP routing, everything seems fine.  Anyone
else noticed this problem with * 1.2.9.1?

thanks,
Cory

--
web: corybantic.us
___
--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 cdr shows "FAILED"

2006-07-28 Thread Cory Forsyth

Hi,

I'm having trouble in that my asterisk cdr is showing a lot of calls failing.

The asterisk cdr shows disposition FAILED, and the last app is:

DialIAX2/[EMAIL PROTECTED]/12125551234

I removed my username and changed the phone number there.

Any idea what causes this, and how I can troubleshoot it?

I also keep getting this notice in the asterisk command line.  Does
anyone know what it is?
Jul 28 08:43:16 NOTICE[10423]: channel.c:2424 __ast_request_and_dial:
Don't know what to do with control frame 15

I'm using IAX with Asterisk 1.2.9.1 and am using the call manager api
to set up the calls.

thanks,
Cory

--
web: corybantic.us
___
--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] Mail loop?

2006-06-27 Thread Cory Forsyth

Can anyone recommend to me a good Asterisk/Voip consultant that I can
pay to go over my system with me to make sure it's scaleable and to
help me fix some bugs?  I emailed Digium's support and they said their
consultants are $250/hr...I'm hoping to find something a little less
than that.

thanks,
Cory
___
--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 -> my cell phone's voicemail sound problems

2006-06-28 Thread Cory Forsyth

When I fail to pick up a call from Asterisk to the PSTN to my cell
phone and let it go to voicemail, the sound quality is always really
bad.  When I call my cell phone's voicemail a few minutes later, it's
really garbledy and sounds clipped or something.

I've tried using Monitor to record the sounds that are being played to
my cell's voicemail, and the monitored sound sounds fine when I open
it up on my Mac using Quicktime and listen to it.  It also sounds fine
if I answer the call and listen to it live.

Any idea what could be the problem?  I'm using BackgroundDetect to
figure out when the voicemail prompt finishes, but other than that
nothing fancy is going on.

thanks,
Cory
___
--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] setting cdr userfield in .call file

2006-07-02 Thread Cory Forsyth

Is there a way to set a value for the cdr userfield in a .call file?
Like the way you can do:

Account: accountnum

Anything like Userfield: usernum that I can use?  I'm aware that you can use
exten => X,s,1,Set(CDR(userfield)=xyz) in the dialplan, but I want the
userfield to be filled out even if the call isn't answered and thus
doesn't make it into the dialplan.


thanks!
Cory
___
--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] how to ask for number to dial and then dial it?

2006-07-02 Thread Cory Forsyth

You could do this:

[mymenu]

exten => 8000,1,Answer()
exten => 8000,n,GoTo(dial-out-rules,s,1)


[dial-out-rules]
; you'll have to record a prompt, or find an appropriate one in the distribution
exten => s,1,Playback(dial_number_after_the_beep)
exten => s,n,Playback(beep)
exten => s,n,WaitExten(5)

; toll-free numbers out pots line
exten => _1800XXX,1,Dial(${ANALOG_POTS}/${EXTEN})
exten => _1800XXX,n,Hangup()

; long-distance out voip line
exten => _NX,1,Dial(SIP/[EMAIL PROTECTED],30)
exten => _NX,n,Hangup()



On 7/2/06, Robert La Ferla <[EMAIL PROTECTED]> wrote:

I want to create an extension say "8000" that prompts the user to
enter a number and then dial that entered number according to a set
of rules.  The rules for dialing out are in different context (dial-
out-rules).



etc...


How do I do it?

___
--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




--
web: corybantic.us
___
--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