[Asterisk-Users] Problems Retrieving Voicemail Remotely

2004-05-12 Thread Maynard, Jeff S.
I am having problems retrieving voicemail from outside the asterisk system.
My extensions.conf is configured as follows:

exten => 7900,1,VoiceMailMain2(s${CALLERIDNUM})
exten => 7900,2,hangup
exten => 7902,1,VoiceMailMain2
exten => 7902,2,hangup
exten => 7999,1,dial(sip/7999,20)
exten => 7999,2,voicemail2([EMAIL PROTECTED])
exten => 7999,102,voicemail2([EMAIL PROTECTED])
exten => 7999,103,hangup

I have the phone call 7900 to leave voicemail and have the messages button
programmed to 7900 to check.  This works great.  I dial 7902 from 7999 and
it gives me the voicemail menu and I can input my number and password and
that works fine.  When I dial either 7902 or 7900 from an outside PRI line I
get the voicemail menu but it does not appear to accept the digits that I am
keying in for the extension:

-- Remote UNIX connection
-- Executing VoiceMailMain2("Zap/1-1", "") in new stack
-- Accepting call from 'my calling number removed to protect my privacy'
to '7902' on channel 1, span 1
-- Playing 'vm-login' (language 'en')
-- Username not entered
-- Executing Hangup("Zap/1-1", "") in new stack
  == Spawn extension (incoming-pri, 7902, 2) exited non-zero on 'Zap/1-1'
-- Hungup 'Zap/1-1'

I originally had the line exten => 7092,1,Ringing and exten => 7902,Wait(2)
included above the config but when I dialed from the outside with these
lines enabled I would get ring no answer and the PRI would lock with that
call attempting to come in.  I would then have to restart the Asterisk
services.

Can someone let me know what I have done wrong?  I am at loss as to where to
go from here.  
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] SwissVoice IP10S not able to dial calls

2004-04-12 Thread Maynard, Jeff S.
I have set up a new SwissVoice phone and it can receive calls but I cannot
make calls out from it.  The setup is simple for now, 2 phones: SwissVoice
is ext 7726 and Cisco 7960 (SIP) is ext 7999.

I can call from the Cisco phone and it rings on the SwissVoice phone but
when I dial from the SwissVoice phone I get a busy tone upon dialing the
second digit.  The log reads as follows:

-- Endpoint 'aaln/[EMAIL PROTECTED]' observed 'hd'
-- MGCP mgcp_new(MGCP/aaln/[EMAIL PROTECTED]) created in state: Down
-- Endpoint 'aaln/[EMAIL PROTECTED]' observed '7'
-- Endpoint 'aaln/[EMAIL PROTECTED]' observed '9'
-- Endpoint 'aaln/[EMAIL PROTECTED]' observed 'hu'
-- MGCP handle_request(aaln/[EMAIL PROTECTED]) ast_channel already
destroyed
-- MGCP handle_request(aaln/[EMAIL PROTECTED]) set vmwi(-)

Here are my configuration files:

MGCP.conf
===
[10.1.24.112]
context=local
host=10.1.24.112
callerid = "Brad Chilton <7726>"
callgroup=0,2-5
canreinvite=no
pickupgroup=0,1
nat=no
threewaycalling=yes
transfer=yes ; transfer requires threewaycalling=yes. Use FLASH to
transfer
;callwaiting=yes  ; this might be a cause of trouble for ip10s
;cancallforward=yes
line => aaln/1

EXTENSIONS.conf
===
exten => 7726,1,Dial(MGCP/aaln/[EMAIL PROTECTED],20,tr)
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users