[Asterisk-Users] upgrade problems...

2005-06-14 Thread Francois Meehan
Hi all,

I have done a major upgrade, first I have bought a Digium TDM400P (TDM02B)
2-Port FXO to replace x100p cards, than moved from an old version Asterisk
to a new centos 4 box, compiled asterisk from Asterisk CVS-HEAD built on
2005-06-11.

Seems that my iaxy is now incompatible with the TDM400P.

When I receive a call from the TDM02B, the caller can't hear my voice (I
am using the iaxy) and on the console I see the following errors:

Dropping incompatible voice frame on IAX2/lise-1 of format slin since our
native format has changed to ulaw

Change Iaxy to use adpcm now I am getting:

Dropping incompatible voice frame on IAX2/lise-2 of format slin since our
native format has changed to adpcm.

I can call inside from eyebeam to Iaxy no problems. The Eyebeam can
received call from outside no problem either.

Here is my zapata.conf:
[channels]
signalling=fxs_ks
echocancel=yes
echocancelwhenbridged=yes
echotraining=400
callerid=asreceived
musiconhold=default

context=maison
channel = 2

context=cedval
channel = 1

Here is my zaptel.conf:

fxsks=1-2
defaultzone=us
loadzone=us


Any ideas?

Best regards,


Francois




Random Thought:
---
Remember Kruschev:  he tried to do too many things too fast, and he was 
removed in disgrace.  If Gorbachev tries to destroy the system or make too
many fundamental changes to it, I believe the system will get rid of him.
I am not a political scientist, but I understand the system very well.
I believe he will have a heart attack or retire or be removed.  He is
up against a brick wall.  If you think they will change everything and
become a free, open society, forget it!
-- Victor Belenko, MiG-25 fighter pilot who defected in 1976
   Defense Electronics, Vol 20, No. 6, pg. 110
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] upgrade problems

2004-02-03 Thread Chris Lee
I upgraded to 0.7.1 from a cvs version from a few weeks before 0.7.1 was 
relesed.
now I am having troubles with my dialing plan and voice mail.

As part of the upgrade I re-built the machine so there was a blank slate 
however after installing 0.7.1 I had no mail box creation script and 
could not figure out how to go about creating a mailbox, any suggestions 
would be usefull.
I have looked at tall the docs I can find and the closest I get tells me 
to use the script to create a mailbox, but there is no script.

The second problem I am having is that my dialplan is not working how it 
used to, for reasons I cant quite put my fingure on;
here is the dial plan:

[ Context 'default' created by 'pbx_config' ]
 's' =1. Goto(well|3000|1)   [pbx_config]




[ Context 'in-sip' created by 'pbx_config' ]
 Include ='voicemail access'
[pbx_config]


[ Context 'users' created by 'pbx_config' ]
 '5000' = 1. Hangup()   
[pbx_config]
 '5001' = 1. Hangup()   
[pbx_config]




[ Context 'well' created by 'pbx_config' ]
 'h' =1. Hangup()   
[pbx_config]


 Include ='emergency'   
[pbx_config]
 Include ='voicmail access' 
[pbx_config]
 Include ='external access' 
[pbx_config]
 Include ='extensions'  
[pbx_config]
 Include ='no match'
[pbx_config]
  

[ Context 'extensions' created by 'pbx_config' ]
 '3000' = 1. Dial(${p1}|10|tr)  
[pbx_config]
   2. Answer()   
[pbx_config]
   3. Background(vm/3000/unavail)
[pbx_config]
   4. Voicemail(3000)
[pbx_config]
   5. Hangup()   
[pbx_config]
   102. Background(vm/3000/unavail)  
[pbx_config]
   103. Goto(4)  
[pbx_config]
 '3001' = 1. Macro(Standard-Ext|${p2})  
[pbx_config]
 '3002' = 1. Macro(Standard-Ext|${p3})  
[pbx_config]




[ Context 'no match' created by 'pbx_config' ]
 '_.' =   1. Playback(sorry-no-match)   
[pbx_config]
   2. Hangup()   
[pbx_config]




[ Context 'external access' created by 'pbx_config' ]
 '_9.' =  1. Dial(${Line1}/$(EXTEN:1))  
[pbx_config]


 Ignore pattern = '9'   
[pbx_config]


[ Context 'emergency' created by 'pbx_config' ]
 '112' =  1. Dial(${line1}/${emergency})
[pbx_config]
   102. Hangup(${line1}) 
[pbx_config]
   103. Goto(1)  
[pbx_config]
 '999' =  1. Dial(${line1}/${emergency})
[pbx_config]
   102. Hangup(${line1})