Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-12-07 Thread Peter P GMX
Hello, i now changed the $${domain} of the server to the domain name the phones register with. Now messaging (MWI, notify) works. Thanks to all for your support. Best regards Peter Peter P GMX schrieb: > Hello Anthony, > > I did some checks today > Here is how the phones are registered: > > mysq

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-12-07 Thread Peter P GMX
Hello, i now changed the $${domain} name of the server to the domain name the phones register with. Now messaging (MWI, notify) works. Best regards Peter Peter P GMX schrieb: > Hello Anthony, > > I did some checks today > Here is how the phones are registered: > > mysql> select sip_host, presenc

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-12-05 Thread Peter P GMX
Hello Anthony, I did some checks today Here is how the phones are registered: mysql> select sip_host, presence_hosts, server_user,server_host, hostname, sip_realm, mwi_user,mwi_host from sip_registrations limit 1; +---+---+-+-+--

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-11-27 Thread Anthony Minessale
based on your example past sip1.mydomain.com is the domain in the packet and thus the profile should have an alias for this. Then the user must reside in your sip db with the user 200 and domain sip1.mydomain.com if you dont have this consider the force-register-domain and force-register-db-domai

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-11-27 Thread Michael Jerris
Does the alias you added match the one that you saw in the event? The alias is 100% for sure the fix for this issue, please check again. Mike On Nov 26, 2009, at 6:55 PM, Peter P GMX wrote: > I tried now with phones directly attached to the freeswitch (without an > OpenSIPS in between). I also

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-11-27 Thread Anthony Minessale
Did you check the 2 replies that told you you need aliases in your sofia profile to translate the domain found in your message_waiting to the right profile? Both Brian and Mike answered you. On Thu, Nov 26, 2009 at 5:55 PM, Peter P GMX wrote: > I tried now with phones directly attached to th

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-11-26 Thread Peter P GMX
I tried now with phones directly attached to the freeswitch (without an OpenSIPS in between). I also added the alias. But the behaviour is as before: No notify message from freeswitch, neither after register nor after a voicemail is recorded. Best regards Peter Brian West schrieb: > Yes an alias w

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-11-25 Thread Brian West
Yes an alias will be required for every domain you run on the profile so it can find it. /b On Nov 25, 2009, at 11:39 AM, Michael Jerris wrote: > Try an alias on the sip profile. > > Mike ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.fre

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-11-25 Thread Michael Jerris
Try an alias on the sip profile. Mike On Nov 24, 2009, at 5:56 PM, Peter P GMX wrote: > Anthony, thanks for the hint, > > I receive events like the following > RECV EVENT > Event-Name: MESSAGE_WAITING > Core-UUID: e71632c8-d948-11de-942b-0138c6269e37 > FreeSWITCH-Hostname: sip11.mydomain.com >

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-11-25 Thread Juliano - Terra
Peter, I had a similar problem, the way I found to make it work was setting the mailbox ID in the phone to match the FS domain/hostname. For instance using a Linksys SPA962, I set the "Voice Mail Server" in the extension tab to extens...@domain using FS hostname as the domain. Regards, Julian

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-11-24 Thread Peter P GMX
Anthony, thanks for the hint, I receive events like the following RECV EVENT Event-Name: MESSAGE_WAITING Core-UUID: e71632c8-d948-11de-942b-0138c6269e37 FreeSWITCH-Hostname: sip11.mydomain.com FreeSWITCH-IPv4: 192.168.178.200 FreeSWITCH-IPv6: ::1 Event-Date-Local: 2009-11-24 23:33:13 Event-Date-GM

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-11-24 Thread Anthony Minessale
connect to FS with fs_cli Issue the command: /events MESSAGE_QUERY MESSAGE_WAITING then leave some voice mails probably you have a mis-configuration where the user/domain/profile cannot be resolved to the correct sofia profile to send the notify The event starts out as a freeswitch event and i

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-11-24 Thread Peter P GMX
Hello, I have a similar problem with Freeswitch behind OpenSIPS as a load balancer: When registering, Freeeswitch does not send a MWI NOTIFY message for a Phone which has voicemails. Even after recording a new voicemail there is no NOTIFY message sent. And there are no error messages on the consol

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-09-15 Thread mayamatakeshi
On 9/12/09, mayamatakeshi wrote: > > > On Sat, Sep 12, 2009 at 1:45 AM, Michael Jerris wrote: > >> Following up, did a bug get created for this issue? >> > > Hello, > yes. > http://jira.freeswitch.org/browse/MODSOFIA-26 > Just to simplify things in case someone searches the list: Issue was solve

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-09-11 Thread mayamatakeshi
On Sat, Sep 12, 2009 at 1:45 AM, Michael Jerris wrote: > Following up, did a bug get created for this issue? > Hello, yes. http://jira.freeswitch.org/browse/MODSOFIA-26 > > On Sep 5, 2009, at 2:40 AM, mayamatakeshi wrote: > > > On Fri, Sep 4, 2009 at 7:28 PM, mayamatakeshi wrote: > >> >> On We

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-09-11 Thread Michael Jerris
Following up, did a bug get created for this issue? Mike On Sep 5, 2009, at 2:40 AM, mayamatakeshi wrote: On Fri, Sep 4, 2009 at 7:28 PM, mayamatakeshi wrote: On Wed, Sep 2, 2009 at 7:59 PM, mayamatakeshi wrote: Hello, I'm testing FS support for the header Path (FS is behind opensips

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-09-04 Thread mayamatakeshi
On Fri, Sep 4, 2009 at 7:28 PM, mayamatakeshi wrote: > > On Wed, Sep 2, 2009 at 7:59 PM, mayamatakeshi wrote: > >> Hello, >> I'm testing FS support for the header Path (FS is behind opensips). >> It pretty much works: I tested calling from one user to the other and >> calls work perfectly. >> Howe

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-09-04 Thread mayamatakeshi
On Wed, Sep 2, 2009 at 7:59 PM, mayamatakeshi wrote: > Hello, > I'm testing FS support for the header Path (FS is behind opensips). > It pretty much works: I tested calling from one user to the other and calls > work perfectly. > However, I've noticed that when I register my terminal directly with

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-09-03 Thread mayamatakeshi
On Thu, Sep 3, 2009 at 12:05 PM, Anthony Minessale < anthony.miness...@gmail.com> wrote: > Its because many phones cheat and just expect mwi without asking for it so > we send one on register. > There is an opt to disable it I think but I can't recall what it is atm > Thanks. I've located the opti

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-09-02 Thread Anthony Minessale
Its because many phones cheat and just expect mwi without asking for it so we send one on register. There is an opt to disable it I think but I can't recall what it is atm On Sep 2, 2009 9:20 PM, "mayamatakeshi" wrote: On Wed, Sep 2, 2009 at 7:59 PM, mayamatakeshi wrote: > > Hello, > I'm test

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-09-02 Thread mayamatakeshi
On Wed, Sep 2, 2009 at 7:59 PM, mayamatakeshi wrote: > Hello, > I'm testing FS support for the header Path (FS is behind opensips). > It pretty much works: I tested calling from one user to the other and calls > work perfectly. > However, I've noticed that when I register my terminal directly with

[Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-09-02 Thread mayamatakeshi
Hello, I'm testing FS support for the header Path (FS is behind opensips). It pretty much works: I tested calling from one user to the other and calls work perfectly. However, I've noticed that when I register my terminal directly with FS without going thru the proxy, I receive an unsolicited NOTIF