| tsurko | == Binding sipusers to mysql/asterisk/sip_conf -> just this for sip peers/users and extensions should i do something else to load it? |
| SoftIce | have you modified extconfig.conf? |
| tsurko | yes i've appended to the original conf 3 lines for sip users/peers and extensions |
| SoftIce | hmm, it doesnt look like addons is installed if it is, it shoudl load the mysql engine |
| tsurko | my asterisk is from source if this is of help |
| SoftIce | doesn't matter what its from, make clean && make && make install from within asterisk-addons* also remove res_odbc as it sometimes conflicts with mysql |
| tsurko | how to remove it? |
| SoftIce | just mv /etc/asterisk/res_odb what ever to /backup |
| tsurko | SoftIce, is it possible to have any problem with the communication with MySQL |
| BrokenNoze | I don't have Meetme installed, what have I done wrong when installing asterisk? |
| SoftIce | tsurko: well it doens't matter even if there is isues connecting to mysql it should still try load the engire engine then fail, thats why I said it doesn't look like addons was installed properly |
| tsurko | but there is another strange thing - i've installed addons form, and when i try to install them again it fails with autoconf: Command not found |
| SoftIce | well you might be missing some build essential tool tools what OS are you using? |
| tsurko | debian testing |
| SoftIce | and do you have build-essentials installed? apt-get install build-essential or build-essentials cant remeber the exact package |
| tsurko | no, i haven't installed this... |
| SoftIce | well install it its required, as it has your compilers, etc then try building addons again cd /path/to/addons && make clean && make && make install |
| tsurko | SoftIce, res_mysql is supposed to be in /usr/lib/modules/asterisk with the other modules. Is this correct? |
| kippi617 | ok, I need to ring a number and then when they answer play a message, can this be done? |
| Zeeek | of course show application dial |
| puzzled | hi |
| mqtt | Hello, i have a configuration problem, it should be quite simple to solve, but i'm quite enw to asterisk... Here it is: i set up a sip server that redirects normal telephone calls to my provider's sip number. This works. But now i have two clients connecting to my asterisk (and defined in sip.conf). I'd like them to be able to reach each other (user1 could call user2 at user2@server). At the moment, it says "404 not found". Why is t hat? Thx in advance. |
| Zeeek | puzzled, hi |
| t00_m4d_f00 | hey all |