similar to: Application asterisk uses obsolete OSS audio interface

Displaying 20 results from an estimated 1000 matches similar to: "Application asterisk uses obsolete OSS audio interface"

2004 Aug 09
2
CVS download
I am having problems getting the latest CVS right now. A cvs checkout asterisk -t gets to this part and sits forever: S-> server_register(fpm-world-mix.mp3, 1.1, , , , , ) S-> Register(fpm-world-mix.mp3, 1.1, , , ) Anyone know how I can just skip the file? Travis Conway EFS, Inc. Information Technology Desk:?? (334) 215-6551 Mobile: (334) 391-4450 mailto:travis@homeoffice.quikpawn.com
2004 Aug 11
2
StanaPhone and Asterisks
I am trying to get Asterisks to connect to our StanaPhone so that I can use it to route my outgoing PSTN calls to. We have a free account and if I can get this working are willing to pay for an actual minutes with them. Here is what I have in my sip.conf: [stanaphone] type=friend secret=pAsSwOrD ; skewed for this message. username=3475341914 host=sip.stanaphone.com
2004 Aug 11
2
Asterisk & MyPhoneCompany.com (aka Talk(n))
They say on their website that they allow you to use your own device provided you give them the MAC address. Has anyone tried using * with it? Looks like they have quite a few rate centers and also phone support... Their website is horrible though... Just wondering, it'd be good to get user experiences from different providers other than IconnectHere and BroadVoice... -Chris
2004 Aug 11
1
Does IConnectHere still work with asterisk?
I want to test outgoing VoIP Cheap, and they have a $5.95/month plan that would be perfect. I want it to interface through asterisk though, and I heard some providers are blocking asterisk. I just want to make sure that it still works before I sign up. Also, if you have any experience with them, let me know. Thanks, -Todd
2002 Apr 17
4
rsync HELP!!!
Sonu: I'm giving the whole history to the rsync list. If the tests i subscribed passed, yet you get that error, it's more in depth than i can go into. You've got 1 hour, let's hope somebody immediately recognizes the problem. I've got some ideas, but no time to explore any more for you. Gentlemen: does anybody see a quick resolution for Sonu? Looks like he's
2004 Jan 05
0
No subject
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /users/tconway>man rsync |grep environment Reformatting page. Wait... done environment variable. the environment variable RSYNC_PROXY to a hostname:port pair environment variable RSYNC_PASSWORD to the password you want WARNING: On some systems environment variables are visible RSYNC_RSH
2002 Sep 07
2
UNICAST cross-subnet browsing, Port 445 vs. 139, and Win2k
I have been having a heck of a time getting cross subnet browsing to work properly. After MANY hours hunting through source and debug logs, I have FINALLY found the source of my browsing issues. My Samba nmdb properly becomes the LMB for my segment on a WAN. I VPN to my servers at the home office and Samba attempts to sync with the DMB. nmbd properly locates the DMB via WINS over the
2010 Aug 18
2
wake up getamail on imap request
Hi, i've set up a little mailserver for my homeoffice, and after some problems everything works fine for me, I've some virtual users which get their mail delivered via getmail, and I can access my mails from my windows mailclient. The only issue I'm still facing is, that I don't like to run getmail as a cronjob that connects to my online mailboxes every minute or so,
2013 May 29
1
printserver for Centos 6.4
Hi! I am new here. I am german. My system is a Centos 6.4 on a 2CoreCeleron. Its clones work on different Hardwares and processors. Centos 6.4 is great and very stable. I use it as CMS Webserver, FTP Server, Kolab suite incl. mailserver, Fileserver, Desktop, Skype all at the same time and it is working fine. Now i achieved to install a HP deskjet 1102 on Centos,
2002 Aug 27
0
Rsync question.
Tarun: I don't use rsync to windows - just too much trouble and no need, but, I think the problem is the embedded colon in the path. Administrator@USB-FLATUS ~ $ touch abc:def Administrator@USB-FLATUS ~ $ ls -l abc* -rw-r--r-- 1 Administ None 0 Aug 27 12:34 abc Administrator@USB-FLATUS ~ $ rm abc:def Administrator@USB-FLATUS ~ $ tar -tvf /n/a.tar -rw-r--r-- tconway/Vlsieng 29
2020 Jul 10
2
wbinfo -u / getent passwd not working
On 10.07.20 12:25, Rowland penny via samba wrote: > On 10/07/2020 11:10, basti via samba wrote: >> Hello, >> i try to setup a linux laptop for homeoffice with login for ad users. >> The last few days it work like expected. >> >> today wbinfo -u return no user, getent passwd <username> also. >> >> wbinfo -a "SAMDOM\user" >> Enter
2020 Apr 17
1
RFC4733 (2833) payload during early audio 183?
Hi Gang Not a specific Asterisk Question. But I wonder, if the called party replies with 183 + SDP indicating support for telephony-event. Should the caller be able to send DTFM Tones? Swiss Railways uses an IVR that kicks in before the call is answered. So far I have found no SIP Phone which would allow sending RFC4733 during the early audio phase (so I cannot test if Asterisk would forward
2020 Jun 25
0
Confusion about Hangupcause, how to get asterisk to reply with 480 or 409?
Hi List We want to be able to reject some pjsip calls with a 'temporary' failure so that the PBX of the caller plays an announcement in the language of the caller, that the call can temporarily not reach the destination. https://wiki.asterisk.org/wiki/display/AST/Hangup+Cause+Mappings Case 41 seems right... Haugup(41) causes the call to be rejected with '603' causing the
2020 Jul 10
0
wbinfo -u / getent passwd not working
Just thing i notised. > idmap config * : range = 1000-2000 This might give conflicts. Output of `cat /etc/adduser.conf |grep "[G-U]ID" ` These ranges should not overlap. After how may days/hours did it stop working? Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > basti via samba >
2020 Jul 10
0
wbinfo -u / getent passwd not working
On 10/07/2020 11:10, basti via samba wrote: > Hello, > i try to setup a linux laptop for homeoffice with login for ad users. > The last few days it work like expected. > > today wbinfo -u return no user, getent passwd <username> also. > > wbinfo -a "SAMDOM\user" > Enter SAMDOM\user's password: > plaintext password authentication succeeded > Enter
2020 Jul 10
0
wbinfo -u / getent passwd not working
On 10/07/2020 11:31, basti via samba wrote: > > On 10.07.20 12:25, Rowland penny via samba wrote: >> On 10/07/2020 11:10, basti via samba wrote: >>> Hello, >>> i try to setup a linux laptop for homeoffice with login for ad users. >>> The last few days it work like expected. >>> >>> today wbinfo -u return no user, getent passwd
2023 May 05
1
Opus: No translation path after upgrade ubuntu focal => jammy
Hey! I just upgraded our machines from Ubuntu focal to jammy. A separate package asterisk-opus does not exist any more. https://launchpad.net/ubuntu/+source/asterisk-opus/+changelog It looks like this is now included in the default packages. Required modules are loaded: *CLI> module show like opus Module Description Use Count Status
2011 Mar 31
3
Huawei K3765 + Internet + SMS + Telephone
Hello *, I have an All-In-One intranet server <samba3> and usualy a seperated <router> as default gateway, which connect me using HSPA to the internet Now I have installed an Huawai K3765 on my <samba3>, installed "pppd" + usb-modeswitch and removed the default gateway to <router>. OK I can continue surfing trough the <router> and <samba3> is
2005 May 15
0
Some Do - Some Don't
(SuSE Pro 9.3, Samba 3.0.13-1.1) I have a Samba server set up on a Linux machine. I have four shares set up, not counting all those system things (homes, profiless, etc). When I access the shares from a Windows machine, the four shares show up like they're supposed to, in addition to the system things. However, when I access the shares from a Linux machine, two of the four shares do not
2023 Apr 28
1
Asterisk translates 200 OK + SDP into 488 not acceptable here after both side agreed on codec.
Hi List Asterisk 16.28.0 in use. PJSIP in use Two endpoints Both using IPv6 One Endpoint on UDP, the other via TLS. Both with: t38_udptl=yes ;fax_detect=yes ;fax_detect_timeout=30 rtp_ipv6=yes Both sides are T.38 capable and detect fax tone so no need for fax detection on asterisk. Voice calls between the two work fine. But on a Fax call, I see this situation: A <=> Asterisk