Hi, You said you are hooked to an analog PBX. Do you have to dial a 9 to gain access to an outside line on the PBX. If you do the easiest thing to do is go to the outbound-local context which is
[outbound-local]
exten => _NXXXXXX,1,Macro(dialout-default,${EXTEN})
exten => _NXXNXXXXXX,1,Macro(dialout-default,${EXTEN})
by default and change it to
[outbound-local]
exten => _9NXXXXXX,1,Macro(dialout-default,${EXTEN})
exten => _9NXXNXXXXXX,1,Macro(dialout-default,${EXTEN})
then reload asterisk from there if you dial 9,9 +the number you are trying to dial it should let you dial out ok. If you are having problems post what your CLI is showing.



----- Original Message ----- From: "bram" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, March 19, 2005 8:55 PM
Subject: [Asterisk-Users] RE:Newbie question



It said 'include zapata-channels.conf', where this line wasn't commented
bij the ';'...

Could you post me a working example of such a config (or a part of it,
for the X100P cards...?

Thanks guys!


Message: 9 Date: Sat, 19 Mar 2005 18:04:26 -0500 From: "Jeff Glassman" <[EMAIL PROTECTED]> Subject: [Asterisk-Users] newbie question To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii"

bram kortleven Wrote

"Message: 6
Date: Sat, 19 Mar 2005 22:16:39 +0100
From: bram kortleven <[EMAIL PROTECTED]>
Subject: [Asterisk-Users] newbie question
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain

I guess the first time it didn't get through... I didn't see it appear
in >the list, that is...


I installed an [EMAIL PROTECTED] machineand configured a few SIP accounts
on >it. They seem to run fine inside my network, so that's OK. Now, I
want to >start using a X100P to connect it to my phone line, to make
call routing >between internal SIP phones/softphones, my local phoneline
and an external >SIP server. How do I enable and configure the X100P?

I ran the configuration tool locally on the machine (the genzaptelconf
thing) and it added a line to the config.
Now using the number it gave me, in the trunk config in AMP, I still
cannot >get an outside line (connected it to a simple analogue pbx
system) and call outside the *-server..
Could anyone help me with this?
Thanks guys"

You need to go into the Zapta.conf and remove the semi colon

; channel => 1

Jeff

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

Reply via email to