]> git.ipfire.org Git - thirdparty/asterisk.git/commit
As suggested by seanbright, the PSEUDO_CHAN_LEN in
authorMark Michelson <mmichelson@digium.com>
Wed, 23 Jul 2008 19:39:47 +0000 (19:39 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 23 Jul 2008 19:39:47 +0000 (19:39 +0000)
commit252c5728fc728969f88b1a666c20c4b3189bd927
treed8392832fa74bacc5141084bbea5321b4bade278
parent9482af686b1a0854c81ce85456146959fd6f89bf
As suggested by seanbright, the PSEUDO_CHAN_LEN in
app_chanspy should be set at load time, not at compile
time, since dahdi_chan_name is determined at load time.

Also changed the next_unique_id_to_use to have the
static qualifier.

Also added the dahdi_chan_name_len variable so that
strlen(dahdi_chan_name) isn't necessary. Thanks to
seanbright for the suggestion.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@133169 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_chanspy.c
channels/chan_dahdi.c
include/asterisk/options.h
main/asterisk.c