Advertisement
Guest User

Untitled

a guest
Mar 21st, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. K. I'll explain what I am struggling with and hopefully someone will jump in.
  2. have Raspian installed on my pi, added naizvoru to sources, installed freeswitch-meta-vanilla and freeswitch-conf-vanilla
  3. started fs and setup xlite on on ext 1001. call to 9195 works fine
  4. did an apt-get install of mod_dingaling or jingle cant remember now
  5. moded some config files per http://raspberrypipbx.blogspot.ca/ like http://raspberrypipbx.blogspot.ca/ can remember exactly nownow (was drunk by then) and it appears to be fine.
  6. fs_cli > uload mod_dingaling > load mod_dingaling gives me:
  7.  
  8. freeswitch@internal> load mod_dingaling
  9. +OK Reloading XML
  10. +OK
  11.  
  12. 2014-03-21 22:20:48.014501 [INFO] mod_enum.c:876 ENUM Reloaded
  13. 2014-03-21 22:20:48.014501 [INFO] switch_time.c:1191 Timezone reloaded 530 definitions
  14. 2014-03-21 22:20:48.014501 [CONSOLE] switch_loadable_module.c:1409 Successfully Loaded [mod_dingaling]
  15. 2014-03-21 22:20:48.014501 [NOTICE] switch_loadable_module.c:147 Adding Endpoint 'dingaling'
  16. 2014-03-21 22:20:48.014501 [NOTICE] switch_loadable_module.c:313 Adding API Function 'dl_debug'
  17. 2014-03-21 22:20:48.014501 [NOTICE] switch_loadable_module.c:313 Adding API Function 'dl_pres'
  18. 2014-03-21 22:20:48.014501 [NOTICE] switch_loadable_module.c:313 Adding API Function 'dl_logout'
  19. 2014-03-21 22:20:48.014501 [NOTICE] switch_loadable_module.c:313 Adding API Function 'dl_login'
  20. 2014-03-21 22:20:48.034479 [NOTICE] switch_loadable_module.c:313 Adding API Function 'dingaling'
  21. 2014-03-21 22:20:48.034479 [NOTICE] switch_loadable_module.c:425 Adding Chat interface 'jingle'
  22. Type control-D or /exit or /quit or /bye to exit.
  23.  
  24. freeswitch@internal>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement