Author Topic: (SOLVED) VoIP server can get extension  (Read 2175 times)

SorlaK

  • Zen Monk
  • **
  • Posts: 72
  • Karma: +2/-0
    • View Profile
(SOLVED) VoIP server can get extension
« on: April 03, 2013, 11:22:06 pm »
After some tweaks to make all sound file work properly in zentyal 3.0 core 3.0.17 voip3.0.1 i am unable however to get a connection to any extension created so far after some debug all i can find is:

 Dial("SIP/cha-00000003", "SIP/4120,15,tTwWr") in new stack
[Apr  3 17:18:14] WARNING[17581]: app_dial.c:2218 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Unknown)
  == Everyone is busy/congested at this time (1:0/0/1)
    -- Executing [4120@users:2] VoiceMail("SIP/cha-00000003", "4120,u") in new stack
    -- <SIP/cha-00000003> Playing 'vm-theperson.slin' (language 'es')
    -- <SIP/cha-00000003> Playing 'digits/4.slin' (language 'es')
[Apr  3 17:18:17] ERROR[17375]: res_config_ldap.c:1327 update_ldap: Couldn't modify 'name'='cha', dn:uid=cha,ou=Users,dc=jovenclub,dc=cu because Invalid syntax

I am using to connect a softphone.

Can anyone give a hint on this one. Thanks ind advantage for your time and patience
« Last Edit: May 06, 2013, 06:33:31 pm by SorlaK »

ocascante

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: VoIP server can get extension
« Reply #1 on: April 19, 2013, 05:07:33 pm »
Hello,

I have the same error. Also when i call some extension, the voicemail option is not working.

SorlaK

  • Zen Monk
  • **
  • Posts: 72
  • Karma: +2/-0
    • View Profile
Re: VoIP server can get extension
« Reply #2 on: April 19, 2013, 08:53:53 pm »
Ok so far what i get is that asterisk-voicemail is not installed by default so i install mostly all package that are no installed with the zentyal-asterisk package and i was able to connect using a softphone called zoipper. Maybe you should see if asterisk-voicemail is installed

#sudo aptitude search asterisk

that will give you a list off all related asterisk packages available

you will need if not installed already the moh-opsound-g722 an then create a symbolic link from

/usr/share/asterisk/moh to /var/lib/asterisk/moh

you can achieve that with

# ln -s /usr/share/asterisk/moh/* /var/lib/asterisk/moh/

So far that is all the help that i can supply to you tellme if you can resolve your issue whit it. Regards






 

ocascante

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: SOLVED VoIP server can get extension
« Reply #3 on: April 22, 2013, 05:55:14 pm »
Hello,

Thanks for your help. As you mentioned the zentyal voip module option, does not install all the necessary software for asterisk.
After installing all missing software, now I have access to the extensions voicemail.
I think that this is a major bug of zentyal and it should be corrected as soon as posible.
Again, thanks for your help.

PD/ I do not mark this post as SOLVED because I do not initiate the topic.
« Last Edit: April 22, 2013, 06:00:27 pm by ocascante »