Tamas Cseke
3f6b5a5c01
fix reply timeout: move hash and pid to session pool FS-3432
2012-06-11 17:25:28 +02:00
Michael Jerris
ec27618fc8
don't segfault after starting sofia, upon xml_open_config lookup failure for the profile from launch_sofia_worker_thread
2012-06-11 10:43:55 -04:00
kapil
8102c1603c
adding src/peer port into xml config
2012-06-11 18:45:56 +05:30
Christopher Rienzo
187fe4e14e
update name/e-mail address
2012-06-11 13:05:29 +00:00
Tamas Cseke
d2e9e46eb6
move session destroy to one place and hangup in others to eliminate races and minimize session hash wrlocks FS-3432
2012-06-11 15:03:58 +02:00
Tamas Cseke
83f230cce6
fix possible memory leak FS-3432
2012-06-11 15:00:32 +02:00
kapil
69bada7025
removign sctp/peer id from <m2ua_interface> config xml block
2012-06-11 12:43:08 +05:30
Anthony Minessale
fc2bb00eb1
FS-4298 --resolve var is called execute_on_sip_reinvite
2012-06-08 12:43:50 -05:00
Anthony Minessale
a17027959d
use a dummy event here
2012-06-08 12:06:40 -05:00
Christopher Rienzo
9c94ac312e
Fix Ubuntu 11.10 compiler error on unchecked write() return value.
2012-06-08 18:12:33 +00:00
Travis Cross
086f617442
increase buffer size for local SDP
...
There are a lot of codecs these days, and some clients offer all of
them. If we run out of space in this buffer our local SDP will get
silently truncated, which will cause a difficult to diagnose error in
Sofia-SIP.
Thanks to Anthony Minessale.
FS-4293 --resolve
2012-06-08 16:14:21 +00:00
Travis Cross
dc30013360
fix buffer length calculation in call to generate_m
...
This error was causing us to call generate_m with a buffer length that
was less than the strlen of the buffer we were passing. The result
was truncated local SDP which would cause sofia to fail if the
truncation was in a particularly bad place.
Thanks to Anthony Minessale for the fix and working with me to
diagnose the issue.
FS-4293 --resolve
2012-06-08 16:14:20 +00:00
Tamas Cseke
ae4d3acbb3
cleanup FS-3432
2012-06-08 17:24:23 +02:00
Tamas Cseke
19db96d2ba
channel private is already removed we don't need to remove the state handler FS-3432
2012-06-08 17:23:07 +02:00
Travis Cross
9c463fdbdc
fix typo
...
This amends commit a6bb4545ebf7ffc773e6bc7ab399a3863ca09246.
2012-06-07 20:12:04 +00:00
Travis Cross
49666cee8d
add some sofia debugging for the local SDP
...
Related to issue FS-4293.
2012-06-07 20:09:06 +00:00
Anthony Minessale
a6bb4545eb
FS-4293
2012-06-07 13:00:52 -05:00
Jeff Lenk
20f20c8a5c
FS-4248 prevent seg for unsupported say method
2012-06-07 10:06:09 -05:00
David Yat Sin
07a1093cf4
Fix for NFAS when one of the d-channels are down
2012-06-06 20:41:48 -04:00
David Yat Sin
8b017f6c01
Renamed mod_megaco to mod_media_gateway
2012-06-06 16:36:22 -04:00
David Yat Sin
abc1e1e42b
Revert "Renamed files from megaco* media_gateway*"
...
This reverts commit f49fb271daa6d1c26892a12c221f8287fb03f7b3.
2012-06-06 16:24:36 -04:00
David Yat Sin
f49fb271da
Renamed files from megaco* media_gateway*
2012-06-06 16:21:22 -04:00
kapil
0fc6ccff7a
adding "peerxmlstatus" CLI command to show the peer status for requested
...
profile
2012-06-06 18:03:07 +05:30
kapil
ba051e1007
reorgnazing code , adding below two files
...
* megaco_cli.c - contains CLI commands APIs
* megaco_stack_alarms.c - contains Alarm indication APIs from Trillium MEGACO layer
2012-06-06 15:11:55 +05:30
kapil
acfbbc9e73
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-06-06 14:46:30 +05:30
kapil
293a65c9c0
updating final xml config file
2012-06-06 14:45:39 +05:30
kapil
d535563abb
modifying XML parsing / configuration code
2012-06-06 14:44:20 +05:30
Viktor Krykun
2c9e1454fe
various bug fixes in libzrtp
...
* fixed bug with remote hello-hash buffer being too small
* removed unused hello-hash storage in zrtp stream context
* fixed bug with libzrtp rendered "empty" SAS hash from incoming
SasRelay packet
* incremented libzrtp version number to 1.15
Signed-off-by: Travis Cross <tc@traviscross.com>
2012-06-06 00:20:15 +00:00
Anthony Minessale
b4bd30816e
FS-4290 --resolve
2012-06-05 12:30:01 -05:00
Michael Jerris
2983003f95
do update to state on channels table at hangup
2012-06-05 13:19:34 -04:00
kapil
e4bd524b7d
adding peerstatus and logging enable/disable CLI command
2012-06-05 21:33:13 +05:30
Jeff Lenk
a065cf8631
FS-4219 --resolve correct windows version
2012-06-05 08:44:22 -05:00
kapil
2b5875a258
adding M2UA/NIF CLI commands
2012-06-05 17:12:16 +05:30
Michael Jerris
e4caea6ffd
fix build error
2012-06-04 16:40:32 -04:00
Raymond Chandler
9b488fbffd
pnp
2012-06-04 15:16:30 -04:00
kapil
d147dcd504
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-06-04 22:53:47 +05:30
kapil
117cbc1bf5
adding SCTP status CLI command
2012-06-04 22:52:26 +05:30
kapil
67373e787d
fixing ip address cli print
2012-06-04 22:48:12 +05:30
Anthony Minessale
d2bc9a2b12
FS-4137
2012-06-04 09:41:46 -05:00
Anthony Minessale
6a7fe5411f
FS-4285 --resolve
2012-06-04 09:24:42 -05:00
kapil
d914d99abe
fixing typo error
2012-06-04 17:29:07 +05:30
kapil
cffe95a978
adding "xmlstatus" CLI command to dump MEGACO Stack data
2012-06-04 17:23:33 +05:30
Travis Cross
992e05667c
debian: put the build options in the right place
2012-06-02 17:30:48 +00:00
Travis Cross
ed9ff6e375
debian: don't rebuild dsc files
2012-06-02 16:18:53 +00:00
Travis Cross
c15613e065
debian: set variable outside fork
2012-06-02 16:09:39 +00:00
Travis Cross
337c9d4365
debian: output the correct name of the .changes file
2012-06-02 15:17:10 +00:00
Travis Cross
73b34cb373
debian: kill children if we exit unexpectedly
2012-06-02 05:19:19 +00:00
Travis Cross
cf68dc731a
debian: only build binary-indep packages once for each distro
2012-06-02 04:20:52 +00:00
Travis Cross
ad2da59a6d
debian: don't build mod_managed
...
It's broken too many of my recent builds. We can add it back in when
things stabilize or perhaps after we get it to swig with a recent
version of swig that we can make part of the clean bootstrap/build
process.
2012-06-02 03:07:12 +00:00
Travis Cross
f3c2180c52
add usage help to debian/util.sh
2012-06-02 01:10:11 +00:00