Incomming Calls

I am using the X100P and I am able to place calls, but when I call the phone number assigned to the system it rings one time then a message says goodbye then I am disconnected. I have dialed 7777 on the phone to act like a incomming call and everything works great. Any clues on what is going on.
This is the readout from the CLI.
– Starting simple switch on ‘Zap/1-1’
– Executing [s@default:1] Playback(“Zap/1-1”, “vm-goodbye”) in new stack
– <Zap/1-1> Playing ‘vm-goodbye’ (language ‘en’)
– Executing [s@default:2] Macro(“Zap/1-1”, “hangupcall”) in new stack
– Executing [s@macro-hangupcall:1] ResetCDR(“Zap/1-1”, “w”) in new stack
– Executing [s@macro-hangupcall:2] NoCDR(“Zap/1-1”, “”) in new stack
– Executing [s@macro-hangupcall:3] GotoIf(“Zap/1-1”, “1?skiprg”) in new stack
– Goto (macro-hangupcall,s,6)
– Executing [s@macro-hangupcall:6] GotoIf(“Zap/1-1”, “1?skipblkvm”) in new stack
– Goto (macro-hangupcall,s,9)
– Executing [s@macro-hangupcall:9] GotoIf(“Zap/1-1”, “1?theend”) in new stack
– Goto (macro-hangupcall,s,11)
– Executing [s@macro-hangupcall:11] Hangup(“Zap/1-1”, “”) in new stack
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on ‘Zap/1-1’ in macro ‘hangupcall’
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on ‘Zap/1-1’
– Hungup ‘Zap/1-1’

It looks like your ZAP interface is in the default context, which is not correct.

You probably need to add an inbound route for your ZAP channel

Click on “INBOUND ROUTES | ADD INCOMING ROUTE” and add ZAP/1-1 under “Zaptel Channel”.

I would think that should get it. Let me know if it does.

BTW, the context for your zaptel devices should be in “from-zaptel” which I think is the default.

-illc0mm

Yes this worked thanks for the advice. I actually used the from-pstn

I do have any DID as incoming for all of my DID and FWD connection (Inbound), but after I have connected my X100p Card for outbound calls. the Zaptel works OK. Now my problem is that I dont want any local calls from PSTN to be answered by my FreePBX. I need the Zaptel to be only outbound not inbound. please help.

I am trying to translate freePBX into Chinese by following this page from wiki here:
http://www.freepbx.org/trac/wiki/I18n
when I try to generate the amp.po I got warning:

config.php:329: warning: unterminated string literal
config.php:334: warning: unterminated string literal
config.php:343: warning: unterminated string literal
config.php:346: warning: unterminated string literal
config.php:355: warning: unterminated string literal
config.php:356: warning: unterminated string literal
footer.php:44: warning: unterminated string literal
footer.php:55: warning: unterminated string literal
page.modules.php:169: warning: unterminated character constant
page.modules.php:171: warning: unterminated character constant
page.modules.php:172: warning: unterminated character constant
page.modules.php:173: warning: unterminated character constant
page.modules.php:174: warning: unterminated character constant
page.modules.php:183: warning: unterminated character constant
page.modules.php:184: warning: unterminated character constant
page.modules.php:185: warning: unterminated character constant
page.modules.php:189: warning: unterminated character constant
page.modules.php:191: warning: unterminated character constant
page.modules.php:192: warning: unterminated character constant
page.modules.php:193: warning: unterminated character constant
page.modules.php:194: warning: unterminated character constant

Also, the amp.po is only 11K with 584 lines and it contain very limited words definations, most related with module admin. (/i18n/it_IT/LC_MESSAGES/amp.po has 4324 lines)
Is this i18n broken? Or maybe I am doing something wrong?

Please advice. Thanks.