View Single Post
  #44 (permalink)  
Old 01-28-2010, 08:54 AM
spacehill spacehill is offline
Member
 
Posts: 11
Default

Quote:
Originally Posted by vanek82 View Post
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 View Post
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 View Post
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 View Post
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)
Reply With Quote