UKVoIPTalk.com

UKVoIPTalk.com

The UK's Number One VoIP Resource

 

x100p outbound calls

This is a discussion on x100p outbound calls within the Advanced Setups (Asterisk & IAX etc...) Forum forums, part of the Main Forums category; Hi not sure if this is the right place to post, but here goes. I recently purchased an x100p from ...


Go Back   UKVoIPTalk.com > Main Forums > Advanced Setups (Asterisk & IAX etc...) Forum

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-08-2006, 16:55
Junior Member
 
Join Date: Aug 2006
Posts: 2
pixel
Default x100p outbound calls

Hi

not sure if this is the right place to post, but here goes.

I recently purchased an x100p from ebay, and installed it in my FC4 server. Inbound calls work properly, but whenever I try and dial an outbound number, i get "Everyone is busy/congested at this time (1:0/0/1)"

here are the lines from my config files:

zaptel.conf
=======
fxsks=1
loadzone=uk
defaultzone=uk


zapata.conf
=======
[channels]
language=en
usecallerid=yes
ukcallerid=yes
hidecallerid=no
callwaiting=no
callwaitingcallerid=yes
restrictcid=no
usecallingpres=no
threewaycalling=yes
callreturn=yes
transfer=yes
cancallforward=yes
echocancelwhenbridged=yes
echocancel=yes
musiconhold=default
rxgain=0.0
txgain=0.0
immediate=no
overlapdial=yes
callerid=asreceived
switchtype=national
pridialplan=national
signalling=fxs_ks

;define channels
group=1
context=from-pstn
channel=1

extensions.conf
==========
exten => 123,1,Dial(ZAP/1/07xxxxxxxxx,,j)
exten => 123,n,Congestion()
exten => 123,n,Hangup()
exten => 123,102,Busy()
exten => 123,n,Hangup()


any ideas? thanks
pixel
Reply With Quote
  #2 (permalink)  
Old 16-08-2006, 14:49
mattpark's Avatar
Administrator
 
Join Date: May 2006
Posts: 382
mattpark has disabled reputation
Send a message via MSN to mattpark
Default

Cant you make outgoing calls on anyother phone or softphone?

What are you distro are you using? Standard asterisk of trixbox? IF you have FreePBX installed i suggest you check that under the gerneral tab:
Quote:
Security Settings

Allow Anonymous Inbound SIP Calls?
** WARNING **

Setting this to 'yes' will potentially allow ANYBODY to call into your Asterisk server using the SIP protocol

It should only be used if you fully understand the impact of allowing anonymous calls into your server
...you should have this set to yes.

Doesn't sound like a NAT issue from what your are saying.

Let me know if that works.

Matt
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #3 (permalink)  
Old 16-08-2006, 15:36
Junior Member
 
Join Date: Aug 2006
Posts: 2
pixel
Default

I am using asterisk on Fedora Core 4.
I can happily make and receive calls on SIP, using provider sipgate.co.uk. And I can received calls into my asterisk box via the X100p and the BT line. But when I try and make an outbound call over the BT line, e.g. Dial(ZAP/1/07123456789) I get a busy tone

thanks
Reply With Quote
  #4 (permalink)  
Old 16-08-2006, 15:42
mattpark's Avatar
Administrator
 
Join Date: May 2006
Posts: 382
mattpark has disabled reputation
Send a message via MSN to mattpark
Default

Are you getting inbound calls via your zap card?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #5 (permalink)  
Old 16-08-2006, 15:45
mattpark's Avatar
Administrator
 
Join Date: May 2006
Posts: 382
mattpark has disabled reputation
Send a message via MSN to mattpark
Default

I seem to remember someone having this problem before.

IIRC, i sent them this
Quote:
10.1 Digium Wildcard X100P FXO PCI Card



This card allows you to connect a POTS (plain Old Telephone System) line to your Asterisk box (See Notes for Patch information).



If this card is added after Asterisk has been configured, it may be necessary to configure it by using the zaptel card auto-config utility so the correct zaptel driver will be set up. To do that, enter the following from the command line.



rebuild_zaptel



Restart Asterisk



Shutdown –r now



After restart run the following;


genzaptelconf



Restart again.



Shutdown –r now


Next go into the freePBX web interface to create a trunk and you will notice that there is already a trunk called ZAP/g0. You need to edit this.


1. Enter the phone number for you pots line in the Caller ID field
2. Enter 1 for Maximum channels
3. Set a dial rule you want for this trunk
4. Select an outbound dial prefix to select this trunk when dialing
5. Set the Zap Identifier to 1 (the default is g0)


Once the card is configured, you must add a route for Incoming Calls or asterisk will not answer this line



Click on Incoming Calls in freePBX and set up an incoming route. To make outbound calls you will need to set an outbound route as well.



If you have this card installed, you may need to edit the following files (usually you don’t have to); zapata.conf, Zapata-auto.conf, zaptel.conf and modprobe.conf. The last 2 files live in the /etc directory – use a text editor (I use nano) to edit them as you cannot edit them through Config Edit.

10.1.1 zapata.conf

Under [channels] add the following lines:

[channels]

busydetect=yes

busycount=6



The above is to ensure that the line is hung up if there is no answer or busy after 6 busy tones.



For my installation to function correctly, I have also changed the following setting to obtain a good compromise on volume/echoing:



rxgain=4 (you may have to experiment a little with this setting)

txgain=2 (you may have to experiment a little with this setting)


10.1.2 Zapata-auto.conf

Ensure the following exist in zapata_auto.conf. It is located at the end of the file.



context=from-pstn

group=0

channel => 1



Leave the rest of the file as it is.


10.1.3 zaptel.conf

Change the loadzone and defaultzone to “au”



# Global data

loadzone = au

defaultzone = au


10.1.4 modprobe.conf

For usage in Australia, add the line highlighted in Red below:

.

alias char-major-196 torisa

options wcfxo opermode=AUSTRALIA ; add this line

install tor2 /sbin/modprobe --ignore-install tor2 && /sbin/ztcfg


Did you configure your card after main asterisk install?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:02.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0