[SR-Users] how to track down issue with shared lines

2014-04-10 Thread mark li
I have a scenario where calls that are transferred to a shared line doesn't trigger the "in use" light to show up on both phones that have the shared line.  but when i make an outgoing call, let's say, using the shared line, the "in use" light lights up on both phones that have the shared line. 

Re: [SR-Users] when dialing another extension, instead of ringing for 30 sec, vmail kicks in right away

2014-04-03 Thread mark li
tween freeswitch and kamailio. I will try to find and review and errors specifically having to do with INVITES to see if it puts me on the right track.   thanks  From: Daniel-Constantin Mierla To: mark li ; Kamailio (SER) - Users Mailing List Sent: Wedne

[SR-Users] when dialing another extension, instead of ringing for 30 sec, vmail kicks in right away

2014-04-02 Thread mark li
I'm using kamailio as a sip proxy and registrar, and freeswitch for all media services like vmail, conference calls, ivrs etc. I just set up vmail ... and it seems to be working.  Except that it appears that I've broken something else because now when I call extB from extA, instead of ringing

[SR-Users] error messages in kam log whenever i do anything with my phone

2014-04-02 Thread mark li
Hi there. I've noticed that no matter what i do with my test phone (call voicemail, call another extension etc) I get error messages like the following in my log file: Apr  2 14:31:07 jl-raspberrypi /usr/sbin/kamailio[19400]: ERROR: *** cfgtrace: c=[/etc/kamailio/kamailio.cfg] l=553 a=26 n=xl

Re: [SR-Users] How to turn on debugging in kamailio?

2014-03-31 Thread mark li
#x27;s a lot of debug data on the console and it's hard to scroll through. thanks. ____ From: mark li To: Olle E. Johansson Cc: Kamailio (SER) - Users Mailing List Sent: Friday, March 28, 2014 8:47:51 AM Subject: Re: [SR-Users] How to turn on debugging in ka

Re: [SR-Users] Trying to dial 4000 into freeswitch's vmail system - Kam Proxy returning Status 403: Not allowed

2014-03-28 Thread mark li
.. which is supposed to be for connecting calls between extensions.  I guess I will have to revisit it to make it more specific... perhaps to ignore calls that come in with a vb- prefix... or any prefix for that matter.  Thanks.  And sorry for the noise.   ________

[SR-Users] Trying to dial 4000 into freeswitch's vmail system - Kam Proxy returning Status 403: Not allowed

2014-03-28 Thread mark li
Hi there.  I'm still trying to integrate Kamailio and freeswitch... where kamailio acts as a proxy and registrar ... and freeswitch provides conference calls and voicemail.  I have calls between two polycoms working and conference calls work.  But when I try to leave a voice message for a user by

Re: [SR-Users] How to turn on debugging in kamailio?

2014-03-28 Thread mark li
Here's a copy of my cfg file:  http://pastebin.com/GtDwWKWr I tried to run with the switches you mentioned... but i still don't get anything logged to syslog. ? sorry... and thanks for your patience. From: Olle E. Johansson To: mark li

Re: [SR-Users] How to turn on debugging in kamailio?

2014-03-27 Thread mark li
yep, i do.  I have the following entries in my config: modparam("xlog", "log_facility", "LOG_DAEMON") and closer to the top of the file i have log_facility=LOG_LOCAL0 ____ From: Corey Edwards To: mark li ; Kamailio (SER) - Users

Re: [SR-Users] How to turn on debugging in kamailio?

2014-03-27 Thread mark li
ailio.cfg... I see a line that says "loadmodule xlog.so" and i've also added a modparam for the log like so: modparam("xlog", "buf_size", 8192) Thank you. ________ From: Olle E. Johansson To: mark li ; Kamailio (SER) - Users Mailing

Re: [SR-Users] Integrating Kamailio and Freeswitch

2014-03-27 Thread mark li
h? In freeswitch you have to specify specific domains in the acl.conf.xml file... just wondering if kamailio has something similar? Thanks. ________ From: mark li To: mark li ; "sr-users@lists.sip-router.org" ; Kamailio (SER) - Users Mailing List

Re: [SR-Users] How to turn on debugging in kamailio?

2014-03-26 Thread mark li
config parameter to something higher than 2. But be warned that even 3 is very verbose. Start there: debug=3 On 26 March 2014 15:53:31 GMT-04:00, mark li wrote: is there a way to add debug statements in kamailio.cfg?  I'd like to be able to dump some of the variables and also see which

[SR-Users] How to turn on debugging in kamailio?

2014-03-26 Thread mark li
is there a way to add debug statements in kamailio.cfg?  I'd like to be able to dump some of the variables and also see which path the calls are taking.  thanks___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.si

[SR-Users] Unable to make calls after integration with Freeswitch

2014-03-25 Thread mark li
Hi there. I had a working Kamailio proxy working where i could call from one polycom test phone to another.  But then I tried to integrate freeswitch with it... (following the article found at:   http://kb.asipto.com/freeswitch:kamailio-3.1.x-freeswitch-1.0.6d-sbc as a baseline. ) Now when I di

[SR-Users] Integrating Kamailio and Freeswitch

2014-03-24 Thread mark li
Hi there.  I'm a noobie to Kamailio and Freeswitch... but I'm trying to follow the article located here:  http://kb.asipto.com/freeswitch:kamailio-3.1.x-freeswitch-1.0.6d-sbc I've tried to add all the sections marked with WITH_FREESWITCH in the sample config in the article into my own kamailio