Quote:
Originally Posted by vanek82 not understand exactly what you mean. i'm tested 2 softphones. so me attempted use same extensions in zimbra. or me need special configuring dialplan in config_template.xml ? |
zimbra needs a dialplan for your calls (thats what you have define in the zimbra client on doubleclick on the asterisk zimlet), my dialplan in the asterisk extensions.conf looks like this
Code:
[zimbraout]
exten => _X.,hint,SIP/[MyExtension]
exten => _X.,1,Set(CALLERID(num)=[MySipgateAccountID])
exten => _X.,2,Dial(SIP/${EXTEN}@[MyOutgoingTrunk],30,trg)
exten => _X.,3,Hangup this code works fine for me (at least for call to external numbers - didn't try it with internal calls yet)
Quote:
Originally Posted by vanek82 Stop, I must insert in the box set of line like postadmin@ipasterisk instead postadmin ? |
actually I don't know what you have to set as trunk (in your example: ipasterisk) or if you anyhow need to specify a trunk, sorry... perhaps someone else can help you with this.
Quote:
Originally Posted by vanek82 Yes, version 1.6.x. in the manager.conf are uses read=all write=all it is correct? |
yes, thats fine
Quote:
Originally Posted by vanek82 I hope that before this.. |
enabling the debugging options will make much easier to find the root cause for your issue. it helped me a lot with my problems.
See
Asterisk PBX Integration Zimlet - BNC Business Network Communications AG(at the bottom of the page)