logo       

Re: Re: Asterisk news: msg#00280

misc.nslu2.linux

Subject: Re: Re: Asterisk news


See http://www.nslu2-linux.org/wiki/Unslung/AddAPackageToUnslung to
find out how to get CVS write access.

-- Rod

On Sat, 12 Mar 2005 06:38:25 -0000, Corneliu Doban
<corneliu_doban-/E1597aS9LQAvxtiuMwx3w@xxxxxxxxxxxxxxxx> wrote:
>
> Can you guys, give me rights to check-in my makefile and the patches
> and maybe KK or other person interested in asterisk can help me to
> nail the problem ?
>
> Thanks,
> Corneliu
>
>
> --- In nslu2-linux-hHKSG33TihhbjbujkaE4pw@xxxxxxxxxxxxxxxx, CORNELIU DOBAN
> <corneliu_doban@xxxx> wrote:
> > Hi All,
> >
> > It looks that I found the problem with the voice mail:
> >
> > The RTP packages generated by the VM system have no checksum (0)
> and the payload cannot be decoded as the first bytes are 0x0397
> instead of 0x8003 (for ex).
> >
> >
> > It looks that in the payload the bytes are reversed. It looks like
> Little Endian - Big Endian issue.
> >
> > Now I have to fix the make files, but as I already stated, this is
> my first venture in looking to makefiles :-(
> >
> > Corneliu Doban <corneliu_doban@xxxx> wrote:
> >
> > Hi KK
> >
> > With the same config it works fine on Fedora Core 3. So I don't
> > think that's mising something.
> >
> > But the content of the RTP messages comming from Voicemail are
> WRONG:
> > 1st - checksumm is 0
> > 2nd - the payload cannot be decoded - (unknown version)
> >
> > Corneliu
> >
> >
> > --- In nslu2-linux-hHKSG33TihhbjbujkaE4pw@xxxxxxxxxxxxxxxx, "goodnewscd"
> > <mung_house@xxxx>
> > wrote:
> > >
> > > Hi,
> > >
> > > It is great to hear about this. If you can update the patch
> file,
> > it
> > > will really help other people. I believe you are missing the
> > codec to
> > > transcode between the voice mail wave file to VoIP. I don't
> know
> > > which one it is using. BTW, did you try the music on hold
> > > (mp3player)?
> > >
> > > I am not sure about the number of process. I believe I saw more
> > than
> > > one asterisk process on my debian box. I am going check it when
> I
> > > back to my office.
> > >
> > >
> > > Not sure about the memory. This is my meminfo.
> > >
> > > matthew@LKG0FD84E:matthew> cat /proc/meminfo
> > > total: used: free: shared: buffers: cached:
> > > Mem: 31637504 30863360 774144 0 14053376 8036352
> > > Swap: 435994624 10067968 425926656
> > > MemTotal: 30896 kB
> > > MemFree: 756 kB
> > > MemShared: 0 kB
> > > Buffers: 13724 kB
> > > Cached: 6564 kB
> > > SwapCached: 1284 kB
> > > Active: 7256 kB
> > > Inactive: 16588 kB
> > > HighTotal: 0 kB
> > > HighFree: 0 kB
> > > LowTotal: 30896 kB
> > > LowFree: 756 kB
> > > SwapTotal: 425776 kB
> > > SwapFree: 415944 kB
> > >
> > >
> > > KK
> > >
> > >
> > > --- In nslu2-linux-hHKSG33TihhbjbujkaE4pw@xxxxxxxxxxxxxxxx, "Corneliu
> > > Doban"
> > > <corneliu_doban@xxxx> wrote:
> > > >
> > > > Hi All,
> > > >
> > > > I've built Asterisk-1.0.6 and I was able to make test calls
> > to/from
> > > > FWD (connected trough IAX) and between XLite SIP softphones.
> > > >
> > > > The voicemail is not working. I cannot hear anything when
> plaing
> > the
> > > > intro, but it looks that it records something (files are
> showing
> > in
> > > > the INBOX) but again no sound when checking the recorded
> > voicemail.
> > > > When recording it comlains periodically (about every 3s)about
> > > > receiving UDP packets with bad checksum.
> > > >
> > > > When I loaded all the codecs I experienced the behaviour
> > mentioned
> > > > by "KK" - dies and fills all the swap, but with the GSM and
> uLAW
> > > > codec seems to run happy consuming about 17M of RAM
> > > > (other codecs may run OK but I did not have time to add them
> one
> > by
> > > > one to see exactly which one cause the problem).
> > > >
> > > > I have a question:
> > > > the ps command is showing 6 processes runing:
> > > > 641 ttyp1 root 17048 S /opt/sbin/asterisk -
> > vvvvvvvvgc
> > > > 642 ttyp1 root 17048 S /opt/sbin/asterisk -
> > vvvvvvvvgc
> > > > 644 ttyp1 root 17048 S /opt/sbin/asterisk -
> > vvvvvvvvgc
> > > > 645 ttyp1 root 17048 S /opt/sbin/asterisk -
> > vvvvvvvvgc
> > > > 646 ttyp1 root 17048 S /opt/sbin/asterisk -
> > vvvvvvvvgc
> > > > 647 ttyp1 root 17048 S /opt/sbin/asterisk -
> > vvvvvvvvgc
> > > > But on my Fedora 3 box, when starting asterisk with the same
> > config,
> > > > only 1 proces is created.
> > > > Is this a ps bug ?
> > > > Same thing for:
> > > > 228 root 10908 S upnpd &>/dev/null
> > > > 237 root 10908 S upnpd &>/dev/null
> > > > 238 root 10908 S upnpd &>/dev/null
> > > > 241 root 10908 S upnpd &>/dev/null
> > > > 242 root 10908 S upnpd &>/dev/null
> > > > 245 root 10908 S upnpd &>/dev/null
> > > >
> > > > Also, the total amount of cache and RAM used is not consistent
> > with
> > > > so many big processes running :
> > > >
> > > > -bash-2.05b$ free
> > > > total used free
> shared
> > > > buffers
> > > > Mem: 30556 27864 2692
> > 0
> > > > 5200
> > > > Swap: 56220 2820 53400
> > > > Total: 86776 30684 56092
> > > >
> > > > Thanks,
> > > > Corneliu
> >
> >
> >
> >
> >
> > [ Moderator Note: All static information is slowly moving to the
> Wiki at http://www.nslu2-linux.org ]
> >
> >
> > Yahoo! Groups SponsorADVERTISEMENT
> >
> >
> > ---------------------------------
> > Yahoo! Groups Links
> >
> > To visit your group on the web, go to:
> > http://groups.yahoo.com/group/nslu2-linux/
> >
> > To unsubscribe from this group, send an email to:
> > nslu2-linux-unsubscribe-hHKSG33TihhbjbujkaE4pw@xxxxxxxxxxxxxxxx
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
> >
> >
> >
> > ---------------------------------
> > Do you Yahoo!?
> > Yahoo! Small Business - Try our new resources site!
>
>
>
>
>
> [ Moderator Note: All static information is slowly moving to the Wiki at
> http://www.nslu2-linux.org ]
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
> ________________________________
> Yahoo! Groups Links
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/nslu2-linux/
>
> To unsubscribe from this group, send an email to:
> nslu2-linux-unsubscribe-hHKSG33TihhbjbujkaE4pw@xxxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


[ Moderator Note: All static information is slowly moving to the Wiki at
http://www.nslu2-linux.org ]


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise