Commit Graph

7368 Commits (c7c8b068178b0c40a314f82e46f5442e63d78169)
 

Author SHA1 Message Date
Russell Bryant f18766c30a ignore files in a music on hold directory that begin with '.'
19 years ago
Matt O'Gorman 769113c53f read then commit.... better fix for bug 8083 as
19 years ago
Joshua Colp 1961bac13d Repeat after me oej: I will at least make sure my code compiles before I commit it.
19 years ago
Olle Johansson 7908be0c2f Don't overwrite flags in the packet
19 years ago
Russell Bryant e6465e0e69 Add a missing call to free before returning in an error condition
19 years ago
Matt O'Gorman 3ac718e5f4 fix for bug #8083 crash caused by double free on m->msg
19 years ago
Steve Murphy d4b36ffde5 a fix for bug 8251; the var_val needs to accept longer strings or mass confusion and a lot of lost time is the result
19 years ago
Russell Bryant 78ccdbc123 soxmix and Asterisk expect different file extensions for certain formats. This
19 years ago
Tilghman Lesher 38ba4c204e Move thread-unsafe initializer to the module loading code; add the
19 years ago
Olle Johansson 6a662fe33e Another try to fix ;rport NAT traversal support (issue #7473)
19 years ago
Olle Johansson e807fbcec5 If peer fails ACL check, fail the REGISTER attempt
19 years ago
Olle Johansson 2405e775b1 On the other hand, we already copy the NAT flags... Reverting.
19 years ago
Olle Johansson 093d6d9554 Issue 7473 - support ;rport on REGISTER requests too.
19 years ago
Russell Bryant f8da54e092 When handling the case where the hostname is just an IPV4 numeric address,
19 years ago
Russell Bryant 234408e7c1 fix some copy/paste bugs in the checking of arguments for the
19 years ago
Olle Johansson 0449e24db1 Bind rtcp to proper IP address
19 years ago
Olle Johansson 154c4e9504 Issue #7869 - Stop sending 302 redirect when not getting an answer...
19 years ago
Olle Johansson 2bec3b7627 issue #7608: Notifications with wrong content-type. Reported by jsiddall.
19 years ago
Russell Bryant bf20deeba1 We should always be using _exit() after a fork() or vfork() instead of exit().
19 years ago
Christian Richter dc0cb27752 fixed a bug which caused chan_misdn to try to allocate 2 times the same channel on high load, which then caused instability of mISDN. removed a useless function from isdn_lib.c
19 years ago
Olle Johansson 7a5dd9d78b Issue #7240, by mistake only committed to trunk (now 1.4), reported by
19 years ago
Jason Parker 3ecf516f8f oops - somebody forgot to change this - long ago, probably.
19 years ago
Jason Parker 34934b48fe Remove a useless ast_mutex_unlock.
19 years ago
Olle Johansson 67f0e37177 Working to resolve #7608 - adding debug output
19 years ago
Olle Johansson 4dc847a0f4 Fix the attack shield for 1.2 too. REFER and NOTIFY can create dialogs
19 years ago
Christian Richter 78d7b2641a added nttimeout option to configure wether we disconnect calls on NT timeouts or not during an overlapdial session
19 years ago
Joshua Colp 8b75024fdf Don't leak memory mmmk?
20 years ago
Christian Richter f7ccb0e458 fixed issue, that if chan_misdn is loaded and couldn't be initialized it would cause a segfault after 'reload'. Reported by Drew/Matt thx.
20 years ago
Joshua Colp 0d26753de2 Respect language selection when seeing if the file exists (issue #8178 reported by mnicholson)
20 years ago
Joshua Colp e0cbd7f2d9 Don't create a "real" pvt structure for requests that shouldn't be able to create one. Instead use a temporary pvt and fill it with enough information so we can send a reply.
20 years ago
Jason Parker c1666e921d Fix an integer signedness problem.
20 years ago
Kevin P. Fleming 16ce7edf1f provide licensing language for IAXy firmware file
20 years ago
Olle Johansson 2b0634ab95 After some research, we realized that the default behaviour since a long
20 years ago
Joshua Colp 01a7955445 Use responses rather then replies even though they mean the same thing.
20 years ago
Joshua Colp e64fa8614d Add 'ignoreoodreplies' option which will not create a pvt structure on a SIP response but instead basically drop it.
20 years ago
Steve Murphy 5e3d5c55b4 Made a small update to solve bug 8128; The switch-case fallthru goto to a pattern extension needed to resolved the wildcards to an appropriate digit for extension matching to work
20 years ago
Kevin P. Fleming ce069b0c77 don't drop the entire permit/deny list when an attempt is made to add an invalid entry (BE-92)
20 years ago
Christian Richter 1775cae084 avoiding warning, fixing potential bug (backported from 1.2)
20 years ago
Joshua Colp d0649af76d Turn on volume adjustment if it needs to be on (issue #8136 reported by mnicholson)
20 years ago
Kevin P. Fleming 170abc16b0 when sending a call to a peer, use the proper socket if we have multiple bindings (reported on asterisk-dev)
20 years ago
Joshua Colp 58477e2410 Pass the right value to usleep for sleeping, and always add the background refresh item back into the scheduler if enabled since it is deleted during reload. (issue #8142 reported by p_lindheimer)
20 years ago
Christian Richter 0bd76b00b2 fixed some echocandisable issues when bridged. this caused a kernel panic sometimes..also some minor formatting fixes
20 years ago
Christian Richter 4981d1c5dd fixed issue, that the hangupcause got a wrong isdn cause at RELEASE_COMPLETE
20 years ago
Kevin P. Fleming ffb75188e1 ensure that IAX2 and SIP sockets allow UDP fragmentation when running on Linux (thanks to Brian Candler on the asterisk-dev list for the tip)
20 years ago
Christian Richter 722d56e081 (re)added support of dynamical enabling hdlc on bchannels
20 years ago
Olle Johansson cd79e99638 Issue #8101 - wrong parameter for screening in remote-party-id
20 years ago
Joshua Colp bfbbc4de78 Even more frames to treat as though the remote side disappeared (issue #8097 reported by eldadran)
20 years ago
Joshua Colp 4e717c8ea6 Treat busy control frames as hangup in the file streaming core (issue #8097 reported by eldadran)
20 years ago
Christian Richter 8684599f6c fixed segfault which happens during hold/transfer action
20 years ago
Kevin P. Fleming a8c86fb9b2 fix Polycom presence notification again
20 years ago